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

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) ==

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,