Re: Calling org-agenda Export asynchrously

2025-05-04 Thread Henrik Frisk
Den sön 4 maj 2025 kl 14:24 skrev Ihor Radchenko : > Henrik Frisk writes: > > > emacs -eval (org-batch-store-agenda-views) -kill > > > > which I can't get to work (it opens another instance of emacs). > > Then try https://orgmode.org/manual/Extracting-Agenda-Information.html > > That throws error

Re: Calling org-agenda Export asynchrously

2025-05-04 Thread Ihor Radchenko
Henrik Frisk writes: >> See 11.7 Exporting Agenda Views section of the manual. It has an example >> how to do what you want. >> >> Yes, I've tried that, but even if I do: > > emacsclient --eval '(org-batch-store-agenda-views)' > > it locks up my running emacs until the process has completed (whic

Re: Calling org-agenda Export asynchrously

2025-05-04 Thread Henrik Frisk
Den fre 2 maj 2025 kl 19:38 skrev Ihor Radchenko : > Henrik Frisk writes: > > > I would like to have a script call org-agenda tat exports my agenda in an > > .ics file. I have this working fine in emacs (C-c a e in my setup). This > > locks emacs for the time it takes to parse the agenda files. T

Re: Calling org-agenda Export asynchrously

2025-05-02 Thread Ihor Radchenko
Henrik Frisk writes: > I would like to have a script call org-agenda tat exports my agenda in an > .ics file. I have this working fine in emacs (C-c a e in my setup). This > locks emacs for the time it takes to parse the agenda files. There are ways > to shorten this that I have tried, but is the

Calling org-agenda Export asynchrously

2025-04-30 Thread Henrik Frisk
Hi, I would like to have a script call org-agenda tat exports my agenda in an .ics file. I have this working fine in emacs (C-c a e in my setup). This locks emacs for the time it takes to parse the agenda files. There are ways to shorten this that I have tried, but is there a way to call org-batch