Huang Tao <[email protected]> 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)
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode