Re: [O] can I refile or archive from the agenda without rebuilding?

2014-12-17 Thread Samuel Loury
Kyle Meyer k...@kyleam.com writes: Alan Schmitt alan.schm...@polytechnique.org wrote: On 2014-12-15 09:31, Samuel Loury konubi...@gmail.com writes: [...] This is how I did it: #+begin_src emacs-lisp (defun as/org-agenda-refile-noupdate (optional goto rfloc) Call `org-agenda-refile' with

Re: [O] can I refile or archive from the agenda without rebuilding?

2014-12-17 Thread Alan Schmitt
On 2014-12-16 15:46, Kyle Meyer k...@kyleam.com writes: Alan Schmitt alan.schm...@polytechnique.org wrote: On 2014-12-15 09:31, Samuel Loury konubi...@gmail.com writes: [...] This is how I did it: #+begin_src emacs-lisp (defun as/org-agenda-refile-noupdate (optional goto rfloc) Call

Re: [O] can I refile or archive from the agenda without rebuilding?

2014-12-16 Thread Alan Schmitt
On 2014-12-15 09:31, Samuel Loury konubi...@gmail.com writes: org-agenda-refile takes a NO-UPDATE argument. To set this interactively, you could advise org-agenda-refile (or wrap it in another command). This is a great suggestion, thanks! It works perfectly. For other readers to take

Re: [O] can I refile or archive from the agenda without rebuilding?

2014-12-16 Thread Kyle Meyer
Alan Schmitt alan.schm...@polytechnique.org wrote: On 2014-12-15 09:31, Samuel Loury konubi...@gmail.com writes: [...] This is how I did it: #+begin_src emacs-lisp (defun as/org-agenda-refile-noupdate (optional goto rfloc) Call `org-agenda-refile' with arguments GOTO, RFLOC, and t.

Re: [O] can I refile or archive from the agenda without rebuilding?

2014-12-15 Thread Samuel Loury
Alan Schmitt alan.schm...@polytechnique.org writes: On 2014-12-12 12:01, Kyle Meyer k...@kyleam.com writes: Alan Schmitt alan.schm...@polytechnique.org wrote: My agenda is fairly big, and it takes a few minutes to generate it. Wow. I meant seconds (about 20 seconds). But is feels like

Re: [O] can I refile or archive from the agenda without rebuilding?

2014-12-13 Thread Alan Schmitt
On 2014-12-12 12:01, Kyle Meyer k...@kyleam.com writes: Alan Schmitt alan.schm...@polytechnique.org wrote: My agenda is fairly big, and it takes a few minutes to generate it. Wow. I meant seconds (about 20 seconds). But is feels like minutes ;) When I need to refile many items to different

[O] can I refile or archive from the agenda without rebuilding?

2014-12-12 Thread Alan Schmitt
Hello, My agenda is fairly big, and it takes a few minutes to generate it. When I need to refile many items to different places (so bulk edit is not an option), it slows me down quite a bit. Is there an option to prevent rebuilding the agenda after archiving or refiling? Thanks, Alan --

Re: [O] can I refile or archive from the agenda without rebuilding?

2014-12-12 Thread Kyle Meyer
Alan Schmitt alan.schm...@polytechnique.org wrote: My agenda is fairly big, and it takes a few minutes to generate it. Wow. When I need to refile many items to different places (so bulk edit is not an option), it slows me down quite a bit. Is there an option to prevent rebuilding the agenda