From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel Clemente" Subject: Re: Re: Example of thesis in org-mode and LaTeX Date: Thu, 6 Dec 2007 13:26:51 +0100 Message-ID: References: <87zlwq3dv7.fsf@bzg.ath.cx> <87bq952w9e.fsf@freemail.hu> <87bq95guug.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J0Fog-00042r-R6 for emacs-orgmode@gnu.org; Thu, 06 Dec 2007 07:26:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J0Foc-0003sa-T6 for emacs-orgmode@gnu.org; Thu, 06 Dec 2007 07:26:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0Foc-0003sL-OU for emacs-orgmode@gnu.org; Thu, 06 Dec 2007 07:26:54 -0500 Received: from mu-out-0910.google.com ([209.85.134.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J0Foc-000744-EW for emacs-orgmode@gnu.org; Thu, 06 Dec 2007 07:26:54 -0500 Received: by mu-out-0910.google.com with SMTP id i2so175995mue for ; Thu, 06 Dec 2007 04:26:52 -0800 (PST) In-Reply-To: Content-Disposition: inline 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: Rustom Mody Cc: emacs-orgmode@gnu.org Hi, > > When reading his org file in emacs I get something about some local > variables (org-export-latex-preamble) not being safe, some others > (org-export-latex-title-command) being risky and what not. Dont know > whether this is emacs or org (or Daniel!) complaining and about what. > yes, this is the only way I found to include file-specific configuration for the LaTeX exporter. Normally you would have a different preamble in each document, but the variable org-export-latex-preamble is global and affects all documents; therefore it must be chaneg in a =84local variables" section. If you get such warning, you should revise which variables are being changed; if you think that the changes are harmless (eg: LaTeX preamble), you can accept them. Maybe there's a better solution to add more exporter options just for the current file... Daniel