[Org] Fix implementation for OneNote-Links

This commit is contained in:
Daniel - 2018-01-03 14:41:20 +01:00
parent 0ea72fe02e
commit c77155dd63
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -927,7 +927,7 @@ Current Task: %`org-clock-current-task; "
(defun db/org-onenote-open (path)
"Visit OneNote document on PATH."
(w32-shell-execute "open" path)))
(start-process "OneNote" nil "OneNote" "/hyperlink" path)))
;;; End