abo-abo / org-download

Drag and drop images to Emacs org-mode
1.08k stars 79 forks source link

`org-download-clipboard` uses legacy `convert` on Windows #207

Open dominique-unruh opened 2 years ago

dominique-unruh commented 2 years ago

On Windows (incl. cygwin) org-download-clipboard tries to use the convert command line utility from ImageMagick. convert is legacy (and not installed by default anymore). magick can be used instead (e.g. magick clipboard: test.png saves the clipboard as a PNG).

Using convert on Windows fails without error message because there is a builtin c:/WINDOWS/system32/convert.exe (at least on Windows 11) that converts filesystems, so this one is used.

shelper commented 2 years ago

see https://github.com/abo-abo/org-download/pull/184

Horrih commented 1 year ago

Can confirm I encounter this issue, hope shelper's PR will be accepted