emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org ede8294cf7 1/9: lisp/ox.el: Fix removed var


From: ELPA Syncer
Subject: [elpa] externals-release/org ede8294cf7 1/9: lisp/ox.el: Fix removed variable in the commentary
Date: Wed, 31 Jan 2024 10:00:19 -0500 (EST)

branch: externals-release/org
commit ede8294cf74d9cff9c53ee2aa0cf311005796597
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    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
---
 lisp/ox.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/lisp/ox.el b/lisp/ox.el
index b8050bcda5..5a02b073c1 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]