Merge branch 'origin-maint'

This commit is contained in:
Eric Schulte 2012-03-05 07:32:19 -07:00
commit 2cff2cb159
1 changed files with 1 additions and 1 deletions

View File

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