-
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
Why #+DOWNLOADED: is in tmp directory ? #191
Comments
Update : |
Update : (defun org-download-dnd (uri action) When I drag and drop, uri = tmp/... |
Is it possible to remove the #+downloaded altogether when using org-download? |
It's possible, and I had found the way, but it doesn't solve my problem: I want to find the original picture in one click (by clicking on the URL, that should be present after #+downloaded) |
Thanks. Well, if you need to know the original picture location you should have the #+DOWNLOADED tag. |
Hun, idk if you understood my question ^^ My problem is that my #+DOWNLOADED tag is like this : #+DOWNLOADED: file:///tmp/dnd-file/name-of-image name-of-image And not like this #+DOWNLOADED: link-of-the-dowload name-of-image And I don't know why :/ Could you show me your org-download configuration please? |
I don't understand. Isn't "file:///tmp/dnd-file/name-of-image name-of-image" the link of the file? |
My settings are these: (require 'org-download) ; https://github.com/abo-abo/org-download (add-hook 'dired-mode-hook 'org-download-enable)
(setq org-download-method 'directory)
(setq org-download-screenshot-method "screencapture -i %s")
(setq-default org-download-image-dir "./§_img")
(setq-default org-download-heading-lvl nil)
(setq org-download-timestamp "%Y%m%d-%H%M%S_")
(add-hook 'dired-mode-hook 'org-download-enable) |
Sorry, very late |
I can't help you with that, sorry. |
Hi!
I have a "small" problem and I don't understand why I didn't have it before:
Before, when I downloaded an image, I had the following result (roughly):
#+DOWNLOADED: link-of-the-dowload name-of-image
Which was very useful to find the link of the original image
And now, I have something like this:
#+DOWNLOADED: file:///tmp/dnd-file/name-of-image name-of-image
Why ?
My configuration of org-download :
(use-package org-download)
Should I now add something to my configuration?
Thanks in advance for your answers
The text was updated successfully, but these errors were encountered: