add org-set-tags keybinding

This commit is contained in:
Christoph Paulik 2015-06-16 17:45:02 +02:00 committed by syl20bnr
parent e236d5a280
commit 8ddd2c43d1
2 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,7 @@
- [[#org-with-evil-org-mode][Org with evil-org-mode]]
- [[#element-insertion][Element insertion]]
- [[#org-emphasize][Org emphasize]]
- [[#tagging][Tagging]]
- [[#pomodoro][Pomodoro]]
- [[#presentation][Presentation]]
- [[#org-repo-todo][Org-repo-todo]]
@ -138,6 +139,11 @@ You can tweak the bullets displayed in the org buffer in the function
| ~SPC m x u~ | make region underline |
| ~SPC m x v~ | make region verbose |
*** Tagging
| Key Binding | Description |
|-------------+--------------|
| ~SPC m :~ | org-set-tags |
** Pomodoro
| Key Binding | Description |

View File

@ -80,6 +80,7 @@ Will work on both org-mode and any mode that accepts plain html."
"md" 'org-deadline
"me" 'org-export-dispatch
"mf" 'org-set-effort
"m:" 'org-set-tags
;; headings
"mhi" 'org-insert-heading-after-current