emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] HTML export and info: links


From: Bastien
Subject: Re: [O] HTML export and info: links
Date: Sun, 30 Jun 2013 22:58:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Sebastian,

Sebastian Wiesner <address@hidden> writes:

> how can I customize "info:" links in HTML output?

Look at org-info.el in the source code.

You can extend

  (org-add-link-type "info" 'org-info-open)

into 

  (org-add-link-type "info" 'org-info-open org-info-export)

and write a new `org-info-export' that will take care of
exporting info links correctly in the backends you decide.

See `org-bbdb-export' or `org-docview-export' for examples
of such functions -- if you write `org-info-export', we
might be interested in integrating it into Org!

Thanks,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]