From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: problem of path in using ox-bibtex Date: Sun, 5 Jan 2014 09:35:58 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d043c07e07f36a204ef350961 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzjC3-0004vQ-V7 for emacs-orgmode@gnu.org; Sun, 05 Jan 2014 03:36:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzjBz-0004bM-JF for emacs-orgmode@gnu.org; Sun, 05 Jan 2014 03:36:23 -0500 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:35950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzjBz-0004bE-C9 for emacs-orgmode@gnu.org; Sun, 05 Jan 2014 03:36:19 -0500 Received: by mail-wi0-f174.google.com with SMTP id z2so1803469wiv.1 for ; Sun, 05 Jan 2014 00:36:18 -0800 (PST) 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: emacs-orgmode list --f46d043c07e07f36a204ef350961 Content-Type: text/plain; charset=UTF-8 Hello the list, Is it possible to define a single and unique path by default when one use ox-bibtex? I meet the following problem. At the end of an org file, in order to use ox-bibtex to get bibliographical references , I have this line: #+BIBLIOGRAPHY: references plain option:-a limit:t It means that I need to have the file references.bib in the same folder of this paper.org's . I have tried to write to give the path of the default folder of my references.bib: #+BIBLIOGRAPHY: ~/Dropbox/Bibliographiers/references plain option:-a limit:t but in this case biblatex2html fails. It means that I have to copy the references.bib from folder to folder and I do not like this solution. I do not doubt that there is a better solution, but I do not see it. Your help is welcome, Best wishes, Jo. --f46d043c07e07f36a204ef350961 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello the list,

Is it possible to defin= e a single and unique path by default when one use ox-bibtex?=C2=A0

I meet the following problem. At the end of =C2=A0an org = file, in order to use ox-bibtex to get bibliographical references , I have = this line:

#+BIBLIOGRAPHY: references plain option:-a limit:t
<= /div>

It means that I need to have the file references.b= ib in the same folder of this paper.org= 9;s . I have tried to write to give the path of the default folder of my re= ferences.bib:=C2=A0

=C2=A0#+BIBLIOGRAPHY: ~/Dropbox/Bibliographiers/referen= ces plain option:-a limit:t

but =C2=A0in this case= biblatex2html fails.=C2=A0

It means that I have t= o copy the references.bib from folder to folder and I do not like this solu= tion.=C2=A0

I do not doubt that there is a better solution, but I d= o not see it.=C2=A0

Your help is welcome,

Best wishes,

Jo.=C2=A0
--f46d043c07e07f36a204ef350961-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Gehring Subject: Re: problem of path in using ox-bibtex Date: Sun, 05 Jan 2014 16:42:33 +0100 Message-ID: <52C97D69.1010609@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vzpqn-0006J3-Rl for emacs-orgmode@gnu.org; Sun, 05 Jan 2014 10:43:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vzpqg-0001T5-IH for emacs-orgmode@gnu.org; Sun, 05 Jan 2014 10:42:53 -0500 Received: from plane.gmane.org ([80.91.229.3]:52249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vzpqg-0001T1-B5 for emacs-orgmode@gnu.org; Sun, 05 Jan 2014 10:42:46 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vzpqe-0004Kz-Cj for emacs-orgmode@gnu.org; Sun, 05 Jan 2014 16:42:44 +0100 Received: from hsi-kbw-046-005-000-081.hsi8.kabel-badenwuerttemberg.de ([46.5.0.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Jan 2014 16:42:44 +0100 Received: from julian.gehring by hsi-kbw-046-005-000-081.hsi8.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Jan 2014 16:42:44 +0100 In-Reply-To: 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: emacs-orgmode@gnu.org Hi Joseph, Have you tried to specify the full path without the expansion of '~' (i.e. replacing the "~" with "/home/USER/" or equivalent)? At least, this seems to eliminate the error message of bibtex2html failing. Best wishes Julian On 01/05/2014 09:35 AM, Joseph Vidal-Rosset wrote: > Hello the list, > > Is it possible to define a single and unique path by default when one use > ox-bibtex? > > I meet the following problem. At the end of an org file, in order to use > ox-bibtex to get bibliographical references , I have this line: > > #+BIBLIOGRAPHY: references plain option:-a limit:t > > It means that I need to have the file references.bib in the same folder of > this paper.org's . I have tried to write to give the path of the default > folder of my references.bib: > > #+BIBLIOGRAPHY: ~/Dropbox/Bibliographiers/references plain option:-a > limit:t > > but in this case biblatex2html fails. > > It means that I have to copy the references.bib from folder to folder and I > do not like this solution. > > I do not doubt that there is a better solution, but I do not see it. > > Your help is welcome, > > Best wishes, > > Jo. > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: Re: problem of path in using ox-bibtex Date: Mon, 6 Jan 2014 11:19:18 +0100 Message-ID: References: <52C97D69.1010609@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9cc9f68e21d5504ef4a98aa Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W07Ha-0004UE-GW for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 05:19:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W07HX-0000gm-Cy for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 05:19:42 -0500 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:57315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W07HX-0000gi-5w for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 05:19:39 -0500 Received: by mail-wi0-f181.google.com with SMTP id hq4so2610430wib.2 for ; Mon, 06 Jan 2014 02:19:38 -0800 (PST) In-Reply-To: <52C97D69.1010609@gmail.com> 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: Julian Gehring Cc: emacs-orgmode list --14dae9cc9f68e21d5504ef4a98aa Content-Type: text/plain; charset=UTF-8 2014/1/5 Julian Gehring > Have you tried to specify the full path without the expansion of '~' (i.e. > replacing the "~" with "/home/USER/" or equivalent)? At least, this seems > to eliminate the error message of bibtex2html failing. Sorry Julian, I reply too lately, but I have had some problems with my O.S. No, I confirm that I need #+BIBLIOGRAPHY: references plain option:-a limit:t i.e. the references.bib file in the same folder of the paper.org file and that #+BIBLIOGRAPHY: /home/joseph/Dropbox/Bibliographies/references plain option:-a limit:t makes bibtex2html fails. That'not a real problem. I am going to learn how organize my folders for publishing with org. Best wishes Jo. --14dae9cc9f68e21d5504ef4a98aa Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= 2014/1/5 Julian Gehring <julian.gehring@gmail.com>
Have you tried to specify the full path without the expansion of '~'= ; (i.e. replacing the "~" with "/home/USER/" or equival= ent)? =C2=A0At least, this seems to eliminate the error message of bibtex2h= tml failing.

Sorry Julian, I reply too lately, but I have had some p= roblems with my O.S.=C2=A0

No, I confirm that I ne= ed =C2=A0

#+BIBLIOGRAPHY: references plain option:= -a limit:t

i.e. the references.bib file in the same folder o= f the paper.org file and that=C2=A0
<= div>

#+BIBLIOGRAPHY: /home/joseph/Dropbox/Bib= liographies/references plain option:-a limit:t

makes bibte= x2html fails.=C2=A0

That'not a real problem. I am going to learn how organize= my folders for publishing with org.=C2=A0

Best wishes=

Jo.= =C2=A0

--14dae9cc9f68e21d5504ef4a98aa-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Popineau Subject: Re: problem of path in using ox-bibtex Date: Mon, 6 Jan 2014 11:29:53 +0100 Message-ID: References: <52C97D69.1010609@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0160c4fcb9f2ea04ef4abe92 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W07Rq-0000a1-6W for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 05:30:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W07Ro-0004H4-Im for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 05:30:18 -0500 Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:41580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W07Ro-0004H0-7Y for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 05:30:16 -0500 Received: by mail-ea0-f178.google.com with SMTP id d10so7985192eaj.9 for ; Mon, 06 Jan 2014 02:30:15 -0800 (PST) In-Reply-To: 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: Joseph Vidal-Rosset Cc: emacs-orgmode list , Julian Gehring --089e0160c4fcb9f2ea04ef4abe92 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Does this : http://blog.jansoehlke.com/?Recipes&nr=3D62 help to run bibtex2html in different directories ? basically: either export TMPDIR=3D. or change open_any in texmf.cnf. Fabrice 2014/1/6 Joseph Vidal-Rosset > > 2014/1/5 Julian Gehring > >> Have you tried to specify the full path without the expansion of '~' >> (i.e. replacing the "~" with "/home/USER/" or equivalent)? At least, th= is >> seems to eliminate the error message of bibtex2html failing. > > > Sorry Julian, I reply too lately, but I have had some problems with my > O.S. > > No, I confirm that I need > > #+BIBLIOGRAPHY: references plain option:-a limit:t > > i.e. the references.bib file in the same folder of the paper.org file and > that > > > #+BIBLIOGRAPHY: /home/joseph/Dropbox/Bibliographies/references plain > option:-a limit:t > > makes bibtex2html fails. > > That'not a real problem. I am going to learn how organize my folders for > publishing with org. > > Best wishes > > Jo. > > --=20 Fabrice Popineau ----------------------------- SUPELEC D=E9partement Informatique 3, rue Joliot Curie 91192 Gif/Yvette Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 ------------------------------ --089e0160c4fcb9f2ea04ef4abe92 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Does this :
http://blog.jansoehlke.com/?Recipes&nr=3D62
help to run bibtex2html in different directories ?

<= /div>
basically: either export TMPDIR=3D. or change open_any in texmf.cnf.

Fabrice



2014/1/6 Joseph Vidal-Rosset <= span dir=3D"ltr"><joseph.vidal.rosset@gmail.com>
=
2014/1/5 Julian Gehring <julian.gehring@gmail.com>
Have you tried to specify the full path without the expansion of '~'= ; (i.e. replacing the "~" with "/home/USER/" or equival= ent)? =A0At least, this seems to eliminate the error message of bibtex2html= failing.

Sorry Julian, I reply too lately, but I have had = some problems with my O.S.=A0

No, I confirm that I= need =A0

#+BIBLIOGRAPHY: refere= nces plain option:-a limit:t

i.e. the references.bib file in the same fo= lder of the paper.org fi= le and that=A0


#+BIBLIOGRAPHY: /ho= me/joseph/Dropbox/Bibliographies/references plain option:-a limit:t

makes bibte= x2html fails.=A0

That'not a real problem. I am going to learn how organize my= folders for publishing with org.=A0

Best wishes=

Jo.= =A0




--
Fabrice Popi= neau
-----------------------------
SUPELEC
D=E9part= ement Informatique
3, rue Joliot Curie
91192 Gif/Yvette= Cedex
Tel direct : +33 (0) 169851950
Standard : +33 (0) 169851212<= /div>
------------------------------

--089e0160c4fcb9f2ea04ef4abe92-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: Re: problem of path in using ox-bibtex Date: Mon, 6 Jan 2014 12:09:07 +0100 Message-ID: References: <52C97D69.1010609@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9cc9f6808e0e904ef4b4b4b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W083l-0000yQ-K2 for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 06:09:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W083k-0006qe-A2 for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 06:09:29 -0500 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:34219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W083k-0006qZ-1i for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 06:09:28 -0500 Received: by mail-wg0-f46.google.com with SMTP id m15so15379887wgh.25 for ; Mon, 06 Jan 2014 03:09:27 -0800 (PST) In-Reply-To: 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: Fabrice Popineau Cc: emacs-orgmode list , Julian Gehring --14dae9cc9f6808e0e904ef4b4b4b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello Fabrice, 2014/1/6 Fabrice Popineau > http://blog.jansoehlke.com/?Recipes&nr=3D62 > help to run bibtex2html in different directories ? > No, I got always the same message but I have not changed all texmf.cnf files, but only the file of the path indicated in this blog. Thanks for your help. I have decided to find the solution with org-publish, in orgazing my folders as it is suggested here : http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html it is maybe a good solution... Meilleurs voeux pour cette ann=C3=A9e 2014, et encore merci ! Joseph --14dae9cc9f6808e0e904ef4b4b4b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable --14dae9cc9f6808e0e904ef4b4b4b-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: problem of path in using ox-bibtex Date: Tue, 28 Jan 2014 12:54:29 +0100 Message-ID: <52E79A75.8040805@krugs.de> References: <52C97D69.1010609@gmail.com> Reply-To: Rainer@krugs.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W87FV-0004QQ-GY for emacs-orgmode@gnu.org; Tue, 28 Jan 2014 06:54:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W87FQ-0002Zn-KM for emacs-orgmode@gnu.org; Tue, 28 Jan 2014 06:54:37 -0500 Received: from mail-wg0-f50.google.com ([74.125.82.50]:50415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W87FQ-0002Zj-EH for emacs-orgmode@gnu.org; Tue, 28 Jan 2014 06:54:32 -0500 Received: by mail-wg0-f50.google.com with SMTP id l18so566103wgh.29 for ; Tue, 28 Jan 2014 03:54:31 -0800 (PST) In-Reply-To: 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: Fabrice Popineau , Joseph Vidal-Rosset Cc: Julian Gehring , emacs-orgmode list -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01/06/14, 11:29 , Fabrice Popineau wrote: > Does this : http://blog.jansoehlke.com/?Recipes&nr=62 help to run > bibtex2html in different directories ? > > basically: either export TMPDIR=. or change open_any in texmf.cnf. Or create a script which is exporting TMPDIR=. and calls bibtex2html, and place the script into your ~/bin directory - just make sure that ~/bin is the first entry in your path. By doing this, you only change TMPDIR for the call of bibtex2html. Cheers, Rainer > > Fabrice > > > > 2014/1/6 Joseph Vidal-Rosset > > > > 2014/1/5 Julian Gehring > > > Have you tried to specify the full path without the expansion of > '~' (i.e. replacing the "~" with "/home/USER/" or equivalent)? At > least, this seems to eliminate the error message of bibtex2html > failing. > > > Sorry Julian, I reply too lately, but I have had some problems > with my O.S. > > No, I confirm that I need > > #+BIBLIOGRAPHY: references plain option:-a limit:t > > i.e. the references.bib file in the same folder of the paper.org > file and that > > > #+BIBLIOGRAPHY: /home/joseph/Dropbox/Bibliographies/references > plain option:-a limit:t > > makes bibtex2html fails. > > That'not a real problem. I am going to learn how organize my > folders for publishing with org. > > Best wishes > > Jo. > > > > > -- Fabrice Popineau ----------------------------- SUPELEC > Département Informatique 3, rue Joliot Curie 91192 Gif/Yvette > Cedex Tel direct : +33 (0) 169851950 Standard : +33 (0) 169851212 > ------------------------------ > - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJS55p1AAoJENvXNx4PUvmCMVgIAK9N8oNbK+DjXdfYB/OOBqr1 HpU+/WURKrG38Z7B8ouiCbaXc+/tYCJ/b0gulj4ohrp9lByXvE7QGSOIZIJafo0g ckPnjhq0iHH4025csACXiWiBs6ZLdmqW5thTwYCIdshG7OxN01pPMewYKBaHwgMQ h/5izR/2XPeFgVpD08EHOvCgaZWU5D3eCmkIdYxDtTp4h/BOBzBh6Kq6BMYUgHp6 8ovoUDOZnYgLkfy/58hDA+R1IsDoqLpUsu1uqPX4v/WcE2e4aguIYVg1TDR9v1YF ApAvo4bFc3CJjvvE0/SxErdnknkKWb2BQJhAensB4YcdFu4Sj637xmCmYDpebdQ= =2/L1 -----END PGP SIGNATURE-----