From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Drawers Date: Thu, 3 Jan 2008 18:01:33 +0100 Message-ID: <4D1919D9-A68E-425A-93C4-16E714011A6D@gmail.com> References: <87ve98hqxa.fsf@bzg.ath.cx> <20071222121621.GI13112@atlantic.linksys.moosehall> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JATt6-0006fM-4C for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 12:29:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JATt4-0006eh-JH for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 12:29:47 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JATt4-0006eZ-CM for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 12:29:46 -0500 Received: from fk-out-0910.google.com ([209.85.128.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JATt4-0005Pk-7O for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 12:29:46 -0500 Received: by fk-out-0910.google.com with SMTP id 26so7275646fkx.10 for ; Thu, 03 Jan 2008 09:29:45 -0800 (PST) In-Reply-To: <20071222121621.GI13112@atlantic.linksys.moosehall> 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: Adam Spiers Cc: emacs-orgmode@gnu.org On Dec 22, 2007, at 1:16 PM, Adam Spiers wrote: >> >> # Local Variables: >> # org-drawers: '("PROPERTIES" "CLOCK" "MYDRAW") >> # End: >> >> This is a general Emacs mechanism for setting local variable: check >> it >> out here: (info "(emacs)Specifying File Variables") > > I only just noticed that since 5.13 #+DRAWERS is available for > per-file customization - very nice. However, I still had the above > syntax in my files, and it appears that quoting the list breaks a > number of things including export: > File variable values are read directly with the Lisp primitive `read', the value is not evaluated (like it would be using `setq' or `set') before it is assigned to the variable. Therefore the value should not be quoted. - Carsten