From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Re: Export a Subtree to an other .org file Date: Wed, 3 Apr 2013 14:36:41 -0700 Message-ID: <20130403213639.GA31923@localhost> References: <048901ce3091$97eb1440$c7c13cc0$@gmail.com> <87ppybh35m.fsf@bzg.ath.cx> <04ef01ce30a1$cae9a220$60bce660$@gmail.com> Reply-To: Hsiu-Khuern Tang Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNW0m-0000Be-TQ for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 18:18:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNW0l-0007LN-R6 for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 18:18:32 -0400 Received: from a.mail.sonic.net ([64.142.16.245]:32852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNW0l-0007LC-Im for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 18:18:31 -0400 Received: from eeebox (50-0-109-198.dsl.dynamic.sonic.net [50.0.109.198]) by a.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id r33Lbpp4024535 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Wed, 3 Apr 2013 14:37:52 -0700 Received: from meimei by eeebox with local (Exim 4.77) (envelope-from ) id 1UNVMH-0001rJ-B0 for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 14:36:41 -0700 Content-Disposition: inline In-Reply-To: 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: emacs-orgmode@gnu.org * On Wed 03:35PM, 03 Apr 2013, John Hendy (jw.hendy@gmail.com) wrote: > 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? I think the ascii export does not produce a file in Org format. The old exporter function org-export-as-org may do the trick for Steve. I too find it useful to export to org, and would love to see this implemented in the new exporter. I rely on this together with the SELECT_TAGS and EXCLUDE_TAGS keywords to create an Org file with a subset of the headings, not just a subtree. Is there a new exporter function that does this? -- Best, Hsiu-Khuern.