[Org] Try out ‘org-download’

This commit is contained in:
Daniel - 2018-02-22 16:43:42 +01:00
parent a5db5c2f8b
commit 1aacffa2e8
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 6 additions and 0 deletions

View File

@ -929,6 +929,12 @@ Current Task: %`org-clock-current-task; "
"Visit OneNote document on PATH."
(start-process "OneNote" nil "OneNote" "/hyperlink" path)))
;;; Drag-and-Drop images into org-mode buffer
(when (package-installed-p 'org-download)
(use-package org-download))
;;; End