Revert "Export: Prevent babel src blocks from being evaluated if org-export-babel-evaluate is nil"

This reverts commit 12d592b732.  When
the variable is nil, no block will be processed, which is a bug.
This commit is contained in:
Nicolas Goaziou 2013-02-18 21:13:30 +01:00
parent 99307eb786
commit 27da9a2a0f
1 changed files with 1 additions and 1 deletions

View File

@ -2821,7 +2821,7 @@ Return code as a string."
;; added some new ones.
(org-macro-initialize-templates)
(org-macro-replace-all org-macro-templates)
(when org-export-babel-evaluate (org-export-execute-babel-code))
(org-export-execute-babel-code)
;; Update radio targets since keyword inclusion might have
;; added some more.
(org-update-radio-target-regexp)