Fix org-insert-todo-heading-respect-content in plain list item
commit8eadca98a638c00114898da6306a3d9699121f4e
authorIngo Lohmar <i.lohmar@gmail.com>
Sun, 27 Oct 2013 16:34:22 +0000 (27 17:34 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 29 Oct 2013 08:37:53 +0000 (29 09:37 +0100)
treef384f545c5eb5d522490dd043175ec423882c7d8
parentda232c9711f4edfc5425b0fc4bdfe91d9b6ef395
Fix org-insert-todo-heading-respect-content in plain list item

* lisp/org.el (org-insert-todo-heading-respect-content): Pass correct
prefix arg to always insert heading.

TINYCHANGE

This function used a second argument t, which is eventually passed to
org-insert-heading, adding a list item when inside a plain list.  Use
the proper argument '(4) now, to always create a heading, just like
the function's name and documentation imply.
lisp/org.el