emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug in #+SEQ_TODO: config?
@ 2008-02-06 23:46 Rainer Stengele
  2008-02-07  7:17 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Rainer Stengele @ 2008-02-06 23:46 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

I think i found a bug/unwanted behaviour:

1. Having this config at the top of an org file:

#+SEQ_TODO: TODO INARBEIT WARTEN| DONE CANCELED DELEGATED

I do get all (!) DONE entries in any agenda call. although I configured 
to not see any of them ((org-agenda-skip-scheduled-if-done t) etc.).


2. Having this config at the top of an org file:

#+SEQ_TODO: TODO INARBEIT WARTEN | DONE CANCELED DELEGATED


I get correct agenda behaviour - all DONE items disappear.
The only difference is the space after "WARTEN"!
That was not quite easy to track down ...

Is this intended?


rainer

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug in #+SEQ_TODO: config?
  2008-02-06 23:46 Bug in #+SEQ_TODO: config? Rainer Stengele
@ 2008-02-07  7:17 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-02-07  7:17 UTC (permalink / raw)
  To: Rainer Stengele; +Cc: emacs-orgmode


On Feb 7, 2008, at 12:46 AM, Rainer Stengele wrote:

> Hi all,
>
> I think i found a bug/unwanted behaviour:
>
> 1. Having this config at the top of an org file:
>
> #+SEQ_TODO: TODO INARBEIT WARTEN| DONE CANCELED DELEGATED
>
> I do get all (!) DONE entries in any agenda call. although I  
> configured to not see any of them ((org-agenda-skip-scheduled-if- 
> done t) etc.).
>
>
> 2. Having this config at the top of an org file:
>
> #+SEQ_TODO: TODO INARBEIT WARTEN | DONE CANCELED DELEGATED
>
>
> I get correct agenda behaviour - all DONE items disappear.
> The only difference is the space after "WARTEN"!
> That was not quite easy to track down ...
>
> Is this intended?

Well, you told Org-mode to use "WARTEN|" as a keyword, and you did not  
have
a separator between TODO and DONE states in that line.  Therefore, Org- 
mode
thinks that only "DELEGATED" is a DONE state.  This is the default  
behavior,
use the last keyword as "done" state.  It is documented that way.

- Carsten

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-07  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-06 23:46 Bug in #+SEQ_TODO: config? Rainer Stengele
2008-02-07  7:17 ` Carsten Dominik

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).