Dear Carsten,

In org-insert-todo-heading-respect-content from org.el,
org-insert-todo-heading is mistakenly spelled
org-insert-todo-todo-heading. I attached the trivial patch. At
least I hope it works, since I am still learning git. If it
doesn't work, I am sure you can work out the fix :-).

Reimar
>From d752b4261c07a3da571dad22d2528157e509ac66 Mon Sep 17 00:00:00 2001
From: Reimar Finken <[EMAIL PROTECTED]>
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

-- 
Dr. Reimar Finken    ([EMAIL PROTECTED])
II. Institut für Theoretische Physik, Universität Stuttgart  
Pfaffenwaldring 57                       Tel: 0711-68564924
70550 Stuttgart, Germany                 Fax: 0711-68564902
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to