emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Noorul Islam K M <gnukid@gmail.com>
To: Org-mode Mode <emacs-orgmode@gnu.org>
Subject: [PATCH] Org-mode version 6.33trans; incorrect speed command help  message
Date: Fri, 20 Nov 2009 11:19:44 +0530	[thread overview]
Message-ID: <87lji1u4nb.fsf@noorul.maa.corp.collab.net> (raw)
In-Reply-To: <550d261f0911191906ld9b6b5bj36c31c39dd28a3b9@mail.gmail.com> (Huang Tao's message of "Fri, 20 Nov 2009 11:06:24 +0800")

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


Huang Tao <htbest2000@gmail.com> writes:

> Hi,
>
> Function `org-speed-commands-default' has two same form ("/" .
> org-sparse-tree). I found this from the help message of speed
> commands.

Attached is a patch to fix this.

* org-speed-commands-default
  + Remove duplicate entry of org-sparse-tree

Thanks and Regards
Noorul



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: remove-duplicate.diff --]
[-- Type: text/x-diff, Size: 372 bytes --]

diff --git a/lisp/org.el b/lisp/org.el
index 12e950f..b51189d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -14943,7 +14943,6 @@ Some of the options can be changed using the variable
     ("Agenda Views etc")
     ("v" . org-agenda)
     ("/" . org-sparse-tree)
-    ("/" . org-sparse-tree)
     ("Misc")
     ("o" . org-open-at-point)
     ("?" . org-speed-command-help)

[-- Attachment #3: 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:[~2009-11-20  5:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-20  3:06 Org-mode version 6.33trans; incorrect speed command help message Huang Tao
2009-11-20  5:49 ` Noorul Islam K M [this message]

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=87lji1u4nb.fsf@noorul.maa.corp.collab.net \
    --to=gnukid@gmail.com \
    --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).