[org] Add key for org-set-property

This commit is contained in:
Swaroop C H 2015-11-07 12:33:05 -08:00 committed by Eivind Fonn
parent 0b3207ba4e
commit 7b3436bece
2 changed files with 2 additions and 0 deletions

View file

@ -120,6 +120,7 @@ You can tweak the bullets displayed in the org buffer in the function
| ~SPC m n~ | org-narrow-to-subtree |
| ~SPC m N~ | widen |
| ~SPC m O~ | org-clock-out |
| ~SPC m P~ | org-set-property |
| ~SPC m q~ | org-clock-cancel |
| ~SPC m R~ | org-refile |
| ~SPC m s~ | org-schedule |

View file

@ -115,6 +115,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
"mP" 'org-set-property
"m:" 'org-set-tags
"ma" 'org-agenda