Hello, Fabrice Popineau <fabrice.popin...@supelec.fr> writes:
> It defnitely helps a lot with Org->LaTeX files (scientific papers). > There is one thing that is not taken into account and I wonder if there > is an Org solution for it. > In laTeX you can use \cite{foo1999, foo2002} . I don't think that > current links in Org allow this and I don't see an easy way for it. > In Org, you would have [[bibtex:foo1999]][[bibtex:foo2002]] . > May be the exporter for bibtex links should look around and merge > other links found. > > Fabrice > > > Could it be possible to allow [[bibtex:foo1999, foo2002]] No, it's not possible (what would be the destination of such link anyway?). Though, the current implementation of ox-bibtex.el (latest posted in this thread) should split \cite{foo1999, foo2002} into: [<a name="#foo1999">foo1999</a>][<a name="#foo2002">foo1999</a>] Isn't it the correct behaviour? Regards, -- Nicolas Goaziou