Remove dependency on taiga
This commit is contained in:
parent
caf5b50e0e
commit
4e74660f46
1 changed files with 0 additions and 9 deletions
|
@ -67,15 +67,6 @@
|
|||
(file-name-base (directory-file-name desktop-dirname))))
|
||||
"\n %?"))
|
||||
|
||||
(defun taiga-org-task-template ()
|
||||
"Turn taiga task TASK into an org task."
|
||||
(let* ((project (taiga-read-project))
|
||||
(user-story (taiga-read-userstory (alist-get 'id project)))
|
||||
(task (taiga-read-task (alist-get 'id project)
|
||||
(alist-get 'id user-story))))
|
||||
(concat
|
||||
"* " (alist-get 'subject task) "\n")))
|
||||
|
||||
(defun oni:org-maybe-outline-path ()
|
||||
(let ((outline-path (org-format-outline-path
|
||||
(cdr (org-get-outline-path)))))
|
||||
|
|
Loading…
Reference in a new issue