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 list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to