emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* recurring TODO's & diary sexps
@ 2009-06-26  9:58 Dirk-Jan Binnema
  2009-06-27  8:01 ` Taru Karttunen
  0 siblings, 1 reply; 3+ messages in thread
From: Dirk-Jan Binnema @ 2009-06-26  9:58 UTC (permalink / raw)
  To: emacs-orgmode


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

Hi all,

I have some weekday-specific TODO-items; I use a diary-sexp to specify the
days:

** TODO do this every day
   SCHEDULED: <%%(memq (calendar-day-of-week date) '(1 2 3 4 5))>

However, understandably, org (using 6.21b) does not seem to recognize this
as
a *recurring* appointment, so when I mark it as 'DONE', the whole things is
marked as
CLOSED and things don't appear in my agenda anymore.

Now, I could work around it by:
 a) make five 'normal' recurring entries for each weekday
 b) don't use TODO, but just leave the item
but that is not really nice...

Is there some trick I am missing?

Best wishes,
Dirk.

[-- Attachment #1.2: Type: text/html, Size: 726 bytes --]

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

_______________________________________________
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

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

* Re: recurring TODO's & diary sexps
  2009-06-26  9:58 recurring TODO's & diary sexps Dirk-Jan Binnema
@ 2009-06-27  8:01 ` Taru Karttunen
  2009-06-27 11:01   ` Eric S Fraga
  0 siblings, 1 reply; 3+ messages in thread
From: Taru Karttunen @ 2009-06-27  8:01 UTC (permalink / raw)
  To: emacs-orgmode

Excerpts from Dirk-Jan Binnema's message of Fri Jun 26 12:58:00 +0300 2009:
> Now, I could work around it by:
>  a) make five 'normal' recurring entries for each weekday
>  b) don't use TODO, but just leave the item
> but that is not really nice...
> 
> Is there some trick I am missing?

This is not pretty but:


*** TODO <2009-06-29 Mon +1w> Foobar
*** TODO <2009-06-30 Tue +1w> Foobar
*** TODO <2009-07-01 Wed +1w> Foobar
*** TODO <2009-07-02 Thu +1w> Foobar
*** TODO <2009-07-03 Fri +1w> Foobar

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

* Re: recurring TODO's & diary sexps
  2009-06-27  8:01 ` Taru Karttunen
@ 2009-06-27 11:01   ` Eric S Fraga
  0 siblings, 0 replies; 3+ messages in thread
From: Eric S Fraga @ 2009-06-27 11:01 UTC (permalink / raw)
  To: Taru Karttunen; +Cc: emacs-orgmode

At Sat, 27 Jun 2009 11:01:49 +0300,
Taru Karttunen wrote:
> 
> Excerpts from Dirk-Jan Binnema's message of Fri Jun 26 12:58:00 +0300 2009:
> > Now, I could work around it by:
> >  a) make five 'normal' recurring entries for each weekday
> >  b) don't use TODO, but just leave the item
> > but that is not really nice...
> > 
> > Is there some trick I am missing?
> 
> This is not pretty but:
> 
> 
> *** TODO <2009-06-29 Mon +1w> Foobar
> *** TODO <2009-06-30 Tue +1w> Foobar
> *** TODO <2009-07-01 Wed +1w> Foobar
> *** TODO <2009-07-02 Thu +1w> Foobar
> *** TODO <2009-07-03 Fri +1w> Foobar

You could simplify this to:

*** TODO Foobar
    <2009-06-29 Mon +1w>  
    <2009-06-30 Tue +1w> 
    <2009-07-01 Wed +1w> 
    <2009-07-02 Thu +1w> 
    <2009-07-03 Fri +1w> 

Still maybe not pretty but works just fine.  I do this for the
lectures I have to give for a given course, for instance.

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

end of thread, other threads:[~2009-06-27 11:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-26  9:58 recurring TODO's & diary sexps Dirk-Jan Binnema
2009-06-27  8:01 ` Taru Karttunen
2009-06-27 11:01   ` Eric S Fraga

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