From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: Bibtex and latex export Date: Thu, 07 Oct 2010 10:43:21 +0200 Message-ID: <87y6aae6l2.fsf@mundaneum.com> References: <4C9122FE.1080306@ccbr.umn.edu> <87aamra78p.fsf@mundaneum.com> <87pqvntldc.wl%ucecesf@ucl.ac.uk> <87d3rni6ea.fsf@Rainer.invalid> <87mxqqpjcf.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Eric, Eric S Fraga wrote: > As far as I know, there is nothing out of the ordinary with my paths etc > (please note that the /.../ above was an edit on my part to hide a rather > long path). Any hints as to what I can do to explore this would be most > helpful. How can I get a trace on what texi2dvi is doing? (sh -v > /usr/bin/texi2dvi?) I tried: #+begin_src emacs-lisp (setq org-latex-to-pdf-process '("sh -v -x texi2dvi -p -b -c -V %f")) #+end_src and only see the following in *Messages*: #+begin_src log Exporting to LaTeX...done Processing LaTeX file /home/sva/Projects/Institutions/Forem/Pfi/pfi/Specs/2= 010-DMFA-et-Autres/Devis-Demandes-2010.tex... (Shell command failed with code 2 and some error output) Processing LaTeX file /home/sva/Projects/Institutions/Forem/Pfi/pfi/Specs/2= 010-DMFA-et-Autres/Devis-Demandes-2010.tex...done Exporting to PDF...done #+end_src The default way, for comparison: #+begin_src emacs-lisp (setq org-latex-to-pdf-process '("texi2dvi -p -b -c -V %f")) #+end_src displays: #+begin_src log Exporting to LaTeX...done Processing LaTeX file /home/sva/Projects/Institutions/Forem/Pfi/pfi/Specs/2= 010-DMFA-et-Autres/Devis-Demandes-2010.tex...done Exporting to PDF...done #+end_src So, I've got no idea on how to see the real calls made in sh, for debugging purpose. Thanks for the =3D-v=3D switch to sh. Only knew =3D-x=3D... Best regards, Seb --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode