From 0fc4cdd17dcc974c81443f8739df7dfc2c9c9180 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 16 Oct 2008 16:50:28 +0200 Subject: [PATCH] Fixed typo. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 2eb70dd63..6d7c09727 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.