abo-abo / org-download

Drag and drop images to Emacs org-mode
1.07k stars 78 forks source link

Hiding the markup ` #+DOWNLOADED ` #181

Open wolf-coder opened 2 years ago

wolf-coder commented 2 years ago

Any internal configuration to omit the markup #+DOWNLOADED line

hubisan commented 3 months ago

You can overwrite the annotation function to return an emtpy string:

(setq org-download-annotate-function (lambda (_) "Return empty string" ""))