From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Hammitt Subject: orgmode 7.7 broke latex beamer export Date: Fri, 2 Sep 2011 08:01:31 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015175caa2c431f3704abf41f88 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzSRC-0005Ez-Pb for emacs-orgmode@gnu.org; Fri, 02 Sep 2011 08:01:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzSRB-0002hA-Cg for emacs-orgmode@gnu.org; Fri, 02 Sep 2011 08:01:34 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:33319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzSRA-0002gs-Rb for emacs-orgmode@gnu.org; Fri, 02 Sep 2011 08:01:33 -0400 Received: by yxn35 with SMTP id 35so1140651yxn.0 for ; Fri, 02 Sep 2011 05:01:31 -0700 (PDT) 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 --0015175caa2c431f3704abf41f88 Content-Type: text/plain; charset=ISO-8859-1 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. --0015175caa2c431f3704abf41f88 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I just upgraded to version 7.7 from an early version of 7 (7.0 or 7.1 I bel= ieve), 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-lat= ex-to-pdf-process was the problem. Placing the following in my .emacs fixed= the problem:

(setq org-latex-to-pdf-process
=A0=A0=A0=A0=A0 '("pdflatex = -interaction=3Dnonstopmode %f" "pdflatex -interaction=3Dnonstopmo= de %f"))

This may be a known issue, but I didn't find anyth= ing 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.
--0015175caa2c431f3704abf41f88--