From 106b495eb9e7d249ed15ca1b7621d9e0cb914785 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 23 Jan 2013 14:22:00 +0100 Subject: [PATCH] Fix example in "How can I schedule a weekly class that lasts for a limited period of time?" --- org-faq.org | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/org-faq.org b/org-faq.org index 4ac54ff..f7e8516 100644 --- a/org-faq.org +++ b/org-faq.org @@ -3209,8 +3209,7 @@ the following format: #+begin_src org ,** Class - ,%%(org-class 2009 2 16 2009 4 20 1 10) 7:00pm-9:00pm Class - + ,<%%(org-class 2009 2 16 2009 4 20 1 10)> 7:00pm-9:00pm Class #+end_src In this case, the string following the sexp will be displayed in the -- 1.7.2.5