Browse Source

* doc/org-manual.org (Footnotes): Fix typo

Reported in https://orgmode.org/list/4F9E0E55-38BD-4210-8294-5A7E1DCACB01@easesoftware.com
Ihor Radchenko 2 years ago
parent
commit
eb5622b7ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/org-manual.org

+ 1 - 1
doc/org-manual.org

@@ -22082,7 +22082,7 @@ reading convenience.
 [fn:60] When working with the standard diary expression functions, you
 [fn:60] When working with the standard diary expression functions, you
 need to be very careful with the order of the arguments.  That order
 need to be very careful with the order of the arguments.  That order
 depends evilly on the variable ~calendar-date-style~.  For example, to
 depends evilly on the variable ~calendar-date-style~.  For example, to
-specify a date December 12, 2005, the call might look like
+specify a date December 1, 2005, the call might look like
 =(diary-date 12 1 2005)= or =(diary-date 1 12 2005)= or =(diary-date
 =(diary-date 12 1 2005)= or =(diary-date 1 12 2005)= or =(diary-date
 2005 12 1)=, depending on the settings.  This has been the source of
 2005 12 1)=, depending on the settings.  This has been the source of
 much confusion.  Org mode users can resort to special versions of
 much confusion.  Org mode users can resort to special versions of