Remove dependency on taiga

This commit is contained in:
Tom Willemse 2015-06-21 12:46:47 +02:00
parent caf5b50e0e
commit 4e74660f46

View file

@ -67,15 +67,6 @@
(file-name-base (directory-file-name desktop-dirname)))) (file-name-base (directory-file-name desktop-dirname))))
"\n %?")) "\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 () (defun oni:org-maybe-outline-path ()
(let ((outline-path (org-format-outline-path (let ((outline-path (org-format-outline-path
(cdr (org-get-outline-path))))) (cdr (org-get-outline-path)))))