From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: Example of Make file for Org Mode LaTeX to pdf Date: Sun, 06 Mar 2016 08:40:46 -0500 Message-ID: References: <4A383BD1-2B7C-4AF3-909E-5D1561B1F933@airmail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acYvW-0008R9-Rg for emacs-orgmode@gnu.org; Sun, 06 Mar 2016 08:40:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acYvR-0001bs-Ss for emacs-orgmode@gnu.org; Sun, 06 Mar 2016 08:40:54 -0500 Received: from mail-qk0-x22d.google.com ([2607:f8b0:400d:c09::22d]:35258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acYvR-0001bm-NO for emacs-orgmode@gnu.org; Sun, 06 Mar 2016 08:40:49 -0500 Received: by mail-qk0-x22d.google.com with SMTP id o6so37983928qkc.2 for ; Sun, 06 Mar 2016 05:40:49 -0800 (PST) In-reply-to: <4A383BD1-2B7C-4AF3-909E-5D1561B1F933@airmail.net> 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: Robert Love Cc: emacs-orgmode list * Export org-files using a Makefile #+BEGIN_SRC makefile :tangle Makefile pdf: rm -f make-org.pdf emacs -batch make-org.org -f org-latex-export-to-pdf open make-org.pdf #+END_SRC works for me. Robert Love writes: > Does anyone have a make file example that has emacs load an .org file, process it into LaTeX and export as PDF, all from the > command line without the user doing anything more than type ‘make’? All examples appreciated. > > — > Bob Love > "Insisting on perfect safety is for people who don't have the balls to live in the real world." -- Mary Shafer, NASA Dryden -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu