From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: refiling Date: Wed, 13 Jan 2010 17:30:23 +0100 Message-ID: <4b4df521.0437560a.1e6b.338c@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 1NV674-0005lM-IF for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 11:30:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NV674-0005l6-0k for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 11:30:30 -0500 Received: from [199.232.76.173] (port=52488 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NV673-0005l3-Hv for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 11:30:29 -0500 Received: from fg-out-1718.google.com ([72.14.220.153]:63365) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NV673-0006pn-69 for emacs-orgmode@gnu.org; Wed, 13 Jan 2010 11:30:29 -0500 Received: by fg-out-1718.google.com with SMTP id 19so19696fgg.12 for ; Wed, 13 Jan 2010 08:30:27 -0800 (PST) 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 mailing list I'm a bit rusty so please excuse any stupid questions. I decided to clear up my org files which are, frankly, a mess. Two major issues for me to get my head around. 1) Tags v Categories. Its not entirely obvious to me what categories are for. Are they like a more specialised tag? 2) Refiling. Lets says I have something like this in linux.org:- * general :general: #+CATEGORY: general ** learn org mode :emacs:org: blah blah * debian :debian: #+CATEGORY: debian * test if I refile from elsewhere, it picks ALL items at a level to refile to when I select linux.org. e.g linux.org/general, linux.org/debian, linux.org/test If I then select "general" it also prompts for me now to select "learn org mode". Is this because of some hangover from me using org-mode? In other words I cant refile to linux.org/debian. Wise words appreciated to put me back on track.