mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Show clock and state
This commit is contained in:
parent
b44bd40961
commit
3d949c65c5
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@
|
|||
((org-agenda-span (car (work/last-week-wednesday)))
|
||||
(org-agenda-start-day (cdr (work/last-week-wednesday)))
|
||||
(org-agenda-start-on-weekday 3)
|
||||
(org-agenda-show-log '(closed))
|
||||
(org-agenda-show-log '(clock state))
|
||||
(org-agenda-skip-function (lambda ()
|
||||
(let ((tags (org-get-tags)))
|
||||
(unless (and (or (member ,tag tags)
|
||||
|
|
|
|||
Loading…
Reference in a new issue