Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Martinsos opened this issue Nov 17, 2024 · 0 comments
Open

Comments

@Martinsos
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant