-
Notifications
You must be signed in to change notification settings - Fork 25
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
ivy-prescient breaks org-insert-link #61
Comments
Can you give steps to reproduce? I do not use the relevant Org/Ivy libraries in my configuration, so I do not know what command you are running and in what context. |
Oh, I see, I missed that |
I can reproduce the issue, thank you for the report. |
Since |
In org files, when inserting
a.jpg
, I got[[file://a.jpg]]
, but the correct path is[[file://mind/a.jpg]]
. I founddefault-directory
was changed. It works after disablingivy-prescient-mode
.File structure
. ├── mind │ ├── a.jpg │ └── b.jpg └── mind.org
The text was updated successfully, but these errors were encountered: