* 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:
Ihor Radchenko 2023-09-10 10:38:19 +03:00
parent 2030c111eb
commit 515e4ed49b
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 3 deletions

View File

@ -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.