Hi Robert

On Wed, Dec 8, 2010 at 16:29, Robert Horn <rjh...@panix.com> wrote:
> I wanted to set up a regular meeting that would appear in the agenda
> grid.  I discovered that the following works:
>
> ... Regular Meeting 13:00-14:00
> <%%(diary-float t 2 1)>
>
> This creates a first tuesday of each month meeting, from 1300h to 1400h.
> This works because the default for the
> org-agenda-search-headline-for-time is t.
>
> Is there a better way to do this?  It seems odd to split the date from
> the time.  I didn't find anything that combines the date rules of
> diary-float with the ability to also specify a time interval.

One possibility is
* Regular Meeting
  SCHEDULED: <%%(diary-float t 2 1) 13:00-14:00>

Michael

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to