From: Carsten Dominik <carsten.dominik@gmail.com> To: "Holst Thomas (DS-ET/ECF1)" <Thomas.Holst@de.bosch.com> Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org> Subject: Re: AW: Orgmode and PDF export on Windows machine Date: Fri, 26 Jun 2009 11:41:08 +0200 [thread overview] Message-ID: <242E8DF0-3B1D-49CA-A080-D7AFDF0FB625@gmail.com> (raw) In-Reply-To: <23C69956B336A746BD3E1CD955C7A6992A51080148@SI-MBX03.de.bosch.com> On Jun 26, 2009, at 11:11 AM, Holst Thomas (DS-ET/ECF1) wrote: > Hi, > > Uwe Jochum writes: >> Hi all, >> >> since a couple of weeks I have this strange behaviour of orgmode: >> >> When I try to export to PDF via Ctrl-c-e and then using »d« >> to export as >> Latex, process PDF and open the PDF, orgmode begins the export >> process >> and then stops somehow. I can export to LaTeX (l) und to a temporary >> LaTeX buffer (L), and having a LaTeX buffer I can produce a >> PDF without >> any problem, but I cannot use the »p« and the »d« key to >> produce PDF in >> one step. >> >> This happens since orgmode 6.27, and it happens also in >> 6.28b. My system >> is a Windows XP machine using MikTeX als LaTeX-environment. MikTeX is >> freshly updated and works well. Emacs is GNU Emacs 22.3.1. > > I have the same problem on my machine > > WinXP, emacs 22.2.1, org-mode 2.28b, MikTeX 2.6 > > I use c-c c-e d. > > The mode line says: > > Processing LaTeX file ... > > The .tex file is written, but not processed. The buffer with the > proces output stays empty. When I open the .tex file and run it > through pdftex the pdf is generated as expected. > > Mit freundlichen Grüßen / Best regards Org-mode uses pdflatex -interaction nonstopmode file.tex file.tex is first passed through shell-quote-argument before being inserted into the command. Please check in Emacs what evaluating (shell-quote-argument "c:path\to\file") gives you and then try to run the pdflatex command from the command line. I guess the problem must be that pdflatex does not exist as as command, or that there is a problem with the quoting...... HTH - Carsten > > BeQIK > > Thomas Holst > DS-ET/ECF1 > > Tel. +49(711)811-40681 > PC-Fax +49(711)811-5182208 > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2009-06-26 9:41 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2009-06-26 7:53 Uwe Jochum 2009-06-26 9:11 ` AW: " Holst Thomas (DS-ET/ECF1) 2009-06-26 9:41 ` Carsten Dominik [this message] 2009-07-03 7:06 ` Simon Brown
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=242E8DF0-3B1D-49CA-A080-D7AFDF0FB625@gmail.com \ --to=carsten.dominik@gmail.com \ --cc=Thomas.Holst@de.bosch.com \ --cc=emacs-orgmode@gnu.org \ --subject='Re: AW: Orgmode and PDF export on Windows machine' \ /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
Code repositories for project(s) associated with this 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).