all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* orgmode 7.7 broke latex beamer export
@ 2011-09-02 12:01 Aaron Hammitt
  2011-09-02 13:14 ` suvayu ali
  0 siblings, 1 reply; 4+ messages in thread
From: Aaron Hammitt @ 2011-09-02 12:01 UTC (permalink / raw
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 622 bytes --]

I just upgraded to version 7.7 from an early version of 7 (7.0 or 7.1 I
believe), and it broke my ability to export a beamer presentation from
orgmode to PDF. After some poking around I found that the default value of
org-latex-to-pdf-process was the problem. Placing the following in my .emacs
fixed the problem:

(setq org-latex-to-pdf-process
      '("pdflatex -interaction=nonstopmode %f" "pdflatex
-interaction=nonstopmode %f"))

This may be a known issue, but I didn't find anything in a quick search of
the mailing list. I thought I would post here for the benefit of anyone else
who may run into the same problem.

[-- Attachment #2: Type: text/html, Size: 672 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-09-06 16:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-02 12:01 orgmode 7.7 broke latex beamer export Aaron Hammitt
2011-09-02 13:14 ` suvayu ali
2011-09-06 16:09   ` Bernt Hansen
2011-09-06 16:26     ` suvayu ali

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.