mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Experimentation area added
This commit is contained in:
parent
0391af8faf
commit
bd3ee1ffbb
1 changed files with 2 additions and 0 deletions
|
|
@ -269,6 +269,8 @@
|
|||
((org-agenda-show-log '(closed clock))
|
||||
(org-agenda-files `(,(my/agenda-file "leisure.org")))))
|
||||
,@(minimal-agenda-suite "Today" "t" "today" `((org-agenda-files ',(cons (my/agenda-file "today.org") org-agenda-files))))
|
||||
,@(agenda-suite "Trial" "r" "test"
|
||||
`((org-agenda-files ',(list (my/agenda-file "test.org")))))
|
||||
("L" "\tLog" agenda ""
|
||||
((org-agenda-start-with-log-mode 'only)))
|
||||
("m" . "\tMaintainence")
|
||||
|
|
|
|||
Loading…
Reference in a new issue