Updates org-layer key bindings for Org 9.2 release

This commit is contained in:
Sam Pillsworth 2019-01-06 12:05:21 -05:00 committed by Codruț Constantin Gușoi
parent 07aa9b01ed
commit 6d9dbcf6bb
2 changed files with 6 additions and 1 deletions

View File

@ -1579,6 +1579,10 @@ Benner and Paweł Siudak):
- ~SPC a o C j~ for =org-clock-jump-to-current-clock=
- ~SPC a o C o~ for =org-clock-out=
- ~SPC a o C r~ for =org-resolve-clocks=
- Updates org-layer key bindings for Org 9.2 release (thanks to Sam
Pillsworth):
- ~SPC m i b~ for =org-insert-structure-template=
- ~SPC m i t~ for =org-set-tags-command=
- Key binding changes for archiving (thanks to Ag Ibragimov):
- Add ~SPC m s a~ to toggle archive tag for subtree
- Add ~SPC m s A~ to archive subtree (previously ~SPC m s a~)

View File

@ -306,6 +306,7 @@ Will work on both org-mode and any mode that accepts plain html."
;; attachments
"A" 'org-attach
;; insertion
"ib" 'org-insert-structure-template
"id" 'org-insert-drawer
"ie" 'org-set-effort
"if" 'org-footnote-new
@ -316,7 +317,7 @@ Will work on both org-mode and any mode that accepts plain html."
"in" 'org-add-note
"ip" 'org-set-property
"is" 'org-insert-subheading
"it" 'org-set-tags
"it" 'org-set-tags-command
;; region manipulation
"xb" (spacemacs|org-emphasize spacemacs/org-bold ?*)
"xc" (spacemacs|org-emphasize spacemacs/org-code ?~)