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")))