From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: org-latex-to-pdf-process missing? Date: Wed, 24 Nov 2010 18:56:11 -0500 Message-ID: <878w0ip97o.fsf@gollum.intra.norang.ca> References: <4CEA98EA.1090405@ccbr.umn.edu> <87aal0w7t0.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=54918 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLPCJ-0003qC-1v for emacs-orgmode@gnu.org; Wed, 24 Nov 2010 18:56:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLPCI-000162-1X for emacs-orgmode@gnu.org; Wed, 24 Nov 2010 18:56:22 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:60161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLPCH-000154-Vy for emacs-orgmode@gnu.org; Wed, 24 Nov 2010 18:56:22 -0500 In-Reply-To: (Jeff Horn's message of "Wed, 24 Nov 2010 12:09:57 -0500") 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 Jeff Horn writes: >>> 3) Shouldn't org-latex be loaded automatically? >> >> You're referencing a variable in org-latex. =C2=A0It probably doesn't get >> defined until you have auto-loaded org-latex by using some function >> provided by that file. =C2=A0If you want to use the variable before that= I >> think you need to require the package to force loading it early. > > I didn't realized that's how autoloads work. So they're "just in time" > loads? Designed to cut back on the initial load time? That's my understanding of how it works. The main purpose of autoloads (as far as I know) is to speed up Emacs initial startup time. Regards, Bernt