emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Citations and references in ODT


From: Ken Mankoff
Subject: Re: [O] Citations and references in ODT
Date: Sun, 12 Jan 2014 21:51:43 -0500

Hi,

I find the ODT export very useful. Working on another document imported from LaTeX I have a lot of \citep{} and \citet{} in addition to \cite{}. Is it possible for ox-jabref.el to support this even if it does not distinguish between the T and P?

I edited the line near the bottom with the regex and changed

         (value (∧ (string-match "\\\\cite{\\(.*?\\)}" latex-frag)

to

         (value (∧ (string-match "\\\\cite?{\\(.*?\\)}" latex-frag)

But it did not help.

   -k.

reply via email to

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