Re: [Orgmode] Re: Refile cache expire

2011-02-27 Thread Samuel Wales
I just do this. (defun alpha-org-goto () (interactive) (let (org-refile-target-verify-function) (alpha-org-goto-1))) (defun alpha-org-goto-1 () (org-mark-ring-push) (message "org mark ring pushed") (org-refile 4)) ___ Emacs-orgmode mailing

[Orgmode] Re: Refile cache expire

2011-02-27 Thread Sébastien Vauban
Hi Samuel, Samuel Wales wrote: > (And yes, refile goto is superb.) Just FYI, remember it can be accessed by `C-u C-u C-c C-w' (not written in the description of `org-refile-goto-last-stored' -- maybe because it's using another way to do the jump than the `16' argument, that is, in this case, it m

Re: [Orgmode] Re: Refile cache expire

2011-02-27 Thread Samuel Wales
(And yes, refile goto is superb.) -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-forces_9182.html I support the Whittemore-Peterson Institute (WPI) === I want to see the original (pre-hold) Lo et al. 2010 NIH/FDA/Harvard MLV paper. _

Re: [Orgmode] Re: Refile cache expire

2011-02-27 Thread Samuel Wales
I think my suggestion works for refile goto. However, if you add headlines all the time, you will need your suggestion with ido. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-forces_9182.html I support the Whittemore-Peterson Institute (WPI) ==

[Orgmode] Re: Refile cache expire

2011-02-27 Thread Tom
Samuel Wales gmail.com> writes: > > I'd find automatic regeneration useful. > > Another way: > > * [#A] make failed refile reload the cache automatically > You usually want the existing choices for selecting a > headline. You don't need to regenerate those. Just the > target location

Re: [Orgmode] Re: Refile cache expire

2011-02-27 Thread Samuel Wales
I'd find automatic regeneration useful. Another way: * [#A] make failed refile reload the cache automatically You usually want the existing choices for selecting a headline. You don't need to regenerate those. Just the target locations. So ideally you would just immediately select it,

[Orgmode] Re: Refile cache expire

2011-02-27 Thread Tom
Tom gmail.com> writes: > when the computer is idle for, say, 5 seconds. I meant 5 minutes, of course. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emac