projects
/
org-mode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
cb1386b
)
ob-exp: Fix code indentation after src block evaluation
author
Nicolas Goaziou
<n.goaziou@gmail.com>
Sun, 3 Feb 2013 16:06:16 +0000 (17:06 +0100)
committer
Nicolas Goaziou
<n.goaziou@gmail.com>
Sun, 3 Feb 2013 16:07:55 +0000 (17:07 +0100)
* lisp/ob-exp.el (org-export-blocks-preprocess): Do not use
`indent-code-rigidly' as it doesn't indent contents of strings.
lisp/ob-exp.el
patch
|
blob
|
history
diff --git
a/lisp/ob-exp.el
b/lisp/ob-exp.el
index
105ed89
..
8e3889c
100644
(file)
--- a/
lisp/ob-exp.el
+++ b/
lisp/ob-exp.el
@@
-295,7
+295,7
@@
this template."
(goto-char match-start)
(indent-line-to ind))
;; Indent everything.
- (indent-code-rigidly match-start (point) ind)))))
+ (indent-rigidly match-start (point) ind)))))
(setq pos (line-beginning-position))
;; Cleanup markers.
(set-marker match-start nil)