emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Commenting a diary sexp line??


From: Alan E. Davis
Subject: Re: [O] Commenting a diary sexp line??
Date: Mon, 18 Jul 2011 22:13:06 -0700

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 <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]