From da9615c34d8c4458c1ca7f561490af5006a5708f Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Tue, 18 Aug 2020 13:17:01 +0200 Subject: [PATCH] [emacs] Jump to captured clock after clocking into Alfaview --- dot_spacemacs.d/public/org-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_spacemacs.d/public/org-config.el b/dot_spacemacs.d/public/org-config.el index 68515a9..bdce574 100644 --- a/dot_spacemacs.d/public/org-config.el +++ b/dot_spacemacs.d/public/org-config.el @@ -55,7 +55,7 @@ "* TODO issue%?\nSCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n") ("a" "Alfaview" entry (file+headline "~/Documents/Zettelkasten/CustomerAlfaview.org" "Arbeitszeiten") - "* %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n") + "* %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n" :jump-to-captured t :clock-in t) ("r" "RubyShift" entry (file+headline "~/Documents/Zettelkasten/Projects.org" "RubyShift") "* %?\nEntered on %U\n %i\n %a")))