Demote the new heading after creation
This commit is contained in:
parent
16ad33e32c
commit
35930b5734
1 changed files with 1 additions and 0 deletions
1
eliss.el
1
eliss.el
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue