From mboxrd@z Thu Jan 1 00:00:00 1970 From: Skip Collins Subject: Re: export subtree Date: Thu, 10 Dec 2015 19:10:05 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7BI3-0001LB-68 for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 19:10:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7BI2-0006Q8-2F for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 19:10:27 -0500 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:34372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7BI1-0006Q4-Tk for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 19:10:25 -0500 Received: by qgeb1 with SMTP id b1so172115591qge.1 for ; Thu, 10 Dec 2015 16:10:25 -0800 (PST) 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-org list Andreas Leha wrote: > Skip Collins writes: >>> Try to run `org-export-dispatch' with a prefix from the second time >>> onwards (so, do C-u C-c C-e). >> >> Good try, but it does not do what I want. It selects the subtree >> currently at point, just as if I ran the dispatcher again and selected >> the same options. It might be a nice enhancement if the dispatcher >> remembered which subtree it used last time so that it really could >> repeat a subtree export with the same options and from the same >> subtree. > > That is what it does for me. As I said, you have to do the first export > the normal way. Okay, it works now. I had confused org by trying to get it to work from an INCLUDEd file. When that did not work, I had gone back to the parent file and it did not work there. If I stick within a single buffer and do not try to export from another buffer, it works as you describe. Thanks.