From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: New :base-extension parameter: :none Date: Thu, 12 Feb 2009 18:14:57 +0100 Message-ID: <87iqnflgq6.fsf@CPU107.opentrends.net> References: <87eiy3ae2n.fsf@gmail.com> 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 1LXfCN-0007Ei-3t for emacs-orgmode@gnu.org; Thu, 12 Feb 2009 12:18:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXfCL-0007BN-31 for emacs-orgmode@gnu.org; Thu, 12 Feb 2009 12:18:02 -0500 Received: from [199.232.76.173] (port=57345 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXfCK-0007Aj-MA for emacs-orgmode@gnu.org; Thu, 12 Feb 2009 12:18:00 -0500 Received: from mail-fx0-f16.google.com ([209.85.220.16]:56086) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXfCK-0000xN-Bn for emacs-orgmode@gnu.org; Thu, 12 Feb 2009 12:18:00 -0500 Received: by fxm9 with SMTP id 9so2040270fxm.18 for ; Thu, 12 Feb 2009 09:17:59 -0800 (PST) In-Reply-To: <87eiy3ae2n.fsf@gmail.com> (Richard KLINDA's message of "Thu, 12 Feb 2009 16:07:44 +0100") 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: Richard KLINDA Cc: emacs-orgmode@gnu.org Richard KLINDA writes: > ,---- > | '("test" . (:base-directory "~/test/" > | :base-extension :none ;; <---- new :none keyword Shouldn't that be :base-extension 'none with a symbol instead of a keyword? I think : is for KEYwords, symbols that are going to be used as keys in a hash table. --