Hi Sebastian, Sebastian Wiesner <lunary...@gmail.com> 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