emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Vikas Rawal <vikaslists@agrarianresearch.org>
To: Sharon Kimble <boudiccas@skimble.plus.com>
Cc: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Bibliography woes!
Date: Mon, 5 May 2014 14:26:06 +0200	[thread overview]
Message-ID: <F42D407F-9B55-4227-9912-E9F3EAD6A1EF@agrarianresearch.org> (raw)
In-Reply-To: <8761lkfn2j.fsf@skimble.plus.com>


> I'm having no success in getting the bibliography to display in my
> document, so these are my relevant settings -
> ╭────
> │#+LaTeX_HEADER: \usepackage{biblatex}
> │#+LaTeX_HEADER: \bibliography{/home/boudiccas/.emacs.d/research/references.bib}
> │#+LaTeX_HEADER: \bibliography{references}
> ╰────


Although I cannot be sure, it seems to me that the problem may be that biblatex is not looking for references.bib in the right place.

I had similar trouble when I started using citations (then with bibtex).  I then solved it by create a link to the bib file in the working directory, and continue to use that solution for everything I write.

In your working directory, where you org file is, just create a symbolic link:

ln -s /home/boudiccas/.emacs.d/research/references.bib references.bib

If my diagnosis is correct, that should solve the problem.

Vikas

  reply	other threads:[~2014-05-05 12:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-05 12:05 Bibliography woes! Sharon Kimble
2014-05-05 12:26 ` Vikas Rawal [this message]
2014-05-05 12:33 ` Leonard Avery Randall
2014-05-05 14:45   ` Sharon Kimble
2014-05-05 15:07     ` Vikas Rawal
2014-05-05 15:48       ` Leonard Avery Randall
2014-05-05 17:08       ` Sharon Kimble
2014-05-05 18:26         ` Eric S Fraga
2014-05-05 22:23           ` Sharon Kimble
2014-05-05 23:39             ` John Hendy
2014-05-05 23:51               ` Ken Mankoff
2014-05-06  7:33                 ` Rainer M Krug
2014-05-06 11:25                   ` Ken Mankoff
2014-05-06 11:40                     ` Rainer M Krug
2014-05-06 14:13               ` Bibliography woes! SOLVED Sharon Kimble
2014-05-05 23:47             ` Bibliography woes! Leonard Avery Randall

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=F42D407F-9B55-4227-9912-E9F3EAD6A1EF@agrarianresearch.org \
    --to=vikaslists@agrarianresearch.org \
    --cc=boudiccas@skimble.plus.com \
    --cc=emacs-orgmode@gnu.org \
    /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).