Here's the attempt to comment, and the line: ** [2011-05-24 Tue 10:23] Sexp for an Org-mode reocurring appointment, only on weekdays Published in: Emacs Lisp, [[ http://www.gnu.org/software/emacs/manual/html_node/emacs/Sexp-Diary-Entries.html][here ]] #+BEGIN_EXAMPLE :,---- :| * APPT Daily Scrum :| <%%(let ((dayname (calendar-day-of-week date))(day (car (cdr date))))(memq dayname '(1 2 3 4 5)))> :| [2009-07-01 Wed] :`---- #+END_EXAMPLE On Mon, Jul 18, 2011 at 10:11 PM, Alan E. Davis wrote: > The following is in one of my Agenda files, I guess. Is there any way to > comment it out, so that it is not evaluated and displayed in the agenda. > This seems to be displayed for every day. I wanted to start a list of > various functions, but this one seems to be preeminent. > > Thank you, > > Alan Davis >