|
From: | Xebar Saram |
Subject: | Re: [O] org-ref in action |
Date: | Tue, 5 Aug 2014 21:28:17 +0300 |
Thanks Eric, it works now, with the latest version of org-mode.
Best wishes
Jo.2014-06-30 12:22 GMT+02:00 Eric Schulte <address@hidden>:
> Thanns to the default cite action, I get for example in my org file:Using the latest version of Org-mode from the git repository, this is a
>
> [[cite:(119–136)johansson36:_minim_formal]]
>
> and it creates no reference at al, because via the export I get:
>
> \cite{(119–136)johansson36:_minim_formal}
>
very new feature and requires usage of the git version of Org-mode, I am
seeing the desired behavior. After simply requiring ox-bibtex, the
following
* H1
[[cite:(119–136)johansson36:_minim_formal]]
exports to
\begin{document}
\maketitle
\tableofcontents
\section{H1}
\label{sec-1}~\cite[119–136]{johansson36:_minim_formal}
% Emacs 24.4.50.2 (Org mode beta_8.3)
\end{document}
As expected.
I hope this helps,
Eric
[Prev in Thread] | Current Thread | [Next in Thread] |