ob-core: Fix typo

* lisp/ob-core.el (org-babel-read-element): Remove `paragraph', which is
  matched earlier.
This commit is contained in:
Nicolas Goaziou 2015-11-06 23:33:45 +01:00
parent cdfc96f47c
commit d35d1e0502
1 changed files with 1 additions and 1 deletions

View File

@ -2016,7 +2016,7 @@ Return nil if ELEMENT cannot be read."
(buffer-substring-no-properties
(org-element-property :contents-begin element)
(org-element-property :contents-end element))))
((or `center-block `paragraph `quote-block `verse-block `special-block)
((or `center-block `quote-block `verse-block `special-block)
(org-remove-indentation
(buffer-substring-no-properties
(org-element-property :contents-begin element)