summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-02-10 08:48:55 +0100
committerBastien <bzg@gnu.org>2020-02-10 08:48:55 +0100
commit63ca986bea57c59bdea4efbf049388c408b26cfc (patch)
treeb40a04f13c487d340aec355dce8904e8f37d9a35
parente4be72d14bc3ecc1b28af64ff9f7e6d63e0e4fd6 (diff)
downloadorg-mode-63ca986bea57c59bdea4efbf049388c408b26cfc.tar.gz
Fix e3b79ad2b
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 48d143c..e52bd65 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -18547,7 +18547,7 @@ ELEMENT."
;; In any other case, indent like the current line.
(t (current-indentation)))))
;; Finally, no indentation is needed, fall back to 0.
- (t 0)))))
+ (t (current-indentation))))))
(defun org--align-node-property ()
"Align node property at point.