emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How can I set an event to occur every day except Saturday and Sunday between two given dates?
@ 2012-06-14 16:52 Enda
  2012-06-14 17:14 ` John Rakestraw
  0 siblings, 1 reply; 2+ messages in thread
From: Enda @ 2012-06-14 16:52 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

I know how can I set an event to occur every day except Saturday and Sunday

** Daily meeting
   <%%(memq (calendar-day-of-week date) '(1 2 3 4 5))>

How can I set an event to occur every day except Saturday and Sunday
between two given dates?


Best wishes,

Enda

[-- Attachment #2: Type: text/html, Size: 1301 bytes --]

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

* Re: How can I set an event to occur every day except Saturday and Sunday between two given dates?
  2012-06-14 16:52 How can I set an event to occur every day except Saturday and Sunday between two given dates? Enda
@ 2012-06-14 17:14 ` John Rakestraw
  0 siblings, 0 replies; 2+ messages in thread
From: John Rakestraw @ 2012-06-14 17:14 UTC (permalink / raw)
  To: emacs-orgmode

apologies -- neglected to include the list.

-------------------- Start of forwarded message --------------------
From: lists@johnrakestraw.com
To: Enda <enda_k2@yahoo.com>
Subject: Re: [O] How can I set an event to occur every day except Saturday and Sunday between two given dates?
Fcc: ~/spool/sent.spool
Bcc: homesent@johnrakestraw.com, mobilesent@johnrakestraw.com
Date: Thu, 14 Jun 2012 13:04:37 -0400

Hi, Enda --

>    <%%(memq (calendar-day-of-week date) '(1 2 3 4 5))>
>
> How can I set an event to occur every day except Saturday and Sunday
> between two given dates?
>

org-class should do what you want --

http://orgmode.org/worg/org-faq.html#org-class

--John
-------------------- End of forwarded message --------------------

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

end of thread, other threads:[~2012-06-14 17:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-14 16:52 How can I set an event to occur every day except Saturday and Sunday between two given dates? Enda
2012-06-14 17:14 ` John Rakestraw

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