From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Org-mode Version 5.07 Date: Fri, 31 Aug 2007 13:01:11 +0200 Message-ID: <352aad5b3b0015724309878464ac1bd7@science.uva.nl> References: <2ae851ed8680bed6915861cb29420016@science.uva.nl> <87wsvdkqhz.fsf@baldur.tsdh.de> <883a54ee60a13c01fd22b2ef3c35ffeb@science.uva.nl> <87k5rc59ln.fsf@baldur.tsdh.de> <80227c64ac2e00d490cd1a636a93219b@science.uva.nl> <87bqco561j.fsf@baldur.tsdh.de> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IR4FW-0006wc-7f for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 07:01:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IR4FS-0006sz-NW for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 07:01:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IR4FS-0006si-IN for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 07:01:10 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IR4FR-0001oD-Vi for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 07:01:10 -0400 In-Reply-To: <87bqco561j.fsf@baldur.tsdh.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: Tassilo Horn Cc: emacs-orgmode@gnu.org On Aug 31, 2007, at 12:53, Tassilo Horn wrote: > Carsten Dominik writes: > > Hi Carsten, > >> This looks very odd, as if your setup of org-tags-list is the wrong >> way round. > > Hm, I use a CVS emacs 3 hours old, but org-tags-list is not known > there. I guess you mean org-tag-alist, right? My typo, should be `org-tag-alist'. > Yes, that's it. But then the docs are wrong, too. See Yes, you are right, `car' needs to be `cdr'. One letter.... :-) > But I've discovered another minor glitch. When I toggle from CANCELLED > to TODO the CLOSED timestamp gets removed, which is a good thing. When > I use C-c C-c T RET to do the same the timestamp persists. Yes, this need to be fixed, thanks. - Carsten