From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: [Question] Custom drawers overrule :PROPERTIES: drawer? Date: Wed, 18 Aug 2010 14:34:28 +0200 Message-ID: <87eidwumjv.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=49771 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Olhqv-00031R-DL for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 08:34:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Olhqp-0001HR-GU for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 08:34:44 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:42659 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Olhqp-0001Ge-5u for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 08:34:39 -0400 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 mailing list 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? Sebastian