deft
deft copied to clipboard
deft--org-follow-link: Symbol’s function definition is void: org-open-file-with-emacs
It seems that org-open-file-with-emacs was removed in org 9.3.
I am facing this issue as well. For now I am using this temporary function in my init.
(defun org-open-file-with-emacs (path)
"Temp replacement function"
(org-open-file path t)
)