Re: [O] Speeding up agenda custom command with org-agenda-earlier & org-agenda-later

2018-06-23 Thread Nicolas Goaziou
Hello, Zongheng Yang writes: > Cool, looking forward to see the rewrite! So do I. But I'm not volunteering :) Regards, -- Nicolas Goaziou

Re: [O] Speeding up agenda custom command with org-agenda-earlier & org-agenda-later

2018-06-23 Thread Samuel Wales
hehe we don't know if the rewrite will occur, or when. :] > I don't think is it planned. Feel free to implement it, if you want to. > I consider Org agenda in dire need of rewriting, though. for better > scalability and easier maintenance. for me, the biggest problem in all of emacs is the spe

Re: [O] Speeding up agenda custom command with org-agenda-earlier & org-agenda-later

2018-06-22 Thread Zongheng Yang
Cool, looking forward to see the rewrite! On Fri, Jun 22, 2018 at 1:49 PM Nicolas Goaziou wrote: > Hello, > > Zongheng Yang writes: > > > Here's an agenda custom command that acts as the main interface I > interact > > with org (in fact, emacs :)). > > > > (setq org-agenda-custom-commands > >

Re: [O] Speeding up agenda custom command with org-agenda-earlier & org-agenda-later

2018-06-22 Thread Nicolas Goaziou
Hello, Zongheng Yang writes: > Here's an agenda custom command that acts as the main interface I interact > with org (in fact, emacs :)). > > (setq org-agenda-custom-commands > '(("c" "Simple agenda view" >((agenda "") > (tags "PRIORITY=\"A\"" >

[O] Speeding up agenda custom command with org-agenda-earlier & org-agenda-later

2018-06-20 Thread Zongheng Yang
Hi, Here's an agenda custom command that acts as the main interface I interact with org (in fact, emacs :)). (setq org-agenda-custom-commands '(("c" "Simple agenda view" ((agenda "") (tags "PRIORITY=\"A\"" ((org-agenda-files '("~/org/work.org" "~