From: Don Armstrong Date: Thu, 10 Mar 2016 19:31:02 +0000 (-0600) Subject: use clock in to next X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=ac0ea89e21b9f29107d1ff6b623736723a28a104;p=lib.git use clock in to next --- diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index fe009bc..acf0b1a 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -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