Skip Navigation

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
0 comments