emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Hiding deadlines for completed (but not DONE) tasks
@ 2011-01-12 16:25 Giorgio Valoti
  2011-01-12 17:16 ` Michael Brand
  0 siblings, 1 reply; 7+ messages in thread
From: Giorgio Valoti @ 2011-01-12 16:25 UTC (permalink / raw)
  To: emacs-orgmode

Hi, 
by default, a task with a deadline shows up in the agenda until is marked DONE. Reading the docs it seems there’s no way to specify other statuses to ignore. I use some other states, like CANCELLED or CLOSED that I’d like to hide as well. Is there a way to do this? 

Thank you in advance
--
Giorgio Valoti

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

* Re: Hiding deadlines for completed (but not DONE) tasks
  2011-01-12 16:25 Hiding deadlines for completed (but not DONE) tasks Giorgio Valoti
@ 2011-01-12 17:16 ` Michael Brand
  2011-01-12 18:06   ` Giorgio Valoti
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Brand @ 2011-01-12 17:16 UTC (permalink / raw)
  To: Giorgio Valoti; +Cc: emacs-orgmode

Hi Giorgio

On Wed, Jan 12, 2011 at 17:25, Giorgio Valoti <giorgio_v@me.com> wrote:
> by default, a task with a deadline shows up in the agenda until is marked DONE. Reading the docs it seems there’s no way to specify other statuses to ignore. I use some other states, like CANCELLED or CLOSED that I’d like to hide as well. Is there a way to do this?

I guess you need to configure your todo keywords with the vertical bar, see
http://orgmode.org/manual/Workflow-states.html#Workflow-states

Michael

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

* Re: Hiding deadlines for completed (but not DONE) tasks
  2011-01-12 17:16 ` Michael Brand
@ 2011-01-12 18:06   ` Giorgio Valoti
  2011-01-12 20:09     ` Michael Brand
  0 siblings, 1 reply; 7+ messages in thread
From: Giorgio Valoti @ 2011-01-12 18:06 UTC (permalink / raw)
  To: emacs-orgmode


Il giorno 12/gen/2011, alle ore 18.16, Michael Brand ha scritto:

> Hi Giorgio
> 
> On Wed, Jan 12, 2011 at 17:25, Giorgio Valoti <giorgio_v@me.com> wrote:
>> by default, a task with a deadline shows up in the agenda until is marked DONE. Reading the docs it seems there’s no way to specify other statuses to ignore. I use some other states, like CANCELLED or CLOSED that I’d like to hide as well. Is there a way to do this?
> 
> I guess you need to configure your todo keywords with the vertical bar, see
> http://orgmode.org/manual/Workflow-states.html#Workflow-states

mmmh, maybe there’s just something wrong with my conf:

> (setq org-todo-keywords (quote ((sequence "TODO(t)" "STARTED(n)" "|" "DONE(d!/!)")
>  (sequence "WAITING(w@/!)" "SOMEDAY(s!)" "|" "CANCELLED(c@/!)")
>  (sequence "APPT(a!)" "ERRAND(e!)" "ONSITE(o!)" "|" "HOME(h!/!)")
>  (sequence "APERTO(f!)" "|" "CHIUSO(F!/!)")
>  (sequence "QUOTE(q!)" "QUOTED(Q!)" "|" "APPROVED(A@)" "EXPIRED(E@)" "REJECTED(R@)"))))

When I tag an item as CANCELLED, the agenda hides it; when I tag it as CHIUSO it still shows up.


Ciao
--
Giorgio Valoti

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

* Re: Hiding deadlines for completed (but not DONE) tasks
  2011-01-12 18:06   ` Giorgio Valoti
@ 2011-01-12 20:09     ` Michael Brand
  2011-01-23 13:45       ` David Maus
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Brand @ 2011-01-12 20:09 UTC (permalink / raw)
  To: Giorgio Valoti; +Cc: emacs-orgmode

On Wed, Jan 12, 2011 at 19:06, Giorgio Valoti <giorgio_v@me.com> wrote:
> mmmh, maybe there’s just something wrong with my conf:
>
> (setq org-todo-keywords (quote ((sequence "TODO(t)" "STARTED(n)" "|" "DONE(d!/!)")
>  (sequence "WAITING(w@/!)" "SOMEDAY(s!)" "|" "CANCELLED(c@/!)")
>  (sequence "APPT(a!)" "ERRAND(e!)" "ONSITE(o!)" "|" "HOME(h!/!)")
>  (sequence "APERTO(f!)" "|" "CHIUSO(F!/!)")
>  (sequence "QUOTE(q!)" "QUOTED(Q!)" "|" "APPROVED(A@)" "EXPIRED(E@)" "REJECTED(R@)"))))
>
> When I tag an item as CANCELLED, the agenda hides it; when I tag it as CHIUSO it still shows up.

I can not see anything wrong with this configuration and I hope that
someone else can tell more.

Michael

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

* Re: Hiding deadlines for completed (but not DONE) tasks
  2011-01-12 20:09     ` Michael Brand
@ 2011-01-23 13:45       ` David Maus
  2011-01-27 18:41         ` Matt Lundin
  0 siblings, 1 reply; 7+ messages in thread
From: David Maus @ 2011-01-23 13:45 UTC (permalink / raw)
  To: Michael Brand; +Cc: emacs-orgmode, Giorgio Valoti


[-- Attachment #1.1: Type: text/plain, Size: 1284 bytes --]

At Wed, 12 Jan 2011 21:09:33 +0100,
Michael Brand wrote:
> 
> On Wed, Jan 12, 2011 at 19:06, Giorgio Valoti <giorgio_v@me.com> wrote:
> > mmmh, maybe there’s just something wrong with my conf:
> >
> > (setq org-todo-keywords (quote ((sequence "TODO(t)" "STARTED(n)" "|" "DONE(d!/!)")
> >  (sequence "WAITING(w@/!)" "SOMEDAY(s!)" "|" "CANCELLED(c@/!)")
> >  (sequence "APPT(a!)" "ERRAND(e!)" "ONSITE(o!)" "|" "HOME(h!/!)")
> >  (sequence "APERTO(f!)" "|" "CHIUSO(F!/!)")
> >  (sequence "QUOTE(q!)" "QUOTED(Q!)" "|" "APPROVED(A@)" "EXPIRED(E@)" "REJECTED(R@)"))))
> >
> > When I tag an item as CANCELLED, the agenda hides it; when I tag it as CHIUSO it still shows up.
> 
> I can not see anything wrong with this configuration and I hope that
> someone else can tell more.

This config looks okay and I can't reproduce the problem.  However: It
is true that a done task with a deadline stays on the agenda (C-a a)
if the deadline is/was today.

E.g. for

,----
| * DONE Headline 2
|   DEADLINE: <2011-01-23 So>
`----

I get

,----
| Day-agenda (W03):
| Sunday     23 January 2011
|   file1:      Deadline:   DONE Headline 2
`----

Best,
  -- David
-- 
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Hiding deadlines for completed (but not DONE) tasks
  2011-01-23 13:45       ` David Maus
@ 2011-01-27 18:41         ` Matt Lundin
  2011-01-28  5:15           ` Giorgio Valoti
  0 siblings, 1 reply; 7+ messages in thread
From: Matt Lundin @ 2011-01-27 18:41 UTC (permalink / raw)
  To: David Maus; +Cc: Giorgio Valoti, Michael Brand, emacs-orgmode

David Maus <dmaus@ictsoc.de> writes:

> At Wed, 12 Jan 2011 21:09:33 +0100,
> Michael Brand wrote:
>> 
>> On Wed, Jan 12, 2011 at 19:06, Giorgio Valoti <giorgio_v@me.com> wrote:
>> > mmmh, maybe there’s just something wrong with my conf:
>> >
>> > (setq org-todo-keywords (quote ((sequence "TODO(t)" "STARTED(n)" "|" "DONE(d!/!)")
>> >  (sequence "WAITING(w@/!)" "SOMEDAY(s!)" "|" "CANCELLED(c@/!)")
>> >  (sequence "APPT(a!)" "ERRAND(e!)" "ONSITE(o!)" "|" "HOME(h!/!)")
>> >  (sequence "APERTO(f!)" "|" "CHIUSO(F!/!)")
>> >  (sequence "QUOTE(q!)" "QUOTED(Q!)" "|" "APPROVED(A@)" "EXPIRED(E@)" "REJECTED(R@)"))))
>> >
>> > When I tag an item as CANCELLED, the agenda hides it; when I tag it as CHIUSO it still shows up.
>> 
>> I can not see anything wrong with this configuration and I hope that
>> someone else can tell more.
>
> This config looks okay and I can't reproduce the problem. 

I can't reproduce the problem either.

> However: It is true that a done task with a deadline stays on the
> agenda (C-a a) if the deadline is/was today.

This is the default setting, but it can also be changed by setting
org-agenda-skip-deadline-if-done to t.

Best,
Matt

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

* Re: Hiding deadlines for completed (but not DONE) tasks
  2011-01-27 18:41         ` Matt Lundin
@ 2011-01-28  5:15           ` Giorgio Valoti
  0 siblings, 0 replies; 7+ messages in thread
From: Giorgio Valoti @ 2011-01-28  5:15 UTC (permalink / raw)
  To: Matt Lundin; +Cc: David Maus, Michael Brand, emacs-orgmode


Il giorno 27/gen/2011, alle ore 19.41, Matt Lundin ha scritto:

> David Maus <dmaus@ictsoc.de> writes:
> 
>> At Wed, 12 Jan 2011 21:09:33 +0100,
>> Michael Brand wrote:
>>> 
>>> On Wed, Jan 12, 2011 at 19:06, Giorgio Valoti <giorgio_v@me.com> wrote:
>>>> mmmh, maybe there’s just something wrong with my conf:
>>>> 
>>>> (setq org-todo-keywords (quote ((sequence "TODO(t)" "STARTED(n)" "|" "DONE(d!/!)")
>>>>  (sequence "WAITING(w@/!)" "SOMEDAY(s!)" "|" "CANCELLED(c@/!)")
>>>>  (sequence "APPT(a!)" "ERRAND(e!)" "ONSITE(o!)" "|" "HOME(h!/!)")
>>>>  (sequence "APERTO(f!)" "|" "CHIUSO(F!/!)")
>>>>  (sequence "QUOTE(q!)" "QUOTED(Q!)" "|" "APPROVED(A@)" "EXPIRED(E@)" "REJECTED(R@)"))))
>>>> 
>>>> When I tag an item as CANCELLED, the agenda hides it; when I tag it as CHIUSO it still shows up.
>>> 
>>> I can not see anything wrong with this configuration and I hope that
>>> someone else can tell more.
>> 
>> This config looks okay and I can't reproduce the problem. 
> 
> I can't reproduce the problem either.

Yes, I was using a previous version of org. I just updated it yesterday and the problem is fixed.

> 
>> However: It is true that a done task with a deadline stays on the
>> agenda (C-a a) if the deadline is/was today.
> 
> This is the default setting, but it can also be changed by setting
> org-agenda-skip-deadline-if-done to t.
> 
> Best,
> Matt

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

end of thread, other threads:[~2011-01-28  8:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-12 16:25 Hiding deadlines for completed (but not DONE) tasks Giorgio Valoti
2011-01-12 17:16 ` Michael Brand
2011-01-12 18:06   ` Giorgio Valoti
2011-01-12 20:09     ` Michael Brand
2011-01-23 13:45       ` David Maus
2011-01-27 18:41         ` Matt Lundin
2011-01-28  5:15           ` Giorgio Valoti

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