emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Example of thesis in org-mode and LaTeX


From: Mike Newman
Subject: Re: [Orgmode] Re: Example of thesis in org-mode and LaTeX
Date: Wed, 5 Dec 2007 21:19:02 +0000

On Wed, 5 Dec 2007 18:48:05 +0530
"Rustom Mody" <address@hidden> wrote:

> I downloaded Daniel's thesis and the org original to help me study how
> org mode may be used for writing large structured documents.
> 
> 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.
> 
> [And dont know any Spanish / enough German so cant use the examples
> for anything but studying visual effects]
> 
> I guess of course that its nothing but just wondering whats happening.
> 
> Thanks
> 
> Rustom
> 
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 

Emacs allows you to define local variables in a file, which can be a
very useful feature (for example, as here, to define the latex preamble
on export).  It does however open a potential security hole, probably
allowing the execution of arbitrary elisp.  So when opening a file
that defines a local variable, Emacs warns you.  If you know it's safe
(because you defined it yourself) you can add it to the trusted
list, so you won't get asked every time. 
-- 
Mike




reply via email to

[Prev in Thread] Current Thread [Next in Thread]