From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: #+EXPORT_SELECT_TAGS: Tags that select a tree for export - documentation incorrect? Date: Tue, 04 Jun 2013 13:06:52 -0400 Message-ID: <87d2s1oleb.fsf@pierrot.dokosmarshall.org> References: <70FCDFD8-844C-4889-817F-0769FEF44669@skynet.be> <871u8h4yn6.fsf@pank.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjukO-0006sz-Ha for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 13:10:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjukJ-0000mp-Dh for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 13:10:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:53927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjukJ-0000mQ-7e for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 13:10:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UjukG-0000cZ-8o for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 19:10:04 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Jun 2013 19:10:04 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Jun 2013 19:10:04 +0200 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 Rasmus writes: > Jean Wallemacq writes: > >> Emacs 24.3.1 >> org-mode 8.0.3 >> >> In http://orgmode.org/manual/Export-options.html#fn-2, one refers to > > I don't see them any reference to those variables. Check the manual: > > http://orgmode.org/org.html#Export-settings > > ‘SELECT_TAGS’ > The tags that select a tree for export > (org-export-select-tags). The default value is :export:. Within a > subtree tagged with :export:, you can still exclude entries with > :noexport: (see below). > > ‘EXCLUDE_TAGS’ > The tags that exclude a tree from export > (org-export-exclude-tags). The default value is :noexport:. Entries > with the :noexport: tag will be unconditionally excluded from the > export, even if they have an :export: tag. > >> Would it be that the doc is out-of-sync with the code? > > No. > > 1. Go to http://orgmode.org/#docs > 2. Click "Read the complete manual: HTML or PDF". It will give you > the page linked to above (or the equivalent pdf version, which I > didn't check). > > Also, the html is exported from the texi so you should be able to look > it up directly in Emacs. > Gah, that's right: I was looking at the 7.9 manual when I sent my previous message. Sorry about that. -- Nick