From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Org-mode Version 5.07 Date: Fri, 31 Aug 2007 12:53:28 +0200 Message-ID: <87bqco561j.fsf@baldur.tsdh.de> References: <2ae851ed8680bed6915861cb29420016@science.uva.nl> <87wsvdkqhz.fsf@baldur.tsdh.de> <883a54ee60a13c01fd22b2ef3c35ffeb@science.uva.nl> <87k5rc59ln.fsf@baldur.tsdh.de> <80227c64ac2e00d490cd1a636a93219b@science.uva.nl> 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 1IR48I-0000YB-SP for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 06:53:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IR48H-0000Xs-9O for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 06:53:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IR48H-0000Xp-43 for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 06:53:45 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IR48G-0000QY-HN for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 06:53:44 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IR488-0003Ot-HL for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 12:53:36 +0200 Received: from dslb-084-063-036-061.pools.arcor-ip.net ([84.63.36.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Aug 2007 12:53:36 +0200 Received: from tassilo by dslb-084-063-036-061.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Aug 2007 12:53:36 +0200 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 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? > I should be > > (setq org-tags-list > '(("APPT" . ?a) ("CALL" . ?c) .....)) > > But yours seems to be > (setq org-tags-list > '((?a . "APPT") (?c . "CALL") .....)) Yes, that's it. But then the docs are wrong, too. See ,----[ C-h v org-tag-alist RET ] | org-tag-alist is a variable defined in `org.el'. | Its value is shown below. | | Documentation: | List of tags allowed in Org-mode files. | When this list is nil, Org-mode will base TAG input on what is already | in the buffer. | The value of this variable is an alist, the car may be (and should) be | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | a character that is used to select that tag through the | ^^^^^^^^^^^ | fast-tag-selection interface. See the manual for details. | | You can customize this variable. | | Value: | ((#("APPT" 0 4 | (face nil)) | . 97) | (#("CALL" 0 4 | (face nil)) | . 99) | (#("PURCHASE" 0 8 | (face nil)) | . 101)) `---- Now I've set org-todo-keywords to '((sequence "TODO(T)" "STARTED(S)" "WAITING(W)" "|" "DONE(D)" "DEFERRED(F)" "CANCELLED(C)")) which works, too. 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. Bye, Tassilo -- No person, no idea, and no religion deserves to be illegal to insult, not even the Church of Emacs. (Richard M. Stallman)