]> git.donarmstrong.com Git - lib.git/commitdiff
use clock in to next
authorDon Armstrong <don@donarmstrong.com>
Thu, 10 Mar 2016 19:31:02 +0000 (13:31 -0600)
committerDon Armstrong <don@donarmstrong.com>
Thu, 10 Mar 2016 19:31:02 +0000 (13:31 -0600)
emacs_el/configuration/org-mode-configuration.el

index fe009bca9d1cf22176389e52a89912bc2ef49cb6..acf0b1af536df81d2af2b99f80685de9ded5b7ad 100644 (file)
@@ -840,8 +840,8 @@ Skip project and sub-project tasks, habits, and loose non-project tasks."
 ;; Resume clocking task on clock-in if the clock is open
 (setq org-clock-in-resume t)
 ;; Change tasks to NEXT when clocking in
-;; (setq org-clock-in-switch-to-state 'bh/clock-in-to-next)
-(setq org-clock-in-switch-to-state "NEXT")
+(setq org-clock-in-switch-to-state 'bh/clock-in-to-next)
+;; (setq org-clock-in-switch-to-state "NEXT")
 ;; Separate drawers for clocking and logs
 (setq org-drawers (quote ("PROPERTIES" "LOGBOOK")))
 ;; Save clock data and state changes and notes in the LOGBOOK drawer