Browse Source

ob-core: Fix typo

* lisp/ob-core.el (org-babel-read-element): Remove `paragraph', which is
  matched earlier.
Nicolas Goaziou 9 years ago
parent
commit
d35d1e0502
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ob-core.el

+ 1 - 1
lisp/ob-core.el

@@ -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)