From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taru Karttunen Subject: Re: a problem with org-exp-bibtex Date: Thu, 12 Mar 2009 11:39:02 +0200 Message-ID: <20090312093902.GB32718@taruti.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LhhNe-0003Z2-0a for emacs-orgmode@gnu.org; Thu, 12 Mar 2009 05:39:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LhhNa-0003Yc-1Y for emacs-orgmode@gnu.org; Thu, 12 Mar 2009 05:39:09 -0400 Received: from [199.232.76.173] (port=36268 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhhNZ-0003YZ-R7 for emacs-orgmode@gnu.org; Thu, 12 Mar 2009 05:39:05 -0400 Received: from courier.cs.helsinki.fi ([128.214.9.1]:49510 helo=mail.cs.helsinki.fi) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LhhNZ-0005B3-ES for emacs-orgmode@gnu.org; Thu, 12 Mar 2009 05:39:05 -0400 Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: aldrin d'souza Cc: emacs-orgmode@gnu.org On 12.03 13:53, aldrin d'souza wrote: > i use org mode for publishing my notes and i find the org-exp-bibtex > functionality very useful because it allows me to separate my > references cite them neatly using the \cite{} notation. however, i'm > facing an issue with it. The problem seems to be that org-exp-bibtex generates a link like: \[_{}[[org][1]]\] and newer versions of org-mode seem to want to make that link into the *section* instead to the given anchor. Now what is currently the sanctioned way to generate a link like: [1] inline? btw the repo at http://aoi.yi.org/~taruti/org-mode/ has some fixes to org-exp-bibtex. - Taru Karttunen