abo-abo / org-download

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

org-download.el (org-download--fullname): A more correct way of setting file extensions #200

Open archiif opened 2 years ago

archiif commented 2 years ago

In some cases, simply appending a file extension will cause the resulting filename to have multiple file extensions (ugly!), especially when downloading from URLs. With this change, the function will remove any existing extension before appending a new one.