-
Notifications
You must be signed in to change notification settings - Fork 79
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
Integration with emacs 29 and native drag and drop support #215
Comments
same question... |
To make org-download work, add the code in init.el: (add-hook 'org-mode-hook
(lambda ()
(kill-local-variable 'dnd-protocol-alist))) |
@cuprum
Use this config - this will keep things running for now, I have tried to merge the functionality - if some functionality is not working tell me, i will fix it. The problem is I have to reverse engineer the code, and a lot of functions especially relating to downloading files are now redundant - emacs does it internally. |
Hello,
I used this for a while flawlessly integrated with org-roam (I am not sure where I got the config snippet). The idea is: my org-roam home is in
~/org/exobrain
. That directory is managed by git and text files only. I have another folder for the attachments:~/org-media
.When I dragged anything into an org roam buffer titled for example "Books to read", then a folder under
~/org-media
would be created with the buffer filename as the name of the folder, for instance~/org-media/20200822194657-books_to_read/
and the file would be copied there.That is the exact behavior that I would want to continue with but now with the native drag and drop support added to emacs 29, org-download doesn't seem to work anymore.
Here is my actual config that used to work:
Any ideas/help please? Thank you.
The text was updated successfully, but these errors were encountered: