From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carson Chittom Subject: recurring floating appointments Date: Wed, 18 Jul 2012 08:50:31 -0500 Message-ID: <4p394pch5k.fsf@mspb.ms.gov> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrUeJ-0002HV-Jc for emacs-orgmode@gnu.org; Wed, 18 Jul 2012 09:50:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrUeH-0000co-W6 for emacs-orgmode@gnu.org; Wed, 18 Jul 2012 09:50:43 -0400 Received: from plane.gmane.org ([80.91.229.3]:56457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrUeH-0000cb-Oy for emacs-orgmode@gnu.org; Wed, 18 Jul 2012 09:50:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SrUeG-0004C6-5j for emacs-orgmode@gnu.org; Wed, 18 Jul 2012 15:50:40 +0200 Received: from net32h135.itsd.state.ms.us ([69.60.39.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Jul 2012 15:50:40 +0200 Received: from carson by net32h135.itsd.state.ms.us with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Jul 2012 15:50:40 +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: emacs-orgmode@gnu.org I'm using the builtin org 7.8.11 in Emacs 24. In an org file, I have something like * Recurring Events #+CATEGORY: Meeting ** Monthly Third Thursday Meeting <%%(org-float t 4 3)> This displays on my agenda fine. However, that particular meeting always happens at 10:00 AM, and I'd prefer to show it at that time in my agenda, instead of an all-day event. I looked through the documentation for org-float (as well as diary-float in the Emacs manual), and I saw nothing on assigning a time to a floating event. I tried doing something like <%%(org-float t 4 3) 10:00-11:00> but that didn't work. Is assigning a time like this to an org-float even possible? Am I missing something?