Demote the new heading after creation

This commit is contained in:
Tom Willemse 2013-05-18 23:36:35 +02:00
parent 16ad33e32c
commit 35930b5734

View file

@ -250,6 +250,7 @@ certain other properties.
(goto-char entry)
(org-end-of-subtree)
(org-insert-heading-after-current)
(org-demote)
(insert subject)
(org-set-property "TODO" "COMMENT")
(let ((text-start (point)))