From 164bd5cea3bc5c4274c6a156131307b0d0dc2ce3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 21 Jun 2013 23:33:48 +0200 Subject: Add ID to new stories This way the new stories can be moved, their states can be changed and their info can be requested. --- scrumelo.el | 1 + 1 file changed, 1 insertion(+) diff --git a/scrumelo.el b/scrumelo.el index 9cb83b0..19e1439 100644 --- a/scrumelo.el +++ b/scrumelo.el @@ -112,6 +112,7 @@ (insert "\n* TODO " headline) (org-set-property "Role" role) (org-set-property "Necessity" necessity) + (org-set-property "ID" (org-id-new "scrumelo")) (save-buffer))) (elnode-send-redirect httpcon "/")))) -- cgit v1.2.3-54-g00ecf