Explorar o código

Fix indentation issue with planning line

Reported by Matt Lundin
Carsten Dominik %!s(int64=15) %!d(string=hai) anos
pai
achega
d5821a91ba
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -10269,6 +10269,7 @@ be removed."
 		(skip-chars-backward " ")
 		(if (looking-at " +") (replace-match ""))))
 	    (goto-char (point-max))
+	    (and org-adapt-indentation (bolp) (org-indent-to-column col))
 	    (when what
 	      (insert
 	       (if (not (or (bolp) (eq (char-before) ?\ ))) " " "")