emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Can I export from org mode to org mode?


From: William Gardella
Subject: Re: [O] Can I export from org mode to org mode?
Date: Fri, 04 May 2012 10:37:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Piter_ <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]