From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Drawers Date: Tue, 16 Oct 2007 00:57:37 +0100 Message-ID: <87ve98hqxa.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhYsU-0003Lv-Ov for emacs-orgmode@gnu.org; Mon, 15 Oct 2007 18:57:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhYsT-0003JD-5l for emacs-orgmode@gnu.org; Mon, 15 Oct 2007 18:57:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhYsS-0003Ix-RJ for emacs-orgmode@gnu.org; Mon, 15 Oct 2007 18:57:36 -0400 Received: from ug-out-1314.google.com ([66.249.92.170]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhYsS-0000DF-Ep for emacs-orgmode@gnu.org; Mon, 15 Oct 2007 18:57:36 -0400 Received: by ug-out-1314.google.com with SMTP id a2so329503ugf for ; Mon, 15 Oct 2007 15:57:35 -0700 (PDT) In-Reply-To: (Richard G. Riley's message of "Mon, 15 Oct 2007 23:54:05 +0200") 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: emacs-orgmode@gnu.org Richard G Riley writes: > Is is possible to specify file specific drawers? Put this at the end of your .org file: # 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") -- Bastien