From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Using org-diary Date: Mon, 06 Jan 2014 18:35:19 -0500 Message-ID: <8761pwd6q0.fsf@alphaville.bos.redhat.com> References: <87fvp0eswd.fsf@mezarim.home> <87a9f8dbl2.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0Jhr-00054B-IH for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 18:35:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0Jhl-0002Ao-Fh for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 18:35:39 -0500 Received: from plane.gmane.org ([80.91.229.3]:57481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0Jhl-0002Ak-8S for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 18:35:33 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W0Jhi-00053W-UZ for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 00:35: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 ; Tue, 07 Jan 2014 00:35:30 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jan 2014 00:35: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: > What I am now seeing is that the particular date gets picked up, but not the time. Am I doing something incorrect with the > syntax? > No, I believe that's a limitation of what you can do with these diary-sexps. You can always add the time to the headline: that way it'll appear in the agenda (but not in the grid, if you use that, and not sorted correctly - the time is just a label): *** Teaching 7:00pm-8:30pm <%%(org-class 2014 1 6 2014 3 10 1 1)> Nick