From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Refile clear-cache after refiling to new headline? Date: Fri, 9 Mar 2012 10:44:59 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S62wF-00019s-L0 for emacs-orgmode@gnu.org; Fri, 09 Mar 2012 11:45:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S62wA-0004WH-Ei for emacs-orgmode@gnu.org; Fri, 09 Mar 2012 11:45:07 -0500 Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:43824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S62wA-0004UO-49 for emacs-orgmode@gnu.org; Fri, 09 Mar 2012 11:45:02 -0500 Received: by lagz14 with SMTP id z14so2305758lag.0 for ; Fri, 09 Mar 2012 08:44:59 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode I have org-refile-use-cache set. I refile a headline to foo.org/foo which doesn't exist yet. I'm prompted to create "foo" headline. I accept. Then, I refile another note to foo.org/foo foo.org/foo appears as the default refile location in the mini-buffer. So far so good. I press Enter. But now, I'm prompted again to create "foo" headline. I accept, and now foo.org has two "foo" headlines. Is this correct behavior? Of course, if I run C-0 C-x C-w then the foo headline is accepted without a prompt. It seems like org-mode didn't need to have the cache refreshed if you added a new headline by using org-refile. Am I just imagining things? Thanks, -Nate