Преглед на файлове

ob-core: Fix typo

* lisp/ob-core.el (org-babel-read-element): Remove `paragraph', which is
  matched earlier.
Nicolas Goaziou преди 9 години
родител
ревизия
d35d1e0502
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)