Added a keybinding for inactive time stamps in the org layer

This commit is contained in:
Channing Walton 2015-12-07 10:39:15 +00:00 committed by Eivind Fonn
parent 2b89037a7c
commit 49b06a7c8a
2 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,7 @@ You can tweak the bullets displayed in the org buffer in the function
| ~SPC m ^~ | org-sort |
| ~SPC m /~ | org-sparse-tree |
| ~SPC m .~ | org-time-stamp |
| ~SPC m !~ | org-time-stamp-inactive |
| ~SPC m a~ | org-agenda |
| ~SPC m b~ | org-tree-to-indirect-buffer |
| ~SPC m A~ | org-archive-subtree |

View File

@ -135,6 +135,7 @@ Will work on both org-mode and any mode that accepts plain html."
"T" 'org-show-todo-tree
"." 'org-time-stamp
"!" 'org-time-stamp-inactive
;; headings
"hi" 'org-insert-heading-after-current