From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: org-exp-bibtex missing in git? Date: Thu, 7 Mar 2013 06:04:28 -0500 Message-ID: References: <20130303070635.GA12112@panahar> <87fw0cg42y.fsf@allisson.co> <87vc98be83.fsf@bzg.ath.cx> <87ehfwwgdd.fsf@gmail.com> <87ppzg2r05.fsf@med.uni-goettingen.de> <87ppzgusem.fsf@gmail.com> <87ppzcfy2e.fsf@med.uni-goettingen.de> <87lia0s7wi.fsf@bzg.ath.cx> <876213lqfk.fsf@gmail.com> <87wqtjo6h6.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDYck-0005x1-2v for emacs-orgmode@gnu.org; Thu, 07 Mar 2013 06:04:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDYcf-0000Nx-6U for emacs-orgmode@gnu.org; Thu, 07 Mar 2013 06:04:34 -0500 Received: from mail-qa0-f51.google.com ([209.85.216.51]:42109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDYcf-0000Ns-3K for emacs-orgmode@gnu.org; Thu, 07 Mar 2013 06:04:29 -0500 Received: by mail-qa0-f51.google.com with SMTP id cr7so217312qab.17 for ; Thu, 07 Mar 2013 03:04:28 -0800 (PST) In-Reply-To: <87wqtjo6h6.fsf@bzg.ath.cx> 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: Andreas Leha , emacs-orgmode@gnu.org Hi Bastien, On Thu, Mar 7, 2013 at 5:21 AM, Bastien wrote: > Hi Aaron, > > I now see where you and Eric go and this is good! > > Here is a revised suggestion, allowing to add link types from withing > the #+LINK keyword. I suspect you may be targeting the wrong layer. Don't we want to use org-link-protocols, not org-link-abbrev-alist? Protocols are already handled by the exporter, so there should be no need for a change like this one: [...] > Nicolas, do you think it is feasible/good to delay link expansion > till the backend knows whether the abbreviated link is associated > to follow/export function that would understand formatting strings > in the abbreviated form? My proposal works without any changes to the exporter's structure (except adding the #+BIBLIOGRAPHY keyword, which is a one-line emendation). It does not allow the equivalent of your "#+LINK: bib:%s;%s;%s" for specifying the pre/post delimiters, but maybe it would be better from a standardization-of-syntax point of view to have just one way of encoding them? Aaron