From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Wiesner Subject: Limit subtree to a specific export backend Date: Mon, 30 Sep 2013 16:06:45 +0200 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]:35387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQe7f-0002s1-D6 for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 10:06:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQe7a-0003LY-M9 for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 10:06:51 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:41369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQe7a-0003LI-FH for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 10:06:46 -0400 Received: by mail-wi0-f178.google.com with SMTP id hn9so3913122wib.17 for ; Mon, 30 Sep 2013 07:06:45 -0700 (PDT) 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 Hello, can I limit a subtree to be exported with specific backends only? I.e. only to HTML, but not Texinfo or LaTeX? Background: I am trying to simplify the documentation of one of my projects, and combine the website and the user manual into a single document. Naturally, there is some content on the website that should not appear in the manual and vice versa. So long, Sebastian Wiesner