From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Export subtrees of level n Date: Sun, 03 Sep 2017 10:07:31 +0200 Message-ID: <8737846w8s.fsf@luisa.c0t0d0s0.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doPwV-0005Q6-Gz for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 04:07:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doPwQ-00027e-J5 for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 04:07:43 -0400 Received: from mout.gmx.net ([212.227.17.22]:51064) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1doPwQ-00026v-92 for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 04:07:38 -0400 Received: from stella.c0t0d0s0.de ([2.247.240.87]) by mail.gmx.com (mrgmx101 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MOSNd-1dtd8l22XV-005rOR for ; Sun, 03 Sep 2017 10:07:34 +0200 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id 29FE9C406A for ; Sun, 3 Sep 2017 10:07:31 +0200 (CEST) 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" To: emacs-orgmode@gnu.org Hello, imagine the following document structure: * talk1 * talk2 ** foo ** bar ** foobaz Now the point is in section foobaz and I want to export the subtree talk2. C-c C-e C-s doesn't do exactly what I want. I can move the point up to * talk2, export the subtree and then move the point back. Is there an existing way to say that I want to go up to a level n heading and then export, or do I have to implement that by myself? Regards hmw