From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-exp-bibtex missing in git? Date: Sun, 03 Mar 2013 18:19:26 +0100 Message-ID: <87ehfwwgdd.fsf@gmail.com> References: <20130303070635.GA12112@panahar> <87fw0cg42y.fsf@allisson.co> <87vc98be83.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCCZZ-0005l4-Ll for emacs-orgmode@gnu.org; Sun, 03 Mar 2013 12:19:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCCZY-0003bf-Dj for emacs-orgmode@gnu.org; Sun, 03 Mar 2013 12:19:41 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:50642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCCZY-0003bR-8G for emacs-orgmode@gnu.org; Sun, 03 Mar 2013 12:19:40 -0500 Received: by mail-wg0-f44.google.com with SMTP id dr12so3624068wgb.11 for ; Sun, 03 Mar 2013 09:19:39 -0800 (PST) In-Reply-To: <87vc98be83.fsf@bzg.ath.cx> (Bastien's message of "Sun, 03 Mar 2013 18:11:24 +0100") 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: Bastien Cc: =?utf-8?Q?Fran=C3=A7ois?= Allisson , emacs-orgmode , Vikas Rawal Bastien writes: > Hi Vikas, > > Fran=C3=A7ois Allisson writes: > >> org-exp-bibtex, because of its dependency on the old exporter, was first >> moved from contrib/lisp to contrib/oldexp during the process of >> migration towards org new exporter. And yesterday, the directory >> contrib/oldexp was eventually removed[1]. > > Yes. What features of org-exp-bibtex.el would you need that you don't > have with the current version of Org (from the master branch)? It will=20 > help knowing what to implement. It would be good to integrate citations in export framework, so we do not rely on an external tool and \cite{...} constructs. We already got rid of \ref{...}. Maybe something like [cite:....]. org-element could parse this, and ox.el provide some tools to access data. Then each back-end could deal with them. But it requires first to think about proper specifications. Regards, --=20 Nicolas Goaziou