From: Nick Dokos <nicholas.do...@hp.com> To: Enda <enda...@yahoo.com> Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org> Sent: Friday, June 22, 2012 4:44 PM Subject: Re: [O] take the name of org-class event from heading >Enda <enda...@yahoo.com> wrote:
>> How can I schedule a weekly class that lasts for a limited period of >> time? (org-class) >> >> Org-mode offers a convenient diary sexp function for setting up a >> recurring appointment that lasts for a certain period of time, such as >> a class. It is called org-class and it can be entered as follows: >> >> ** Class 7:00pm-9:00pm >> <%%(org-class 2009 2 16 2009 4 20 1 10)> >> >> The function above schedules an appointment for every Monday (1) >> between February 16 and April 20, 2009, except for ISO week 10 (March >> 1 to March 7). >> >> If you would prefer not to place the timestamp in the headline, you >> can use the following format: >> > >** Class >> %%(org-class 2009 2 16 2009 4 20 1 10) 7:00pm-9:00pm Class >> >> Why do you have to repeat the name of the event in the org-class, why >> cannot it not take the name from the heading? >> >What if you want them to be *different*? Couldn't I have ** Class %%(org-class 2009 2 16 2009 4 20 1 10) 7:00pm-9:00pm ? >Nick >PS I cannot tell where you are quoting others and where you are talking as >yourself. Can you please use some quoting style? I italicized the quoted text.