diff options
-rw-r--r-- | lisp/km-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-org.el b/lisp/km-org.el index 2bd8c39..f86c15c 100644 --- a/lisp/km-org.el +++ b/lisp/km-org.el @@ -270,7 +270,7 @@ to (org-back-to-heading) (when (re-search-forward regex (point-at-eol) t) (replace-match "" nil nil nil 4) - (org-set-tags nil t))))) + (org-align-tags))))) (defun km/org-add-blank-before-heading () "Add a blank line before Org headings in buffer." |