From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard KLINDA Subject: Re: New :base-extension parameter: :none Date: Thu, 12 Feb 2009 18:32:16 +0100 Message-ID: <87r6238stb.fsf@gmail.com> References: <87eiy3ae2n.fsf@gmail.com> <87iqnflgq6.fsf@CPU107.opentrends.net> <87eiy3lgnz.fsf@CPU107.opentrends.net> 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 1LXfSY-0000I9-DH for emacs-orgmode@gnu.org; Thu, 12 Feb 2009 12:34:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXfSX-0000Hn-Oy for emacs-orgmode@gnu.org; Thu, 12 Feb 2009 12:34:46 -0500 Received: from [199.232.76.173] (port=44099 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXfSX-0000Hf-JO for emacs-orgmode@gnu.org; Thu, 12 Feb 2009 12:34:45 -0500 Received: from viefep15-int.chello.at ([62.179.121.35]:17555) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXfSW-0002eS-Vb for emacs-orgmode@gnu.org; Thu, 12 Feb 2009 12:34:45 -0500 Received: from edge02.upc.biz ([192.168.13.237]) by viefep15-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20090212173444.GEGI3373.viefep15-int.chello.at@edge02.upc.biz> for ; Thu, 12 Feb 2009 18:34:44 +0100 Received: from ignotus by localhost with local (masqmail 0.2.21) id 1LXfQ8-77t-00 for ; Thu, 12 Feb 2009 18:32:16 +0100 In-Reply-To: <87eiy3lgnz.fsf@CPU107.opentrends.net> (Daniel Clemente's message of "Thu, 12 Feb 2009 18:16:16 +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: emacs-orgmode@gnu.org >>>>> Regarding 'Re: [Orgmode] New :base-extension parameter: :none'; Daniel Clemente adds: > Daniel Clemente writes: >> 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. > Actually... don't we have nil for that? ,----[ org-publish.el ] | (extension (or (plist-get project-plist :base-extension) "org")) `---- Nil (default case) gets replaced by "org" string, so we have to have something else for the none case. -- Udv, Richard