emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Daniel Clemente <n142857@gmail.com>
Cc: emacs org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: org-agenda-to-appt adds DONE tasks
Date: Fri, 30 Jan 2009 14:52:54 +0100	[thread overview]
Message-ID: <17CBFF6F-5D91-4006-B4F9-258A1DA782C3@uva.nl> (raw)
In-Reply-To: <87iqnx2e0a.fsf@CPU107.opentrends.net>


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

  reply	other threads:[~2009-01-30 13:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-30 12:07 org-agenda-to-appt adds DONE tasks Daniel Clemente
2009-01-30 13:52 ` Carsten Dominik [this message]
2009-01-31 18:26   ` Daniel Clemente

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17CBFF6F-5D91-4006-B4F9-258A1DA782C3@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=n142857@gmail.com \
    /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 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).