Browse Source

Merge branch 'maint'

Bastien Guerry 13 years ago
parent
commit
9d045aa169
1 changed files with 3 additions and 2 deletions
  1. 3 2
      doc/org.texi

+ 3 - 2
doc/org.texi

@@ -5414,10 +5414,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