emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* a problem with org-exp-bibtex
@ 2009-03-12  8:23 aldrin d'souza
  2009-03-12  9:39 ` Taru Karttunen
  0 siblings, 1 reply; 5+ messages in thread
From: aldrin d'souza @ 2009-03-12  8:23 UTC (permalink / raw)
  To: emacs-orgmode

hello,

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.

here's a simple org/bibtex combination to reproduce the probem:

----------[test.org]----------
note
* org-exp-bibtex
i love org. \cite{org}
#+BIBLIOGRAPHY: test plain
------------------------------

and here is the bibtex file (test.bib):

----------[test.bib]----------
@Manual{org,
  title = "org-mode manual",
  url   = "http://orgmode.org/manual"
}
------------------------------

when i export the note as html the \cite{org} bit gets replaced by a
link which points to "#sec-1" inside the generated html file. it
should have pointed to "#org" because that's where the cite
description is.

the weird part is that it works fine if i don't have any sections in
the file. for example, if the org file is changed to the following
everything works fine:

----------[test.org]----------
note
org-exp-bibtex
i love org. \cite{org}
#+BIBLIOGRAPHY: test plain
------------------------------

any help in getting this to work for org-files with sections would be great.

thanks,
--
ajd.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-12 11:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2009-03-12 11:18     ` Taru Karttunen
2009-03-12 11:28       ` aldrin d'souza

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).