* lisp/org.el (org--get-expected-indentation): Remove redundant cond clause
Reported-by: No Wayman <iarchivedmywholelife@gmail.com> Link: https://orgmode.org/list/87wmwzdwx8.fsf@gmail.com
This commit is contained in:
parent
2030c111eb
commit
515e4ed49b
|
@ -19187,9 +19187,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.
|
||||
|
|
Loading…
Reference in New Issue