diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 70878ae2b..2e0d456cb 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -1324,7 +1324,7 @@ on this string to produce the exported version." (goto-char (point-min)) (while (re-search-forward "^#\\+\\(begin\\|end\\)_\\(block\\)quote\\>.*" nil t) (replace-match (if (equal (downcase (match-string 1)) "end") - "ORG-BLOCKUQUOTE-END" "ORG-BLOCKUQUOTE-START") + "ORG-BLOCKQUOTE-END" "ORG-BLOCKQUOTE-START") t t)) ;; Remove subtrees that are commented @@ -2551,10 +2551,10 @@ lang=\"%s\" xml:lang=\"%s\"> (throw 'nextline nil)) ;; Blockquotes - (when (equal "ORG-BLOCKUQUOTE-START" line) + (when (equal "ORG-BLOCKQUOTE-START" line) (insert "
\n\n") (throw 'nextline nil))\n") (throw 'nextline nil)) - (when (equal "ORG-BLOCKUQUOTE-END" line) + (when (equal "ORG-BLOCKQUOTE-END" line) (insert "
\n