emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: emacs-orgmode@gnu.org
Subject: Re: Org-mode Version 5.07
Date: Fri, 31 Aug 2007 12:53:28 +0200	[thread overview]
Message-ID: <87bqco561j.fsf@baldur.tsdh.de> (raw)
In-Reply-To: 80227c64ac2e00d490cd1a636a93219b@science.uva.nl

Carsten Dominik <dominik@science.uva.nl> 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)

  reply	other threads:[~2007-08-31 10:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-30  9:52 Org-mode Version 5.07 Carsten Dominik
2007-08-30 13:26 ` Bernt Hansen
2007-08-30 13:47   ` Carsten Dominik
2007-08-30 15:10 ` Tassilo Horn
2007-08-31  5:59   ` Carsten Dominik
2007-08-31  9:36     ` Tassilo Horn
2007-08-31 10:12       ` Carsten Dominik
2007-08-31 10:53         ` Tassilo Horn [this message]
2007-08-31 11:01           ` Carsten Dominik
2007-08-31 15:14           ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bqco561j.fsf@baldur.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).