Re: [O] org-float with hours

2012-01-15 Thread Bastien
Michael Brand writes: > The doc is missing that so I attached a patch. Applied, thanks! -- Bastien

Re: [O] org-float with hours

2012-01-14 Thread sergio
On 01/14/2012 12:05 PM, Michael Brand wrote: > #+begin_src org > , * 15:43 appointment > , <%%(org-float t 5 2)> > #+end_src Thank you! -- sergio.

Re: [O] org-float with hours

2012-01-14 Thread Sebastien Vauban
Hi Sergio, > Is it possible to specify "every second Friday of each month at 15:43" date? Look for *Sexp* (or Sexpr, that is "S-expressions") diary entries... Best regards, Seb -- Sebastien Vauban

Re: [O] org-float with hours

2012-01-14 Thread Michael Brand
Hi sergio On Sat, Jan 14, 2012 at 04:19, sergio wrote: > Is it possible to specify "every second Friday of each month at 15:43" date? Yes: #+begin_src org , * 15:43 appointment , <%%(org-float t 5 2)> #+end_src The doc is missing that so I attached a patch. There are other variants, som

[O] org-float with hours

2012-01-13 Thread sergio
Hello. Is it possible to specify "every second Friday of each month at 15:43" date? -- sergio.