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