Skip to content

How to use org-timeblock as agenda block (in agenda custom commands) #66

@Martinsos

Description

@Martinsos

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions