Hi Andreas, Andreas Leha <andreas.l...@med.uni-goettingen.de> writes:
> But it looks very verbose to me. I expect the introduction to a > scientific paper (with typically many \cite{}s) to look disrupted. Each \cite{...} would be nothing more than [[cite:A.N.Whitehead][A.N.Whitehead]] in the Org file. The config happens in the #+LINK: cite ... line. I also think the proposal makes it easy to use several bibliographic files, with several #+LINK: citeN ... lines. In general, the idea is just to be able to hook an export function to a link after it has been expanded, and maybe this can be useful beyond this use-case. For example: #+LINK: local file://%s org-odt-local-link #+LINK: local file://%s org-odt-global-link The first line would be used for documents that you want to use locally, creating links to your files on your machine. The second line would be used for documents that want to share with others. -- Bastien