diff options
| author | Raul Benencia <raul@thousandeyes.com> | 2026-01-14 11:36:25 -0300 |
|---|---|---|
| committer | Raul Benencia <raul@thousandeyes.com> | 2026-01-14 11:36:25 -0300 |
| commit | 0a35e126f10f37679853ef2f32122080a9322c16 (patch) | |
| tree | 040ebeb3c15ec0c793a6825ebfe5038814d6d6cc | |
| parent | 366b6e97c24b17dffe0d419410babdae15191f30 (diff) | |
fix: do not switch to NEXT when clocking in
| -rw-r--r-- | .emacs.d/rul-lisp/packages/rul-org-agenda.el | 2 |
1 files changed, 0 insertions, 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 |
