emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Release 5.22
Date: Wed, 20 Feb 2008 09:11:14 -0500	[thread overview]
Message-ID: <87ejb7btvh.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <5D652E6F-D590-4899-B5AA-4C56E96C4AA3@science.uva.nl> (Carsten Dominik's message of "Tue\, 19 Feb 2008 09\:20\:15 +0100")

Carsten Dominik <dominik@science.uva.nl> writes:

> Changes to logging progress
> ---------------------------
>
>     There is now more control over which state changes are being
>     logged in what way.  Please read carefully the corresponding
>     sections in the manual.  Basically: 
>
>     - The variable `org-log-done' has been simplified, it no
>       longer influences logging state changes and clocking out.
>     - There is a new variable for triggering note-taking when
>       clocking out an item: `org-log-note-clock-out'.
>     - Logging of state changes now has to be configured on a
>       pre-keyword basis, either in `org-todo-keywords' or in the
>       #+TODO in-buffer setting.
>     - These per-keyword settings allow more control.  For example
>
>        WAIT(w@)    Record a note when entering this state.
>        WAIT(w!)    Record a timestamp when entering this state.
>        WAIT(w@/!)  Recore a note when entering and timestamp
>                    when leaving this state.  This is great for
>                    getting a record when switching *back* from
>                     WAIT to TODO.
>        WAIT(/!)    Record a timestamp when leaving this state.
>                    Here we not even define a fast access
>                    character, but just the logging stuff.
>
>     This was triggered by requests from Wanrong Lin and Bernt Hansen.
>

I tried setting my TODO keywords to

(setq org-todo-keywords
      '((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!/!)")
	(sequence "WAITING(w@/!)" "|" "CANCELLED(c!/!)")
	(sequence "SOMEDAY(s!/!)" "|")))

But that messes up the agenda view.  Old DONE tasks appear again (things
with due dates -446 days ago for instance)

Removing the /! and restarting emacs fixes it.

Sorry :(

Bernt

  reply	other threads:[~2008-02-20 14:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-19  8:20 Release 5.22 Carsten Dominik
2008-02-20 14:11 ` Bernt Hansen [this message]
2008-02-20 21:48   ` Carsten Dominik
2008-02-20 22:16     ` Bernt Hansen
2008-02-21  2:31     ` org export html with header and footer option Xin Shi
2008-02-21  3:36       ` William Henney
2008-02-21  4:49         ` Xin Shi
2008-02-21 15:35         ` Xin Shi
2008-02-21 15:47           ` William Henney

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=87ejb7btvh.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=dominik@science.uva.nl \
    --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).