org-download
org-download copied to clipboard
Drag and drop images to Emacs org-mode
Hi Oleh, I've added to org-download the possibility to have an HTML title attribute set when inserting an image into a buffer: ``` (defcustom org-download-image-html-title "" "When set add #+attr_html:...
add functions to "download and adjust image link at point" and "download and adjust all image links"
I like to store articles/websites in orgmode. I import the contents with pandoc (usually called from alphapapa's [org-web-tools](https://github.com/alphapapa/org-web-tools) or [org-protocol-capture-html](https://github.com/alphapapa/org-protocol-capture-html). But many site contain graphics, diagrams, tables (as images) which...
Any idea why I'm seeing this error on Linux (Ubuntu), with current package from MELPA. Tried with default `org-download-screenshot-file" and setting it explicitly. When it's wrong (i.e. it's set to...
I'm trying to configure org-download so that if you are pasting into a notebook `notebook.org` it pastes the image into a folder `notebook-images` in the same location. It works at...