瀏覽代碼

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.
Ihor Radchenko 3 年之前
父節點
當前提交
180966c645
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. 6 5
      doc/org-manual.org

+ 6 - 5
doc/org-manual.org

@@ -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