(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?

  • iungOP
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    3 years ago

    Value of local var can be evaled just once, when adding to hook, but that’s minor