From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Possible bug with refile Date: Fri, 17 Jul 2009 17:54:08 +0200 Message-ID: <877hy771b3.fsf@bzg.ath.cx> References: <4a5a22a3.1438560a.16e5.ffff8a9b@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRpnZ-00076B-HO for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 11:56:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRpnU-00075R-BA for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 11:56:36 -0400 Received: from [199.232.76.173] (port=55460 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRplS-0006zW-RV for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 11:54:26 -0400 Received: from rv-out-0708.google.com ([209.85.198.249]:59862) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRplS-00060X-CO for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 11:54:26 -0400 Received: by rv-out-0708.google.com with SMTP id f25so344919rvb.6 for ; Fri, 17 Jul 2009 08:54:25 -0700 (PDT) In-Reply-To: <4a5a22a3.1438560a.16e5.ffff8a9b@mx.google.com> (Richard Riley's message of "Sun, 12 Jul 2009 19:51:30 +0200") 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: Richard Riley Cc: Emacs-orgmode mailing list Hi Richard, are you still encountering the issue described below? Richard Riley writes: > My org-mode usage had become a bit messy so I decided to go back to > first principles and follow through Bernd Hansen's tutorial here > > http://doc.norang.ca/org-mode.html#sec-1 > > One real eye opener was the completion on category levels inside files as > described here: > > http://doc.norang.ca/org-mode.html#Refiling > > (The use of refile as a staging area makes everything a lot easier IMO too). > > Anyway I removed my numerous agenda-files from my org.el settings and have: > > (setq org-refile-targets (quote ((org-agenda-files :maxlevel . 5) > (nil :maxlevel . 5)))) > > where org-agenda-files is set to a *directory name* as described in the > manual. Maybe double-check the value of `org-agenda-file-regexp' so that a directory in `org-agenda-files' returns something sensible. HTH, -- Bastien