emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Reimar Finken <finken@theo2.physik.uni-stuttgart.de>
To: emacs-orgmode@gnu.org
Subject: Misspelled org-insert-todo-heading [Patch]
Date: Thu, 16 Oct 2008 16:47:51 +0200	[thread overview]
Message-ID: <ekod1k8ulk.fsf@theo2.physik.uni-stuttgart.de> (raw)

[-- 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

             reply	other threads:[~2008-10-16 14:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-16 14:47 Reimar Finken [this message]
2008-10-16 14:51 ` Misspelled org-insert-todo-heading [Patch] Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ekod1k8ulk.fsf@theo2.physik.uni-stuttgart.de \
    --to=finken@theo2.physik.uni-stuttgart.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).