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



_______________________________________________
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

Reply via email to