org-download
org-download copied to clipboard
Configure org-download stamp value
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:" ))