abo-abo / org-download

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

Use org-link-display-format to extract link text #167

Open akirak opened 3 years ago

akirak commented 3 years ago

Hello,

If the context headline contains a link, the image paths org-download produces can become ugly. org-link-display-format replace links in a string with their description (or link target if there is no description), which will be useful here.

ol.el is an feature available since Org 9.3 or Emacs 27.1, so I've added a fallback.