From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Export a Subtree to an other .org file Date: Wed, 3 Apr 2013 15:35:20 -0500 Message-ID: References: <048901ce3091$97eb1440$c7c13cc0$@gmail.com> <87ppybh35m.fsf@bzg.ath.cx> <04ef01ce30a1$cae9a220$60bce660$@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNUP0-00047Z-QA for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 16:35:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNUOv-0007gQ-Ru for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 16:35:26 -0400 Received: from mail-lb0-f181.google.com ([209.85.217.181]:33992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNUOv-0007gF-KM for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 16:35:21 -0400 Received: by mail-lb0-f181.google.com with SMTP id r11so2018276lbv.40 for ; Wed, 03 Apr 2013 13:35:20 -0700 (PDT) In-Reply-To: <04ef01ce30a1$cae9a220$60bce660$@gmail.com> 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: Steve Prud'Homme Cc: Bastien , emacs-orgmode On Wed, Apr 3, 2013 at 2:31 PM, Steve Prud'Homme wrote: > Message : > No command associated with key ^S > Bastien's response was for the new exporter and your C-e 1 command indicates you're not using that version yet. I'm on the new exporter, so I can't recall what old options looked like, but from the manual could you try ASCII? - http://orgmode.org/manual/ASCII_002fLatin_002d1_002fUTF_002d8-export.html#ASCII_002fLatin_002d1_002fUTF_002d8-export Perhaps you could just export that to a buffer and then save as *.org instead of the default export format of .txt? As an alternative, would it take about the same amount of time to fold the headline and do =C-space C-e M-w C-x C-f ~/path/to/file.org RET C-y C-x C-s= ? That would just copy, yank, and save your desired subtree into a new org file. Not sure what your intentions are, though, so maybe that's too laborious. Best regards, John P.S. If you're interested in upgrading: http://orgmode.org/worg/org-8.0.html > > -----Original Message----- > From: Bastien Guerry [mailto:bastienguerry@gmail.com] On Behalf Of Bastien > Sent: 3 avril 2013 14:37 > To: Steve Prud'Homme > Cc: emacs-orgmode@gnu.org > Subject: Re: Export a Subtree to an other .org file > > Hi Steve, > > "Steve Prud'Homme" writes: > >> I want to export a subtree C-e-1 to an other org file. It is possible >> ? > > Did you try C-c C-e C-s ... ? > > -- > Bastien > >