From d752b4261c07a3da571dad22d2528157e509ac66 Mon Sep 17 00:00:00 2001 From: Reimar Finken Date: Thu, 16 Oct 2008 15:47:32 +0200 Subject: [PATCH] Fixed misspelled org-insert-todo-heading. --- lisp/org.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 2eb70dd..6d7c097 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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. -- 1.6.0.2