emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-exp-bibtex missing in git?


From: Bastien
Subject: Re: [O] org-exp-bibtex missing in git?
Date: Thu, 07 Mar 2013 09:32:01 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Andreas,

Andreas Leha <address@hidden> 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



reply via email to

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