emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Refile cache expire


From: Samuel Wales
Subject: Re: [Orgmode] Re: Refile cache expire
Date: Sun, 27 Feb 2011 14:47:57 -0700

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]