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 writes: > Alan Schmitt wrote: >> On 2014-12-15 09:31, Samuel Loury 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

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

2014-12-17 Thread Samuel Loury
Kyle Meyer writes: > Alan Schmitt wrote: >> On 2014-12-15 09:31, Samuel Loury 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." >> (interactive

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

2014-12-16 Thread Kyle Meyer
Alan Schmitt wrote: > On 2014-12-15 09:31, Samuel Loury 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." > (interactive "P") > (org-agenda-refile got

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

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

2014-12-15 Thread Samuel Loury
Alan Schmitt writes: > On 2014-12-12 12:01, Kyle Meyer writes: > >> Alan Schmitt 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 ;) I have the same feeling :-). >>> When I need to refil

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 writes: > Alan Schmitt 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 places (so bulk edit is >> not an opti

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

2014-12-12 Thread Kyle Meyer
Alan Schmitt 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 after archiving or refiling

[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 -- OpenPG