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

Configure org-download stamp value

Open bsiogs opened this issue 4 years ago • 0 comments

Hello ! It seems I tried to configure the way that org-download stamps in the org buffer... But it does not work anymore and I cant find back org-download-attr-list in org-download.el anymore ... It would be so convenient to give automatically some attribute to the downloaded image...

(setq org-download-screenshot-method "gnome-screenshot -a -f %s") (setq org-download-method 'directory) (setq-default org-download-image-dir "./pictures/") (setq-default org-download-heading-lvl 2) (setq-default org-download-backend "wget") (add-hook 'dired-mode-hook 'org-download-enable) (setq org-download-attr-list '("#+attr_html: :width 80% :align center" "#+attr_latex: :width 0.75\textwidth" "#+attr_org: :width 256px" "#+caption:" "#+NAME: fig:" ))

bsiogs avatar Jun 16 '20 13:06 bsiogs