On Fri, May 4, 2012 at 10:16 AM, <x.pi...@gmail.com> wrote: > William Gardella <gardell...@gmail.com> writes: > > Thanks for your replies. I will try it. > Another thing I have not been able to find is "export current node" > command (into pdf or odt (preferably)). Let's say I have a node witch > contains a table and > want to convert it into odt format. Is there a command to do it? I know > that I can copy paste it into a new file, but I will be doing it quite > often (no one around uses org-mode, and I have to share data). > Thanks. >
C-c C-e 1 + export type [p/o/h] will only export the headline on which the cursor resides. Fantastic feature that I only recently discovered myself :) If various things are spread around, you can also visit those headlines, tag with :export: (C-c C-c) and then run C-c C-e as usual to export those. Then I'll do C-c / m export RET to show only the headlines tagged export and untag them when I'm finished. John > >> 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 > >