From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: a problem with org-exp-bibtex Date: Thu, 12 Mar 2009 11:44:07 +0100 Message-ID: <44367B56-0014-4CCC-A500-ABEE60F857A7@uva.nl> References: <20090312093902.GB32718@taruti.net> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LhiOc-0004UY-6f for emacs-orgmode@gnu.org; Thu, 12 Mar 2009 06:44:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LhiOa-0004UM-EK for emacs-orgmode@gnu.org; Thu, 12 Mar 2009 06:44:12 -0400 Received: from [199.232.76.173] (port=40997 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhiOa-0004UJ-97 for emacs-orgmode@gnu.org; Thu, 12 Mar 2009 06:44:12 -0400 Received: from nf-out-0910.google.com ([64.233.182.187]:50655) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LhiOZ-0001JI-JR for emacs-orgmode@gnu.org; Thu, 12 Mar 2009 06:44:11 -0400 Received: by nf-out-0910.google.com with SMTP id b11so95959nfh.26 for ; Thu, 12 Mar 2009 03:44:09 -0700 (PDT) In-Reply-To: <20090312093902.GB32718@taruti.net> 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: Taru Karttunen Cc: emacs-orgmode@gnu.org On Mar 12, 2009, at 10:39 AM, Taru Karttunen wrote: > 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. Yes, there is a problem here. Org sees the link [[org][bla]] and thinks it should search for the string "org". It does, finds a match, and consequently liks to the section where the match occurred. Up to now there was o stable way to enforce a fiven internal link target. I have just pushed a change into the git repo that will allow [[#foobar][description]] make a link description Taru, I think if you switch to this after pulling the new versin or Org, it should work. Thanks! - Carsten