emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-agenda-to-appt adds DONE tasks
@ 2009-01-30 12:07 Daniel Clemente
  2009-01-30 13:52 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Clemente @ 2009-01-30 12:07 UTC (permalink / raw)
  To: emacs org-mode mailing list


Hi, I use I org-agenda-to-appt, and today I received appointments about tasks which were already marked with a DONE state since yesterday (but however, still scheduled for today).

  Can this behaviour be configured not to do it?

  Thanks

Daniel

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

* Re: org-agenda-to-appt adds DONE tasks
  2009-01-30 12:07 org-agenda-to-appt adds DONE tasks Daniel Clemente
@ 2009-01-30 13:52 ` Carsten Dominik
  2009-01-31 18:26   ` Daniel Clemente
  0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2009-01-30 13:52 UTC (permalink / raw)
  To: Daniel Clemente; +Cc: emacs org-mode mailing list


On Jan 30, 2009, at 1:07 PM, Daniel Clemente wrote:

>
> Hi, I use I org-agenda-to-appt, and today I received appointments  
> about tasks which were already marked with a DONE state since  
> yesterday (but however, still scheduled for today).
>
>  Can this behaviour be configured not to do it?


(defun my-org-appts ()
    (let ((org-agenda-skip-deadline-if-done t)
          (org-agenda-skip-scheduled-if-done t))
       (org-agenda-to-appt)))

- Carsten

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

* Re: org-agenda-to-appt adds DONE tasks
  2009-01-30 13:52 ` Carsten Dominik
@ 2009-01-31 18:26   ` Daniel Clemente
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Clemente @ 2009-01-31 18:26 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs org-mode mailing list

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

> (defun my-org-appts ()
>    (let ((org-agenda-skip-deadline-if-done t)
>          (org-agenda-skip-scheduled-if-done t))
>       (org-agenda-to-appt)))
>

  Of course; thanks.

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

end of thread, other threads:[~2009-01-31 18:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-30 12:07 org-agenda-to-appt adds DONE tasks Daniel Clemente
2009-01-30 13:52 ` Carsten Dominik
2009-01-31 18:26   ` Daniel Clemente

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