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
"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
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
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
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