Rename taskwarrior-org-store-link to taskwarrior-capture

This commit is contained in:
Patrick Winter 2019-09-01 21:49:26 +02:00
parent 0c8ec9d3aa
commit f212861820

View file

@ -165,7 +165,8 @@
(when (string-match "^.*Created task \\([0-9]+\\)\\.*$" output)
(message (match-string 1 output))))
(defun taskwarrior-org-store-link (arg)
(defun taskwarrior-capture (arg)
(interactive "P")
(let* ((link (org-store-link arg))
(description (read-from-minibuffer "Description: "))