Add ID to new stories

This way the new stories can be moved, their states can be changed and
their info can be requested.
This commit is contained in:
Tom Willemse 2013-06-21 23:33:48 +02:00
parent 5885f98eab
commit 164bd5cea3

View file

@ -112,6 +112,7 @@
(insert "\n* TODO " headline) (insert "\n* TODO " headline)
(org-set-property "Role" role) (org-set-property "Role" role)
(org-set-property "Necessity" necessity) (org-set-property "Necessity" necessity)
(org-set-property "ID" (org-id-new "scrumelo"))
(save-buffer))) (save-buffer)))
(elnode-send-redirect httpcon "/")))) (elnode-send-redirect httpcon "/"))))