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

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

[elpa] externals/org 6dab5c317d 1/3: lisp/ox.el: Fix removed variable in


From: ELPA Syncer
Subject: [elpa] externals/org 6dab5c317d 1/3: lisp/ox.el: Fix removed variable in the commentary
Date: Mon, 22 Jan 2024 09:58:30 -0500 (EST)

branch: externals/org
commit 6dab5c317d6e9fc8685627edfadc17d193093891
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 32ca2ff102..491d7a0d0c 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -1634,11 +1634,10 @@ an alist where associations are (VARIABLE-NAME VALUE)."
 ;; `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]