From ac0ea89e21b9f29107d1ff6b623736723a28a104 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 10 Mar 2016 13:31:02 -0600 Subject: [PATCH] use clock in to next --- emacs_el/configuration/org-mode-configuration.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2