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

Add org-download-image-html-title. If set add a "title" attribute.

Open daviderestivo opened this issue 7 years ago • 2 comments

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: :title tag to the image."
  :type 'string
  :group 'org-download)

Please let me know if you think it might be a good idea to merge it to your master branch.

Have a nice day and regards, Davide

daviderestivo avatar Aug 24 '17 06:08 daviderestivo

Hi Oleh,

did you get a chance to look into this pull request?

Regards, Davide

daviderestivo avatar Aug 31 '17 06:08 daviderestivo

Hi, sorry. It's on the list, I'll get back to you when I get some time:)

abo-abo avatar Aug 31 '17 08:08 abo-abo