From: Carsten Dominik <dominik@science.uva.nl>
To: Bernt Hansen <bernt@norang.ca>
Cc: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Release 5.22
Date: Wed, 20 Feb 2008 22:48:14 +0100 [thread overview]
Message-ID: <399B44CF-DECF-41A1-BEED-169A075AB32A@science.uva.nl> (raw)
In-Reply-To: <87ejb7btvh.fsf@gollum.intra.norang.ca>
[-- Attachment #1.1: Type: text/plain, Size: 2292 bytes --]
Hi Bernt,
thanks. Please try the following patch:
- Carsten
--- org.el.orig 2008-02-20 22:45:38.000000000 +0100
+++ org.el 2008-02-20 22:45:59.000000000 +0100
@@ -4670,7 +4670,7 @@
(defun org-remove-keyword-keys (list)
(mapcar (lambda (x)
- (if (string-match "(..?)$" x)
+ (if (string-match "(.+)$" x)
(substring x 0 (match-beginning 0))
x))
list))
On Feb 20, 2008, at 3:11 PM, Bernt Hansen wrote:
> 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
[-- Attachment #1.2: Type: text/html, Size: 5192 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2008-02-20 21:48 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
2008-02-20 21:48 ` Carsten Dominik [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=399B44CF-DECF-41A1-BEED-169A075AB32A@science.uva.nl \
--to=dominik@science.uva.nl \
--cc=bernt@norang.ca \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.