Rename taskwarrior-org-store-link to taskwarrior-capture
This commit is contained in:
parent
0c8ec9d3aa
commit
f212861820
1 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,8 @@
|
||||||
(when (string-match "^.*Created task \\([0-9]+\\)\\.*$" output)
|
(when (string-match "^.*Created task \\([0-9]+\\)\\.*$" output)
|
||||||
(message (match-string 1 output))))
|
(message (match-string 1 output))))
|
||||||
|
|
||||||
(defun taskwarrior-org-store-link (arg)
|
|
||||||
|
(defun taskwarrior-capture (arg)
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(let* ((link (org-store-link arg))
|
(let* ((link (org-store-link arg))
|
||||||
(description (read-from-minibuffer "Description: "))
|
(description (read-from-minibuffer "Description: "))
|
||||||
|
|
Loading…
Reference in a new issue