-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Hi, thanks for this awesome package, it looks amazing!
Currently I have a custom agenda command where I combine a couple of blocks, one is agenda but with no timegrid, another is agenda with just timegrid. Since default timegrid is quite simple, I was hoping to instead use org-timeblock -> is there a way to use it as an agenda block?
So something like
(setq org-agenda-custom-commands
'(("w" "Work Diary"
((agenda "")
(org-timeblock "")
(alltodo "")
)
))
)This didn't work for me, so I assume org-timeblock is not meant to be used in this way, instead it opens a standalone view. I do wonder though if there is an easy way to use it somehow here, in agenda blocks? If not, is there a hard way and how hard could that be :D?
Thanks a lot!
johnhamelink
Metadata
Metadata
Assignees
Labels
No labels