1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-02-02 20:55:13 +00:00

org-babel: read results contained in generic org blocks

This commit is contained in:
Dan Davison 2009-11-02 00:48:44 -05:00 committed by Eric Schulte
parent 13d670744e
commit f01fb927e1

View File

@ -506,6 +506,7 @@ line. If no result exists for this block then create a
(let ((case-fold-search t) result-string)
(cond
((org-at-table-p) (org-babel-read-table))
((looking-at org-block-regexp) (org-babel-trim (match-string 4)))
((looking-at ": ")
(setq result-string
(org-babel-trim