From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: org-latex-to-pdf-process missing? Date: Mon, 22 Nov 2010 10:23:06 -0600 Message-ID: <4CEA98EA.1090405@ccbr.umn.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57216 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKZAf-0000w2-2k for emacs-orgmode@gnu.org; Mon, 22 Nov 2010 11:23:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKZAd-0004zD-NA for emacs-orgmode@gnu.org; Mon, 22 Nov 2010 11:23:12 -0500 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:3472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKZAd-0004z0-H7 for emacs-orgmode@gnu.org; Mon, 22 Nov 2010 11:23:11 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jeff Horn Cc: Org-mode ml I'm guessing you just need to (require 'org-latex) --Erik Jeff Horn wrote: > Dear orgsters, > > Sorry for the noise, but it isn't immediately clear to me from the > docs. `C-h v org-latex-to-pdf-process` indicates that the variable > doesn't exist in my org-mode installation. I'm using org-mode 7.3 in > emacs 23.2 (Aquamacs 2.1). > > I remember a discussion a few weeks ago centered on how to get org to > export to PDF using the appropriate compilation sequence. Is this > variable missing because org now uses texi2dvi or another shell > program that automagically figures this stuff out? > > If so, someone who knows how might wish to update the latex export > page at worg.[1] > > Thanks for the info, > Jeff > > Footnotes: > [1] http://orgmode.org/worg/org-tutorials/org-latex-export.php >