org.el: New speed command "k" to kill the subtree at point

* lisp/org.el (org-speed-commands-default): Add "k" to kill
the subtree at point.
This commit is contained in:
Bastien 2018-04-28 12:57:15 +02:00
parent 5c8cb1e733
commit 4c14e0d1f2
2 changed files with 2 additions and 0 deletions

View File

@ -387,6 +387,7 @@ Set option ~org-src-window-setup~ to ~split-window-below~.
When sorting alphabetically, ~org-sort-entries~ and
~org-tags-sort-function~ now sort according to the locales collation
rules instead of by code-point.
*** New speed command "k" to kill (cut) the subtree at point
* Version 9.1
** Incompatible changes

View File

@ -19095,6 +19095,7 @@ COMMANDS is a list of alternating OLDDEF NEWDEF command names."
("C" . org-shifttab)
(" " . org-display-outline-path)
("s" . org-narrow-to-subtree)
("k" . org-cut-subtree)
("=" . org-columns)
("Outline Structure Editing")
("U" . org-metaup)