From f212861820ac7dc62764208bf4e808ce296442a0 Mon Sep 17 00:00:00 2001 From: Patrick Winter Date: Sun, 1 Sep 2019 21:49:26 +0200 Subject: [PATCH] Rename taskwarrior-org-store-link to taskwarrior-capture --- taskwarrior.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/taskwarrior.el b/taskwarrior.el index 5c2b9f2..13d472e 100644 --- a/taskwarrior.el +++ b/taskwarrior.el @@ -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: "))