From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: org-ref in action Date: Mon, 30 Jun 2014 06:22:15 -0400 Message-ID: <87d2dqhf3c.fsf@gmail.com> References: <87tx73h93a.fsf@gmail.com> <87ha32hggg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Yjt-0007wk-Jl for emacs-orgmode@gnu.org; Mon, 30 Jun 2014 06:23:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1Yjo-0008AJ-NP for emacs-orgmode@gnu.org; Mon, 30 Jun 2014 06:23:09 -0400 Received: from mail-qg0-x235.google.com ([2607:f8b0:400d:c04::235]:33068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Yjo-00089r-Iy for emacs-orgmode@gnu.org; Mon, 30 Jun 2014 06:23:04 -0400 Received: by mail-qg0-f53.google.com with SMTP id i50so1751040qgf.40 for ; Mon, 30 Jun 2014 03:23:04 -0700 (PDT) In-Reply-To: (Joseph Vidal-Rosset's message of "Mon, 30 Jun 2014 12:06:42 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Joseph Vidal-Rosset Cc: "Liste-emacs-orgmode@gnu.org" , John Kitchin > Thanns to the default cite action, I get for example in my org file: > > [[cite:(119=E2=80=93136)johansson36:_minim_formal]] > > and it creates no reference at al, because via the export I get: > > \cite{(119=E2=80=93136)johansson36:_minim_formal} > Using the latest version of Org-mode from the git repository, this is a 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=E2=80=93136)johansson36:_minim_formal]] exports to \begin{document} \maketitle \tableofcontents \section{H1} \label{sec-1}~\cite[119=E2=80=93136]{johansson36:_minim_formal} % Emacs 24.4.50.2 (Org mode beta_8.3) \end{document} As expected. I hope this helps, Eric --=20 Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D (see https://u.fsf.org/yw)