From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Special properties -- doc buglet? Date: Mon, 24 Jan 2011 09:40:43 +0100 Message-ID: <7DD60A02-84B9-4A2E-AE62-E0DB3ED03734@gmail.com> References: 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=42218 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhHyh-0007Ue-Ha for emacs-orgmode@gnu.org; Mon, 24 Jan 2011 03:40:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhHyg-0002rl-6F for emacs-orgmode@gnu.org; Mon, 24 Jan 2011 03:40:47 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:60649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhHyf-0002rg-Tt for emacs-orgmode@gnu.org; Mon, 24 Jan 2011 03:40:46 -0500 Received: by bwz16 with SMTP id 16so3321360bwz.0 for ; Mon, 24 Jan 2011 00:40:45 -0800 (PST) In-Reply-To: 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: Tommy Kelly Cc: emacs-orgmode@gnu.org On Jan 22, 2011, at 5:22 PM, Tommy Kelly wrote: > In section "7.2 Special properties" the current online org manual > says: > > "The following property names are special and should not be used as > keys > in the properties drawer: > > ... > CATEGORY > ... > " > > > Is it correct to have "CATEGORY" in that list? I thought that > putting it > as a key into the property drawer just is how to specify categories. It is in the list because it is a special property. So for example (org-entry-get nil "CATEGORY") will get you a value for the category even it it is not defined as a property of the current entry. It will use inheritance and also # +CATEGORY lines. But you are right that it *is* allowed in drawers - I have updated the manual accordingly. - Carsten