emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Taru Karttunen <taruti@taruti.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: a problem with org-exp-bibtex
Date: Thu, 12 Mar 2009 11:44:07 +0100	[thread overview]
Message-ID: <44367B56-0014-4CCC-A500-ABEE60F857A7@uva.nl> (raw)
In-Reply-To: <20090312093902.GB32718@taruti.net>


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

   <a href="#foobar">description</a>

Taru, I think if you switch to this after pulling
the new versin or Org, it should work.

Thanks!

- Carsten

  reply	other threads:[~2009-03-12 10:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-12  8:23 a problem with org-exp-bibtex aldrin d'souza
2009-03-12  9:39 ` Taru Karttunen
2009-03-12 10:44   ` Carsten Dominik [this message]
2009-03-12 11:18     ` Taru Karttunen
2009-03-12 11:28       ` aldrin d'souza

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44367B56-0014-4CCC-A500-ABEE60F857A7@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=taruti@taruti.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).