jxq0 / org-tidy

🧹 An Emacs minor mode to automatically tidy org-mode property drawers
GNU General Public License v3.0
98 stars 7 forks source link

org capture with org tidy will make capture headline uneditable #10

Closed unship closed 10 months ago

unship commented 1 year ago

SCR-20231012-pueo

emacs 29, doom emacs,

;; package.el (package! org-tidy)

;; config.el

(use-package! org-tidy :config (add-hook 'org-mode-hook #'org-tidy-mode))

jxq0 commented 1 year ago

@unship Org-tidy will protect the drawers after save. You can use org-tidy-buffer to untidy this buffer temporarily.