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