From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Problems Setting Drawers in .emacs Date: Fri, 12 Feb 2010 14:14:26 -0500 Message-ID: <876362jmgd.fsf@fastmail.fm> References: <4B758082.2060007@manor-farm.org> 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 1Ng0vb-0006o6-1S for emacs-orgmode@gnu.org; Fri, 12 Feb 2010 14:11:47 -0500 Received: from [140.186.70.92] (port=60826 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ng0va-0006nR-BL for emacs-orgmode@gnu.org; Fri, 12 Feb 2010 14:11:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ng0vZ-0000ZB-LQ for emacs-orgmode@gnu.org; Fri, 12 Feb 2010 14:11:46 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:51345) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ng0vZ-0000Z7-JR for emacs-orgmode@gnu.org; Fri, 12 Feb 2010 14:11:45 -0500 In-Reply-To: <4B758082.2060007@manor-farm.org> (Ian Barton's message of "Fri, 12 Feb 2010 16:23:30 +0000") 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: lists@manor-farm.org Cc: emacs-orgmode@gnu.org Ian Barton writes: > In ~/.emacs.d/blacky.el I have: > > ;; Define some default drawers. > (setq org-drawers (quote ("PROPERTIES" "SETUP"))) > > However, PROPERTIES and SETUP aren't recognised as drawers in my org > files. They don't close and open using tab and the fontification of > them indicated that org isn't recognising them as drawers. > Are you sure you aren't setting org-drawers anywhere else in your configuration files (e.g., in your custom settings)? What is the value of org-drawers? (C-h v "org-drawers") I assume you've tried grepping "org-drawers" in your config files... Best, Matt