mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
ob-core: Revert recent indentation change
* lisp/ob-core.el (org-babel-insert-result): Fix indentation change
from e4902995a
.
This commit is contained in:
parent
d0b1729ad5
commit
165319f584
@ -2762,7 +2762,7 @@ INFO may provide the values of these header arguments (in the
|
||||
;; In this case `table-align' does the work
|
||||
;; for us.
|
||||
(not (and (listp result)
|
||||
(member "append" result-params))))
|
||||
(member "append" result-params))))
|
||||
(indent-rigidly beg end indent))
|
||||
(unless noninteractive
|
||||
(let ((time-info
|
||||
|
Loading…
Reference in New Issue
Block a user