0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00
This commit is contained in:
Bastien 2020-02-10 08:48:55 +01:00
parent e4be72d14b
commit 63ca986bea

View file

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