emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* recurring floating appointments
@ 2012-07-18 13:50 Carson Chittom
  2012-07-18 14:14 ` Yagnesh Raghava Yakkala
  0 siblings, 1 reply; 3+ messages in thread
From: Carson Chittom @ 2012-07-18 13:50 UTC (permalink / raw)
  To: emacs-orgmode

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?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: recurring floating appointments
  2012-07-18 13:50 recurring floating appointments Carson Chittom
@ 2012-07-18 14:14 ` Yagnesh Raghava Yakkala
  2012-07-18 14:45   ` Carson Chittom
  0 siblings, 1 reply; 3+ messages in thread
From: Yagnesh Raghava Yakkala @ 2012-07-18 14:14 UTC (permalink / raw)
  To: Carson Chittom; +Cc: emacs-orgmode


Hello Carson,

Carson Chittom <carson@wistly.net> writes:

[…]
>
> <%%(org-float t 4 3) 10:00-11:00>
>
> but that didn't work.

--8<---------------cut here---------------start------------->8---
* Recurring Events
#+CATEGORY: Meeting
** Monthly Third Thursday Meeting 10:00-11:00
   <%%(org-float t 4 3)>
--8<---------------cut here---------------end--------------->8---

Maybe like this.

Thanks.,
-- 
ఎందరో మహానుభావులు అందరికి వందనములు
YYR

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: recurring floating appointments
  2012-07-18 14:14 ` Yagnesh Raghava Yakkala
@ 2012-07-18 14:45   ` Carson Chittom
  0 siblings, 0 replies; 3+ messages in thread
From: Carson Chittom @ 2012-07-18 14:45 UTC (permalink / raw)
  To: emacs-orgmode

Yagnesh Raghava Yakkala <hi@yagnesh.org> writes:

> Carson Chittom <carson@wistly.net> writes:
>>
>> <%%(org-float t 4 3) 10:00-11:00>
>>
>> but that didn't work.
>
> * Recurring Events
> #+CATEGORY: Meeting
> ** Monthly Third Thursday Meeting 10:00-11:00
>    <%%(org-float t 4 3)>
>
> Maybe like this.

Yes, that works great.  Thank you!  I knew I had to be missing something
obvious, since org's documentation is good.  

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-18 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-18 13:50 recurring floating appointments Carson Chittom
2012-07-18 14:14 ` Yagnesh Raghava Yakkala
2012-07-18 14:45   ` Carson Chittom

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).