From a98b47a39488ded0b946289ed5f9d7e9dbce4085 Mon Sep 17 00:00:00 2001 From: Channing Walton Date: Mon, 7 Dec 2015 10:39:15 +0000 Subject: [PATCH 1/2] Added a keybinding for inactive time stamps in the org layer --- layers/org/packages.el | 1 + 1 file changed, 1 insertion(+) diff --git a/layers/org/packages.el b/layers/org/packages.el index fc1fbe66496c..bd539922fbd8 100644 --- a/layers/org/packages.el +++ b/layers/org/packages.el @@ -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 From ae871beef71acacacb980793ae6e660263a63f36 Mon Sep 17 00:00:00 2001 From: Channing Walton Date: Mon, 7 Dec 2015 10:59:03 +0000 Subject: [PATCH 2/2] updated the docs for org-time-stamp-inactive keybinding --- layers/org/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/layers/org/README.org b/layers/org/README.org index 816402c4d37c..9f7542fe3137 100644 --- a/layers/org/README.org +++ b/layers/org/README.org @@ -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 |