We Recommend

Essential ActionScript 3.0 Essential ActionScript 3.0
The book focuses on the core language and object-oriented programming, but also adds a deep look at the centerpiece of Flash Player's new API: display programming. Enjoy hundreds of brand new pages covering exciting new language features, such as the DOM-based event architecture, E4X, and namespaces--all brimming with real-world sample code.


Posted By

noah on 07/01/09


Tagged

event sexp org orgmode org-mode appointment recurring


Versions (?)


Sexp for an Org-mode reocurring appointment, only on weekdays


Published in: Emacs Lisp 


URL: http://www.gnu.org/software/emacs/manual/html_node/emacs/Sexp-Diary-Entries.html

  1. * APPT Daily Scrum
  2. <%%(let ((dayname (calendar-day-of-week date))(day (car (cdr date))))(memq dayname '(1 2 3 4 5)))>
  3. [2009-07-01 Wed]

Report this snippet 

You need to login to post a comment.