summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-10-30 12:40:12 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2009-10-30 12:40:12 +0100
commit41b8de947667daf10de07ff0a3e4488255ffb173 (patch)
treedfad062b37faf763cc4539c2730719ac3b45365f
parent10249d98d1ab1d0ac144771a72c936dc00dbd8f8 (diff)
downloadorg-mode-41b8de947667daf10de07ff0a3e4488255ffb173.tar.gz
Remove archiving and note adding from speed commands
These are potentially dangerous.
-rw-r--r--lisp/org.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 7458cb8..9bac3e2 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -14647,7 +14647,6 @@ Some of the options can be changed using the variable
("L" . org-shiftmetaleft)
("i" . (progn (forward-char 1) (call-interactively
'org-insert-heading-respect-content)))
- ("a" . org-archive-subtree-default)
("o" . org-open-at-point)
("t" . org-todo)
("j" . org-goto)
@@ -14657,7 +14656,6 @@ Some of the options can be changed using the variable
("." . outline-mark-subtree)
("^" . org-sort)
("w" . org-refile)
- ("z" . org-add-note)
("/" . org-sparse-tree)
("?" . org-speed-command-help)
)