org-export: Fix code typo

* contrib/lisp/org-export.el (org-export-unravel-code): Fix code typo.
This commit is contained in:
Nicolas Goaziou 2013-01-28 13:53:37 +01:00
parent 8d431b7313
commit db6602ef24
1 changed files with 1 additions and 1 deletions

View File

@ -3814,7 +3814,7 @@ line (string)."
(code (let ((c (replace-regexp-in-string
"\\`\\([ \t]*\n\\)+" ""
(replace-regexp-in-string
"\\(:?[ \t]*\n\\)*[ \t]*\\'" "\n"
"\\([ \t]*\n\\)*[ \t]*\\'" "\n"
(org-element-property :value element)))))
;; If appropriate, remove global indentation.
(if (or org-src-preserve-indentation