aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-06-21 23:33:48 +0200
committerGravatar Tom Willemse2013-06-21 23:33:48 +0200
commit164bd5cea3bc5c4274c6a156131307b0d0dc2ce3 (patch)
treea1951b80f97e9a0091c9f4eff06cf05553c7bccc
parent5885f98eabadcac17130183e1df7fe76f2025473 (diff)
downloadscrumelo-164bd5cea3bc5c4274c6a156131307b0d0dc2ce3.tar.gz
scrumelo-164bd5cea3bc5c4274c6a156131307b0d0dc2ce3.zip
Add ID to new stories
This way the new stories can be moved, their states can be changed and their info can be requested.
-rw-r--r--scrumelo.el1
1 files changed, 1 insertions, 0 deletions
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 "/"))))