projects
/
org-mode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8d431b7
)
org-export: Fix code typo
author
Nicolas Goaziou
<n.goaziou@gmail.com>
Mon, 28 Jan 2013 12:53:37 +0000 (13:53 +0100)
committer
Nicolas Goaziou
<n.goaziou@gmail.com>
Mon, 28 Jan 2013 12:53:37 +0000 (13:53 +0100)
* contrib/lisp/org-export.el (org-export-unravel-code): Fix code typo.
contrib/lisp/org-export.el
patch
|
blob
|
history
diff --git
a/contrib/lisp/org-export.el
b/contrib/lisp/org-export.el
index
4f93fcd
..
35a1bd8
100644
(file)
--- a/
contrib/lisp/org-export.el
+++ b/
contrib/lisp/org-export.el
@@
-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