From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Re: Refile cache expire Date: Sun, 27 Feb 2011 14:47:57 -0700 Message-ID: References: <80y651mdcf.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=43414 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtoTC-0007Y5-U8 for emacs-orgmode@gnu.org; Sun, 27 Feb 2011 16:48:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PtoT8-0003gM-C7 for emacs-orgmode@gnu.org; Sun, 27 Feb 2011 16:48:03 -0500 Received: from mail-gy0-f169.google.com ([209.85.160.169]:55272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PtoT8-0003gB-9H for emacs-orgmode@gnu.org; Sun, 27 Feb 2011 16:47:58 -0500 Received: by gyb13 with SMTP id 13so1683559gyb.0 for ; Sun, 27 Feb 2011 13:47:57 -0800 (PST) In-Reply-To: <80y651mdcf.fsf@somewhere.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org 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))