org-manual: Do not use #+findex inside Footnote

* doc/org-manual.org (Timestamps):
(Footnotes): Move #+findex entries to the footnote reference.  They do
not work when in Footnote section.
This commit is contained in:
Ihor Radchenko 2022-10-04 09:30:54 +08:00
parent 9ce4727d8e
commit 180966c645
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 6 additions and 5 deletions

View File

@ -5883,6 +5883,12 @@ the agenda (see [[*Weekly/daily agenda]]). We distinguish:
#+cindex: diary style timestamps #+cindex: diary style timestamps
#+cindex: sexp timestamps #+cindex: sexp timestamps
# Mentioned inside the footnote.
#+findex: org-date
#+findex: org-anniversary
#+findex: org-cyclic
#+findex: org-block
For more complex date specifications, Org mode supports using the For more complex date specifications, Org mode supports using the
special expression diary entries implemented in the Emacs Calendar special expression diary entries implemented in the Emacs Calendar
package[fn:60]. For example, with optional time: package[fn:60]. For example, with optional time:
@ -22281,11 +22287,6 @@ format]]. The day name is optional when you type the date yourself.
However, any date inserted or modified by Org adds that day name, for However, any date inserted or modified by Org adds that day name, for
reading convenience. reading convenience.
#+findex: org-date
#+findex: org-anniversary
#+findex: org-cyclic
#+findex: org-block
[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