* Org-mode version 6.33trans; incorrect speed command help message
@ 2009-11-20 3:06 Huang Tao
2009-11-20 5:49 ` [PATCH] " Noorul Islam K M
0 siblings, 1 reply; 2+ messages in thread
From: Huang Tao @ 2009-11-20 3:06 UTC (permalink / raw)
To: Org-mode Mode
Hi,
Function `org-speed-commands-default' has two same form ("/" .
org-sparse-tree). I found this from the help message of speed
commands.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] Org-mode version 6.33trans; incorrect speed command help message
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
0 siblings, 0 replies; 2+ messages in thread
From: Noorul Islam K M @ 2009-11-20 5:49 UTC (permalink / raw)
To: Org-mode Mode
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-20 5:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-20 3:06 Org-mode version 6.33trans; incorrect speed command help message Huang Tao
2009-11-20 5:49 ` [PATCH] " Noorul Islam K M
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).