From 0a35e126f10f37679853ef2f32122080a9322c16 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Wed, 14 Jan 2026 11:36:25 -0300 Subject: fix: do not switch to NEXT when clocking in --- .emacs.d/rul-lisp/packages/rul-org-agenda.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/.emacs.d/rul-lisp/packages/rul-org-agenda.el b/.emacs.d/rul-lisp/packages/rul-org-agenda.el index a173fc4..719d4e6 100644 --- a/.emacs.d/rul-lisp/packages/rul-org-agenda.el +++ b/.emacs.d/rul-lisp/packages/rul-org-agenda.el @@ -268,8 +268,6 @@ Skip project and sub-project tasks, habits, and loose non-project tasks." (setq org-clock-history-length 23) ;; 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) ;; Separate drawers for clocking and logs (setq org-drawers (quote ("PROPERTIES" "LOGBOOK"))) ;; Save clock data and state changes and notes in the LOGBOOK drawer -- cgit v1.2.3