lisp/ox.el: Fix removed variable in the commentary
Reported-by: Stefan Kangas <stefankangas@gmail.com> Link: https://orgmode.org/list/CADwFkmnsjEg+d7ty0bjT5RGQiS-SdKcvRUy+KHDh+maa92bp1w@mail.gmail.com
This commit is contained in:
parent
83696bf21f
commit
6dab5c317d
|
@ -1634,11 +1634,10 @@ an alist where associations are (VARIABLE-NAME VALUE)."
|
||||||
;; `org-export--collect-tree-properties'.
|
;; `org-export--collect-tree-properties'.
|
||||||
;;
|
;;
|
||||||
;; Dedicated functions focus on computing the value of specific tree
|
;; Dedicated functions focus on computing the value of specific tree
|
||||||
;; properties during initialization. Thus,
|
;; properties during initialization. Thus, `org-export--prune-tree'
|
||||||
;; `org-export--populate-ignore-list' lists elements and objects that
|
;; lists elements and objects that should be skipped during export,
|
||||||
;; should be skipped during export, `org-export--get-min-level' gets
|
;; `org-export--get-min-level' gets the minimal exportable level, used
|
||||||
;; the minimal exportable level, used as a basis to compute relative
|
;; as a basis to compute relative level for headlines. Eventually
|
||||||
;; level for headlines. Eventually
|
|
||||||
;; `org-export--collect-headline-numbering' builds an alist between
|
;; `org-export--collect-headline-numbering' builds an alist between
|
||||||
;; headlines and their numbering.
|
;; headlines and their numbering.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue