From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: graphics for html and latex / pdf export? Date: Thu, 04 Sep 2014 14:12:01 +0200 Message-ID: <87k35jinzi.fsf@gmail.com> References: <87r3zs1uyh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPVtw-0000rj-B8 for emacs-orgmode@gnu.org; Thu, 04 Sep 2014 08:12:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPVtp-0007FZ-VM for emacs-orgmode@gnu.org; Thu, 04 Sep 2014 08:12:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:58134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPVtp-0007FV-Oi for emacs-orgmode@gnu.org; Thu, 04 Sep 2014 08:12:25 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XPVto-0002rG-GU for emacs-orgmode@gnu.org; Thu, 04 Sep 2014 14:12:24 +0200 Received: from g231225069.adsl.alicedsl.de ([92.231.225.69]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Sep 2014 14:12:24 +0200 Received: from tjolitz by g231225069.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Sep 2014 14:12:24 +0200 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 Rainer M Krug writes: > OK - ignore my comment concerning R - this is working. I am just trying > it out. HTML works perfectly. > > I am just struggling with pdf. I have to set the org-latex-pdf-process > to "pdflatex -shell-escape -interaction nonstopmode -output-directory %o > %f" and, due to security concerns, only want to set it via file local > variable. But I somehow don't manage it. > > ,---- > | # Local Variables: > | # org-latex-pdf-process: "pdflatex -shell-escape -interaction > | nonstopmode -output-directory %o %f" > | # End: > `---- > > Does not work ("No valid command to process pdf"). How can I set the > command as a file local variable? maybe as list like here: % reftex-ref-style-default-list: ("Fancyref") -- cheers, Thorsten