From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: [PATCH] ox-bibtex.el: Extend to use bibtex files not in current, working directory Date: Wed, 9 Jul 2014 20:36:02 +0200 Message-ID: <29F16A97-68F7-4F98-B0B3-254C45754752@agrarianresearch.org> References: <53BD7797.7060002@stud.uni-heidelberg.de> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4wj0-0004Co-Ny for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 14:36:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4wis-0005uI-4X for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 14:36:14 -0400 Received: from mail-wg0-f48.google.com ([74.125.82.48]:35620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4wir-0005u1-U2 for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 14:36:06 -0400 Received: by mail-wg0-f48.google.com with SMTP id x13so29699wgg.31 for ; Wed, 09 Jul 2014 11:36:04 -0700 (PDT) In-Reply-To: <53BD7797.7060002@stud.uni-heidelberg.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Konrad Herbst Cc: org-mode mailing list >=20 > I would like to provide a patch for the ox-bibtex.el module which can = now handle bibtexfile destinations of the form: >=20 > #+BIBLIOGRAPHY: /home/user/Literature/foo.bib plain option:-d >=20 Great. I have had to deal with creating symlinks in my working directory = and have never liked it. Vikas=