emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] Org-mode version 6.33trans; incorrect speed command he


From: Noorul Islam K M
Subject: [Orgmode] [PATCH] Org-mode version 6.33trans; incorrect speed command help message
Date: Fri, 20 Nov 2009 11:19:44 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Huang Tao <address@hidden> 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


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)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]