From ede8294cf74d9cff9c53ee2aa0cf311005796597 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Mon, 22 Jan 2024 12:25:04 +0100 Subject: [PATCH] lisp/ox.el: Fix removed variable in the commentary Reported-by: Stefan Kangas Link: https://orgmode.org/list/CADwFkmnsjEg+d7ty0bjT5RGQiS-SdKcvRUy+KHDh+maa92bp1w@mail.gmail.com --- lisp/ox.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lisp/ox.el b/lisp/ox.el index b8050bcda..5a02b073c 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -1626,11 +1626,10 @@ BLOB is the element or object considered." ;; `org-export--collect-tree-properties'. ;; ;; Dedicated functions focus on computing the value of specific tree -;; properties during initialization. Thus, -;; `org-export--populate-ignore-list' lists elements and objects that -;; should be skipped during export, `org-export--get-min-level' gets -;; the minimal exportable level, used as a basis to compute relative -;; level for headlines. Eventually +;; properties during initialization. Thus, `org-export--prune-tree' +;; lists elements and objects that should be skipped during export, +;; `org-export--get-min-level' gets the minimal exportable level, used +;; as a basis to compute relative level for headlines. Eventually ;; `org-export--collect-headline-numbering' builds an alist between ;; headlines and their numbering.