|
From: Ulf Stegemann <ulf-news <at> zeitform.de>
Subject: HTML export and absolute file names Newsgroups: gmane.emacs.orgmode Date: 2011-01-24 11:47:36 GMT (1 year, 17 weeks, 7 hours and 53 minutes ago) With commit 330fb540 export of file links to HTML in `org-html-make-link' changed insofar that file links with absolute paths are now prepended with `file://'. This seems to make it virtually impossible to create HTML code like `<a href="/abs/path.html">'. However, creating HTML links with an absolute path (and without host name) is often desirable, especially when publishing to a site (where `file://' links are rather seldom needed). Would it be reasonable to address this and what would be the best way of doing so (new export var, new link type ...)? Ulf _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode <at> gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode |
|