0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 13:16:28 +00:00

Merge branch 'origin-maint'

This commit is contained in:
Eric Schulte 2012-03-05 07:32:19 -07:00
commit 2cff2cb159

View file

@ -97,7 +97,7 @@ as shown in the example below.
(delq nil (mapcar (delq nil (mapcar
(lambda (el) (lambda (el)
(if (eq '$ el) (if (eq '$ el)
(setq quote t) (prog1 nil (setq quote t))
(prog1 (if quote (prog1 (if quote
(format "\"%s\"" el) (format "\"%s\"" el)
(org-babel-clean-text-properties el)) (org-babel-clean-text-properties el))