org-download icon indicating copy to clipboard operation
org-download copied to clipboard

Drag and drop images to Emacs org-mode

Results 74 org-download issues
Sort by recently updated
recently updated
newest added

This silences a byte-compiler warning in Emacs 28: ``` In org-download-replace-all: org-download.el:556:8: Warning: docstring wider than 80 characters ``` It also adds a *.elc to .gitignore. Thanks!

Re, #120, it appears the org-cliplink-title-replacements feature is broken (and not well documented) on twitter links. I've fiddled with the format a bit, but haven't had much success. Reproduce: go...

Hi! It's been 3 years since a melpa-stable release. Any chance you may consider tagging master with .2? Thank you.

Any internal configuration to omit the markup `#+DOWNLOADED` line

After org-mode updated to 9.5, I reinitialized all my packages by deleting my .~/emacs.d/straight directory and running `M-x straight-pull-all` During the process, I saw this error: ``` Error (use-package): org-download/:catch:...

Closes #180. Also enclose the process buffer in asterisk, which is common practice. Request thorough review and I am open for all improvements and guidance, still early lisp learner.

No time for a PR and I bet someone uses the shell-expansion I removed, so this is just to gauge interest and give others that need it a solution as...

Hello, Very nice package ! I wonder if it would be possible to add the possibility to convert images as they are downloaded ? This should be possible on both...

Hi, I am using these settings to get screenshots into directories fitting to the header title: ``` (setq org-download-method 'directory) (setq-default org-download-image-dir "./img") (setq-default org-download-heading-lvl 1) ``` This works quite...