From mboxrd@z Thu Jan 1 00:00:00 1970 From: Skip Collins Subject: export subtree Date: Thu, 10 Dec 2015 13:24:18 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a75tP-0007sF-8I for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 13:24:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a75tO-0004nE-8m for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 13:24:39 -0500 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:34800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a75tO-0004n3-60 for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 13:24:38 -0500 Received: by qgeb1 with SMTP id b1so155995300qge.1 for ; Thu, 10 Dec 2015 10:24:37 -0800 (PST) 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 The export dispatcher allows me to export only the current subtree. This is nice, but I would like to avoid having to put point in just the right place before invoking the dispatcher. I have a document with lots of things in it. One of the top-level headlines contains the content of what I want to export. Is there a way to flag this heading and its contents as the main export document so that wherever my cursor is, when I export the document it only processes the correct heading, treating its text as the title of the document?