From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Wallemacq Subject: #+EXPORT_SELECT_TAGS: Tags that select a tree for export - documentation incorrect? Date: Tue, 4 Jun 2013 18:18:10 +0200 Message-ID: <70FCDFD8-844C-4889-817F-0769FEF44669@skynet.be> Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjtwG-0003Kq-IE for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 12:18:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ujtw5-00035c-W8 for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 12:18:24 -0400 Received: from smtp-auth.mailprotect.be ([178.208.39.152]:47103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujtw5-00034e-ND for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 12:18:13 -0400 Received: from localhost (localhost [127.0.0.1]) by smtp-auth.mailprotect.be (Postfix) with ESMTP id 5BDBEC00C2 for ; Tue, 4 Jun 2013 18:18:10 +0200 (CEST) Received: from smtp-auth.mailprotect.be ([127.0.0.1]) by localhost (com-basicem-sasl01.mailprotect.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3m2oqbmojd1D for ; Tue, 4 Jun 2013 18:18:10 +0200 (CEST) Received: from [192.168.1.6] (unknown [109.129.243.201]) by smtp-auth.mailprotect.be (Postfix) with ESMTPSA id 0D895C00BF for ; Tue, 4 Jun 2013 18:18:10 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: orgmode Emacs 24.3.1 org-mode 8.0.3 In http://orgmode.org/manual/Export-options.html#fn-2, one refers to = #+EXPORT_SELECT_TAGS: to select a tree for export. Doesn't work for me. I used: #+SELECT_TAGS: with success (this was = generated by C-c C-e #)=20 Same applies for #+EXCLUDE_TAGS: ? Finally, the documentation refers to=20 C-c C-e t (org-insert-export-options-template) to generate a template, but C-c C-e # seems the way to go today Would it be that the doc is out-of-sync with the code? Jean