summaryrefslogtreecommitdiff
path: root/lisp/org/org.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/org.el')
-rw-r--r--lisp/org/org.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el
index b18a446e4d4..9a0bcf7dd66 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -18872,9 +18872,7 @@ ELEMENT."
(goto-char start)
(current-indentation)))
;; In any other case, indent like the current line.
- (t (current-indentation)))))
- ;; Finally, no indentation is needed, fall back to 0.
- (t (current-indentation))))))
+ (t (current-indentation)))))))))
(defun org--align-node-property ()
"Align node property at point.