Don't automatically create heading id in org-roam files
Don't automatically create heading id in org-roam files
(add-hook 'org-roam-find-file-hook
#'(lambda () (setq-local org-insert-heading-hook
(delete 'org-id-get-create
org-insert-heading-hook))))
What is better way?
0 comments