From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Can I export from org mode to org mode? Date: Fri, 4 May 2012 10:29:42 -0500 Message-ID: References: <87aa1orozr.fsf@gmail.com> <87lil85643.fsf@cica.cica> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQKS2-0007Gd-W4 for emacs-orgmode@gnu.org; Fri, 04 May 2012 11:29:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQKS1-0005Wo-7F for emacs-orgmode@gnu.org; Fri, 04 May 2012 11:29:46 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:43621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQKS0-0005RM-RU for emacs-orgmode@gnu.org; Fri, 04 May 2012 11:29:45 -0400 Received: by wibhj13 with SMTP id hj13so1114586wib.12 for ; Fri, 04 May 2012 08:29:42 -0700 (PDT) In-Reply-To: <87lil85643.fsf@cica.cica> 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 On Fri, May 4, 2012 at 10:16 AM, wrote: > 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 con= tains =C2=A0a 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: =C2=A0change your Org setup to includ= e >> >> (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. =C2=A0Use this together with th= e >> `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 > >