0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-17 04:36:28 +00:00

Fixed typo.

This commit is contained in:
Carsten Dominik 2008-10-16 16:50:28 +02:00
parent 98e368c474
commit 0fc4cdd17d

View file

@ -4676,7 +4676,7 @@ but create the new hedline after the current line."
(defun org-insert-todo-heading-respect-content ()
(interactive)
(let ((org-insert-heading-respect-content t))
(call-interactively 'org-insert-todo-todo-heading)))
(call-interactively 'org-insert-todo-heading)))
(defun org-insert-todo-heading (arg)
"Insert a new heading with the same level and TODO state as current heading.