Browse Source

doc timestamp for diary-style sexp entries

Michael Brand 13 years ago
parent
commit
aa321a3ed5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      doc/org.texi

+ 3 - 2
doc/org.texi

@@ -5406,10 +5406,11 @@ the settings.  This has been the source of much confusion.  Org mode users
 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