From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Org Publish Error Date: Mon, 12 Feb 2018 16:44:55 +0100 Message-ID: <87d11aus94.fsf@nicolasgoaziou.fr> References: <87vaf3vu81.fsf@curry.flintfam.org> <87inb2abbd.fsf@nicolasgoaziou.fr> <871shqb5gy.fsf@curry.flintfam.org> <87k1viusyl.fsf@nicolasgoaziou.fr> <87vaf29q25.fsf@curry.flintfam.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elGHt-0000ge-6d for emacs-orgmode@gnu.org; Mon, 12 Feb 2018 10:45:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elGHq-0003BC-4V for emacs-orgmode@gnu.org; Mon, 12 Feb 2018 10:45:01 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:60554) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elGHp-00039H-Tm for emacs-orgmode@gnu.org; Mon, 12 Feb 2018 10:44:58 -0500 In-Reply-To: <87vaf29q25.fsf@curry.flintfam.org> (Samuel W. Flint's message of "Mon, 12 Feb 2018 09:37:54 -0600") 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: "Samuel W. Flint" Cc: Org-Mode swflint@flintfam.org (Samuel W. Flint) writes: >>>>>> Nicolas Goaziou writes: > > NG> swflint@flintfam.org (Samuel W. Flint) writes: Could you provide > NG> an uncompiled backtrace, i.e., calling `C-u M-x org-reload' > NG> first? > >> > >> Here you go. > > NG> (plist-get :exclude-tags info) seems to evaluate to t, which is > NG> invalid. What is the value for `org-export-exclude-tags'? > > '("noexport") Then do you have any idea why (plist-get info :exclude-tags) returns t? E.g., do you use an options filter?