Merge branch 'bugfix'

Discard the ORG-NEWS change from 3b7981869.
This commit is contained in:
Kyle Meyer 2022-11-29 21:22:41 -05:00
commit 4bb59b505d
1 changed files with 2 additions and 2 deletions

View File

@ -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))))