Skip to content

Commit 987d35f

Browse files
committed
feat(org): configure extended day and effective time settings
- Set `org-extend-today-until` to 4 to extend the day boundary - Enable `org-use-effective-time` for more accurate time tracking
1 parent 0184d58 commit 987d35f

File tree

1 file changed

+3
-0
lines changed
  • home-manager/programs/emacs/elisp

1 file changed

+3
-0
lines changed

home-manager/programs/emacs/elisp/init.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4432,6 +4432,9 @@ https://github.com/ch11ng/exwm/wiki#gpg-pinentry
44324432
(setq org-archive-location `,(format (expand-file-name "archive/%s/%s.org::* Archived Tasks" org-directory)
44334433
(format-time-string "%Y" (current-time))
44344434
(format-time-string "%Y-%m-%d" (current-time))))
4435+
;; clock
4436+
(setq org-extend-today-until 4)
4437+
(setq org-use-effective-time t)
44354438

44364439
;; log
44374440
(setq org-log-into-drawer t)

0 commit comments

Comments
 (0)