Explorar o código

Fix e3b79ad2b

Bastien %!s(int64=5) %!d(string=hai) anos
pai
achega
63ca986bea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
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.