<x.pi...@gmail.com> writes: > 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. >
You can first mark the subtree with C-c @ which runs `org-mark-subtree', then subsequent export operations will only run on the marked subtree. > > >> 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 > > -- Eric Schulte http://cs.unm.edu/~eschulte/