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: Sebastian Wiesner
Subject: Re: [O] HTML export and info: links
Date: Tue, 2 Jul 2013 17:45:59 +0200

2013/6/30 Bastien <address@hidden>:
> 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!

Hardly the answer I hoped to get.   I'll stick to Texinfo for now…



reply via email to

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