From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: export subtree Date: Thu, 10 Dec 2015 21:53:44 -0600 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]:42269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7EmA-0007wJ-16 for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 22:53:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7Em9-0007Jo-4F for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 22:53:45 -0500 Received: from mail-ob0-x232.google.com ([2607:f8b0:4003:c01::232]:33330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7Em8-0007Jk-VQ for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 22:53:45 -0500 Received: by obbsd4 with SMTP id sd4so24712741obb.0 for ; Thu, 10 Dec 2015 19:53:44 -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: Skip Collins Cc: emacs-org list On Thu, Dec 10, 2015 at 8:50 PM, Skip Collins wrote: > Herbert Sitz wrote: >> * Main tree :myexporttree: >> fkjaldfk >> ** subhead >> ** subhead >> * anoher heading 1 >> * another heading level 1 >> ** subhead >> ** subhead > > I did try using the default SELECT_TAG :export: on my main document > subtree. The problem is that the subtree is not "promoted" to the main > level. In your example, the title would not become "Main tree" as it > would if I selected subtree export in the dispatcher. > Ah. Agreed on the behavior. I missed your specific request and agree this doesn't work. Thinking about it more, using select_tags as a potential solution to your export of a subtree without navigating to it, problems could arise if more than one were tagged. If multiple same-level headlines were tagged with the select_tag, which one should Org use as the "master" for the document title/level structure? It sounds like the C-u option did work for you, correct? If so, glad you found a solution! John