From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Question] Custom drawers overrule :PROPERTIES: drawer? Date: Thu, 19 Aug 2010 21:12:26 +0200 Message-ID: <7367B59F-5FF1-4B64-B285-26D0276A66FA@gmail.com> References: <87eidwumjv.fsf@gmx.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=58551 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmAXS-0003Ww-3V for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 15:12:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmAXR-0001uo-0I for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 15:12:33 -0400 Received: from paard.ic.uva.nl ([145.18.40.182]:33551) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmAXQ-0001uK-NR for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 15:12:32 -0400 In-Reply-To: <87eidwumjv.fsf@gmx.de> 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: Sebastian Rose Cc: Emacs-orgmode mailing list On Aug 18, 2010, at 2:34 PM, Sebastian Rose wrote: > Hi, > > if I define a custom drawer like this: > > > #+DRAWERS: COORDS > > > the :PROPERTIES: drawer is not handeld as drawer anymore. Instead, I > have to mention PROPERTIES in the options line shown above. > > > Is this the intended behaviour? Yes. You need to put down the complete list of drawers - #+DRAWERS redefines the list, it does no add to the existing list. - Carsten