Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deft--org-follow-link: Symbol’s function definition is void: org-open-file-with-emacs #73

Open
hpdeifel opened this issue Jan 29, 2020 · 1 comment

Comments

@hpdeifel
Copy link

It seems that org-open-file-with-emacs was removed in org 9.3.

@spilornis
Copy link

spilornis commented Apr 23, 2020

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)
)

gabrielhidasy added a commit to gabrielhidasy/deft that referenced this issue Feb 24, 2024
Try to follow link to deft-directory, if it does not exist tries the
archival directory.  This works best if either deft is not using
recursive-mode at all, or if recursive-archive is on.

Also fixes org-follow-link issue mentioned in
jrblevin#73, and removes (substring
file 1) from deft--org-complete (that was making files without the
leading character in the name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants