From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org export customization: why do #+EXCLUDE_TAGS: settings have no effect? Date: Tue, 10 Nov 2015 23:44:40 +0100 Message-ID: <87pozhv5if.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwHcu-0007Wj-DV for emacs-orgmode@gnu.org; Tue, 10 Nov 2015 17:42:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwHct-0001Sm-DL for emacs-orgmode@gnu.org; Tue, 10 Nov 2015 17:42:56 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:45991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwHct-0001Rw-7W for emacs-orgmode@gnu.org; Tue, 10 Nov 2015 17:42:55 -0500 In-Reply-To: (Martin Steffen's message of "Mon, 9 Nov 2015 18:47:26 +0000 (UTC)") 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: Martin Steffen Cc: emacs-orgmode@gnu.org Hello, Martin Steffen writes: > Now: when I want to /customize/ that in the org-file itself, it seems tha= t's > done by doing something like > > > #+EXCLUDE_TAGS: private [...] > Anyhow: having such a specification in the org-file seems to have /no > effect/, even if I "refresh" the org-file, nor does it work when I visit = the > file for the first time. It seems simply not to affect the said variable > "org-export-exclude-tags" I cannot reproduce your issue. With the following buffer #+EXCLUDE_TAGS: private * H1 :private: * H2 I get 1 H2 =E2=95=90=E2=95=90=E2=95=90=E2=95=90 when I export to, e.g., UTF-8. Regards, --=20 Nicolas Goaziou