emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Repeated tasks, but only for a limited period (of time)


From: Rick Hanson
Subject: Re: [O] Repeated tasks, but only for a limited period (of time)
Date: Wed, 13 Mar 2013 10:42:52 -0400

Thank you, Bastien!

On Wed, Mar 13, 2013 at 4:59 AM, Bastien <address@hidden> wrote:
Hi Rick,

Rick Hanson <address@hidden> writes:

> Based your advices, I used org-clone-subtree-with-time-shift for my
> application today -- worked like a charm.  Thanks to the both of you!

Yes, that's what the manual advised too.

But I find your request to be useful in another circumstance: when
there is a repeated scheduled item and a deadline.  In that case, the
meaning should be "repeat until the deadline".

You can now achieve this by setting

(setq org-agenda-skip-scheduled-if-deadline-is-shown
      'repeated-after-deadline)

which translates to: "Skip the agenda scheduled item when it repeats
after the deadline."

This feature is available from master.

Thanks for coming up with this idea and for the clear use-case!

--
 Bastien


reply via email to

[Prev in Thread] Current Thread [Next in Thread]