From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Can I export from org mode to org mode? Date: Fri, 04 May 2012 09:21:36 -0400 Message-ID: <87aa1o84kf.fsf@gmx.com> References: <87aa1orozr.fsf@gmail.com> <87lil85643.fsf@cica.cica> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQKKN-0004aa-SV for emacs-orgmode@gnu.org; Fri, 04 May 2012 11:21:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQKKG-0001uF-II for emacs-orgmode@gnu.org; Fri, 04 May 2012 11:21:51 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:37268) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SQKKG-0001u0-AP for emacs-orgmode@gnu.org; Fri, 04 May 2012 11:21:44 -0400 In-Reply-To: <87lil85643.fsf@cica.cica> (x. piter's message of "Fri, 04 May 2012 17:16:28 +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: x.piter@gmail.com Cc: emacs-orgmode@gnu.org writes: > William Gardella 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/