emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Misspelled org-insert-todo-heading [Patch]
@ 2008-10-16 14:47 Reimar Finken
  2008-10-16 14:51 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Reimar Finken @ 2008-10-16 14:47 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fixed-misspelled-org-insert-todo-heading.patch --]
[-- Type: text/x-patch, Size: 846 bytes --]

From d752b4261c07a3da571dad22d2528157e509ac66 Mon Sep 17 00:00:00 2001
From: Reimar Finken <finken@theo2.physik.uni-stuttgart.de>
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


[-- Attachment #3: Type: text/plain, Size: 255 bytes --]


-- 
Dr. Reimar Finken    (finken@theo2.physik.uni-stuttgart.de)
II. Institut für Theoretische Physik, Universität Stuttgart  
Pfaffenwaldring 57                       Tel: 0711-68564924
70550 Stuttgart, Germany                 Fax: 0711-68564902

[-- Attachment #4: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Misspelled org-insert-todo-heading [Patch]
  2008-10-16 14:47 Misspelled org-insert-todo-heading [Patch] Reimar Finken
@ 2008-10-16 14:51 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-10-16 14:51 UTC (permalink / raw)
  To: Reimar Finken; +Cc: emacs-orgmode

Hi Raimar,

the patch works fine, I have applied it, thanks.

- Carsten

On Oct 16, 2008, at 4:47 PM, Reimar Finken wrote:

> 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
> <0001-Fixed-misspelled-org-insert-todo-heading.patch>
> -- 
> Dr. Reimar Finken    (finken@theo2.physik.uni-stuttgart.de)
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-16 14:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-16 14:47 Misspelled org-insert-todo-heading [Patch] Reimar Finken
2008-10-16 14:51 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).