From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: [PATCH] Fix refile bug Date: Wed, 19 May 2010 10:50:03 +0200 Message-ID: <1274259004-23895-1-git-send-email-dmaus@ictsoc.de> References: Return-path: Received: from [140.186.70.92] (port=54815 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEezN-0006BH-Eu for emacs-orgmode@gnu.org; Wed, 19 May 2010 04:50:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEezL-0005tL-MO for emacs-orgmode@gnu.org; Wed, 19 May 2010 04:50:53 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:52492) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEezL-0005tF-9e for emacs-orgmode@gnu.org; Wed, 19 May 2010 04:50:51 -0400 In-Reply-To: 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: emacs-orgmode@gnu.org Attached patch fixes the problem first reported by Tassilo Horn in [mid:87y6fhxc47.fsf@thinkpad.tsdh.de]. Problem was that `org-refile-cache-get' returned an invalid refile target table after the refile cache was cleared. Available on git://github.com/dmj/dmj-org-mode.git quickfix HTH -- David David Maus (1): Return empty list after refile cache was cleared. lisp/ChangeLog | 5 +++++ lisp/org.el | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-)