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

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

[elpa] externals/org 4bb59b505d: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 4bb59b505d: Merge branch 'bugfix'
Date: Tue, 29 Nov 2022 21:57:50 -0500 (EST)

branch: externals/org
commit 4bb59b505def76aa679f5ee239b78879ccf7247e
Merge: b3da427ebb 3b79818691
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    Merge branch 'bugfix'
    
    Discard the ORG-NEWS change from 3b7981869.
---
 lisp/ob-core.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 5f679a5e96..5b78ee946f 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -2245,8 +2245,8 @@ Return the list of strings representing top level items:
 
    (item1 item2 ...)
 
-Only consider top level items.  See Info node `(org)Environment of \
-a Code Block'."
+Only consider top level items.  See Info node
+`(org)Environment of a Code Block'."
   (mapcar (lambda (el) (org-babel-read (car el) 'inhibit-lisp-eval))
          (cdr (org-list-to-lisp))))
 



reply via email to

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