From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Using org-diary Date: Mon, 06 Jan 2014 16:50:17 -0500 Message-ID: <87a9f8dbl2.fsf@alphaville.bos.redhat.com> References: <87fvp0eswd.fsf@mezarim.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0I4E-0005MD-57 for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 16:50:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0I47-0005Zb-Vu for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 16:50:38 -0500 Received: from plane.gmane.org ([80.91.229.3]:39560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0I47-0005ZW-Nb for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 16:50:31 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W0I46-0001kU-8z for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 22:50:30 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Jan 2014 22:50:30 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Jan 2014 22:50:30 +0100 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: emacs-orgmode@gnu.org Stephen J. Barr writes: > Greetings org-mode, > > I am trying to use org-class to put in my regularly scheduled > events. The following snippet is my attempt to put in a regularly > scheduled Monday-evening event. This is in a file that is included in my > org-agenda-files, yet when I look at my agenda, this does not show up! > > ######################################## > > *** Teaching > <%%(org-class 2014 1 6 2014 3 10 1 1)> 7:00pm-8:30pm > > ######################################## > > I would appreciate any advice on this. > Tested it with a minimal .enacs and it works fine for me: Org-mode version 8.2.4 (release_8.2.4-410-ge23bbd) Nick