* org-float with hours
@ 2012-01-14 3:19 sergio
2012-01-14 8:05 ` Michael Brand
2012-01-14 8:33 ` Sebastien Vauban
0 siblings, 2 replies; 5+ messages in thread
From: sergio @ 2012-01-14 3:19 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
Hello.
Is it possible to specify "every second Friday of each month at 15:43" date?
--
sergio.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-float with hours
2012-01-14 3:19 org-float with hours sergio
@ 2012-01-14 8:05 ` Michael Brand
2012-01-14 9:59 ` sergio
2012-01-15 9:31 ` Bastien
2012-01-14 8:33 ` Sebastien Vauban
1 sibling, 2 replies; 5+ messages in thread
From: Michael Brand @ 2012-01-14 8:05 UTC (permalink / raw)
To: sergio; +Cc: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 405 bytes --]
Hi sergio
On Sat, Jan 14, 2012 at 04:19, sergio <mailbox@sergio.spb.ru> 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, some work, some don't, see
http://thread.gmane.org/gmane.emacs.orgmode/40584
Michael
[-- Attachment #2: 0001-doc-timestamp-for-diary-style-sexp-entries.patch.txt --]
[-- Type: text/plain, Size: 1090 bytes --]
From 95a93ac333b1a2a4cfa4e612a22e3b400398cc83 Mon Sep 17 00:00:00 2001
From: Michael Brand <michael.ch.brand@gmail.com>
Date: Sat, 14 Jan 2012 09:03:01 +0100
Subject: [PATCH] doc timestamp for diary-style sexp entries
---
doc/org.texi | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index 063f339..6dad96a 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -5414,10 +5414,11 @@ @section Timestamps, deadlines, and scheduling
can resort to special versions of these functions like @code{org-date} or
@code{org-anniversary}. These work just like the corresponding @code{diary-}
functions, but with stable ISO order of arguments (year, month, day) wherever
-applicable, independent of the value of @code{calendar-date-style}.}. For example
+applicable, independent of the value of @code{calendar-date-style}.}. For
+example with optional time
@example
-* The nerd meeting on every 2nd Thursday of the month
+* 22:00-23:00 The nerd meeting on every 2nd Thursday of the month
<%%(org-float t 4 2)>
@end example
--
1.7.4.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: org-float with hours
2012-01-14 3:19 org-float with hours sergio
2012-01-14 8:05 ` Michael Brand
@ 2012-01-14 8:33 ` Sebastien Vauban
1 sibling, 0 replies; 5+ messages in thread
From: Sebastien Vauban @ 2012-01-14 8:33 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-float with hours
2012-01-14 8:05 ` Michael Brand
@ 2012-01-14 9:59 ` sergio
2012-01-15 9:31 ` Bastien
1 sibling, 0 replies; 5+ messages in thread
From: sergio @ 2012-01-14 9:59 UTC (permalink / raw)
To: emacs-orgmode
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-float with hours
2012-01-14 8:05 ` Michael Brand
2012-01-14 9:59 ` sergio
@ 2012-01-15 9:31 ` Bastien
1 sibling, 0 replies; 5+ messages in thread
From: Bastien @ 2012-01-15 9:31 UTC (permalink / raw)
To: Michael Brand; +Cc: emacs-orgmode@gnu.org, sergio
Michael Brand <michael.ch.brand@gmail.com> writes:
> The doc is missing that so I attached a patch.
Applied, thanks!
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-01-15 9:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-14 3:19 org-float with hours sergio
2012-01-14 8:05 ` Michael Brand
2012-01-14 9:59 ` sergio
2012-01-15 9:31 ` Bastien
2012-01-14 8:33 ` Sebastien Vauban
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).