From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Gardella Subject: Re: Can I export from org mode to org mode? Date: Fri, 04 May 2012 10:37:44 -0400 Message-ID: <87aa1orozr.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQJll-0003dX-Qh for emacs-orgmode@gnu.org; Fri, 04 May 2012 10:46:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQJlf-0004LK-7K for emacs-orgmode@gnu.org; Fri, 04 May 2012 10:46:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:38389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQJlf-0004L3-1I for emacs-orgmode@gnu.org; Fri, 04 May 2012 10:45:59 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SQJlV-0004I2-IR for emacs-orgmode@gnu.org; Fri, 04 May 2012 16:45:49 +0200 Received: from 76-204-120-197.lightspeed.wlfrct.sbcglobal.net ([76.204.120.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 May 2012 16:45:49 +0200 Received: from gardellawg by 76-204-120-197.lightspeed.wlfrct.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 May 2012 16:45:49 +0200 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@gnu.org Piter_ writes: > Hi everybody. > I keep my notes in one big org file. It have grown big > One solution could be filtering tree and display only the information I need, > another id to split it into smaller files by topic. > I would appreciate a hint on how to do the later. > > Thanks. > Petro. > > Hi there, You could try something like this: change your Org setup to include (setq org-refile-use-outline-path 'file) and then you can `org-refile' headlines in your One Big Org File to other files, or subtrees of other files. Use this together with the `org-sparse-tree' to limit your view by regexp, tags or properties before refiling; that way the file will appear less big and hairy as you work. Good luck! -WGG