From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Recurring events with ranges broken Date: Thu, 14 Apr 2011 23:04:15 -0400 Message-ID: <8762qgp64w.fsf@fastmail.fm> References: <83aafxjj5a.fsf@yahoo.it> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAZKU-00075K-ED for emacs-orgmode@gnu.org; Thu, 14 Apr 2011 23:04:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAZKT-0000KY-4k for emacs-orgmode@gnu.org; Thu, 14 Apr 2011 23:04:18 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:50092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAZKT-0000KU-2i for emacs-orgmode@gnu.org; Thu, 14 Apr 2011 23:04:17 -0400 In-Reply-To: (Philipp M.'s message of "Wed, 13 Apr 2011 11:35:24 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Philipp M." Cc: emacs-orgmode@gnu.org "Philipp M." writes: > It would be the proper way to set up timetables for a semester. > The workaround I use is mentioned in the FAQ http://orgmode.org/worg/ > org-faq.html#org-diary-class > Unfortunately the FAQ doesn't state that putting the time in the > heading is the only way to get the time into the agenda and that all > other attempts you might expect to do what you want break silently. The following works fine for me here: * My classes %%(org-diary-class 2 20 2011 5 30 2011 4) 9:00am-10:00am Emacs 101 This method will cause the agenda to display the string following the sexp (e.g., Emacs 101) rather than the headline. Best, Matt