From 97b264a092850a59ac944b3bf1e85a0a418c8380 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 15 Jan 2011 18:29:07 +0100 Subject: [PATCH] org-refile-check-position: explain how to clear the cache * org.el (org-refile-check-position): send a more explicit message on how to clear the cache before refiling again. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index b2b08aefb..6e8aeac0c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -10368,7 +10368,7 @@ This can be done with a 0 prefix: `C-0 C-c C-w'" (goto-char pos) (beginning-of-line 1) (unless (org-looking-at-p re) - (error "Invalid refile position, please rebuild the cache")))))))) + (error "Invalid refile position, please clear the cache with `C-0 C-c C-w' before refiling")))))))) (defun org-refile-new-child (parent-target child) "Use refile target PARENT-TARGET to add new CHILD below it."