[SOLVED] Re: [QUESTION] How to generate org-agenda view for clocked tasks and logs etc which are sorted by timestamps?

2021-11-05 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> In the source code comment "FIXME" org-agenda always in frontend and popup >> buffer. I can't generate >> org-agenda in background then get the buffer content. >> >> Does anybody knows some tricky method for my code? > > Maybe wrap a

Re: [QUESTION] How to generate org-agenda view for clocked tasks and logs etc which are sorted by timestamps?

2021-11-05 Thread Ihor Radchenko
"Christopher M. Miles" writes: > In the source code comment "FIXME" org-agenda always in frontend and popup > buffer. I can't generate > org-agenda in background then get the buffer content. > > Does anybody knows some tricky method for my code? Maybe wrap agenda call into save-window-excursion

Re: [QUESTION] How to generate org-agenda view for clocked tasks and logs etc which are sorted by timestamps?

2021-11-05 Thread Christopher M. Miles
Russell Adams writes: > On Thu, Nov 04, 2021 at 12:16:19PM +0800, stardiviner wrote: >> How to use elisp code to generate an org-agenda view for clocked tasks and >> logs etc which are sorted by timestamps? I want to view my daily done tasks >> and attach them as part of diary (maybe use org so

Re: [QUESTION] How to generate org-agenda view for clocked tasks and logs etc which are sorted by timestamps?

2021-11-04 Thread Russell Adams
On Thu, Nov 04, 2021 at 12:16:19PM +0800, stardiviner wrote: > How to use elisp code to generate an org-agenda view for clocked tasks and > logs etc which are sorted by timestamps? I want to view my daily done tasks > and attach them as part of diary (maybe use org source block elisp code to > gene

[QUESTION] How to generate org-agenda view for clocked tasks and logs etc which are sorted by timestamps?

2021-11-03 Thread stardiviner
How to use elisp code to generate an org-agenda view for clocked tasks and logs etc which are sorted by timestamps? I want to view my daily done tasks and attach them as part of diary (maybe use org source block elisp code to generate output?) So how to setup `org-agenda-custom-commands` to archiv