From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: iCal export does not respect :noexport: tag [9.1.6 (9.1.6-31-gffa5f3-elpa @ /Users/kdm/.emacs.d/elpa/org-20180122/)] Date: Sun, 28 Jan 2018 13:42:51 +0100 Message-ID: <87fu6qrw6s.fsf@nicolasgoaziou.fr> References: <878tclu22d.fsf@nicolasgoaziou.fr> <871sibt9ts.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1efmIS-0004SY-9a for emacs-orgmode@gnu.org; Sun, 28 Jan 2018 07:42:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1efmIR-0008Hm-L4 for emacs-orgmode@gnu.org; Sun, 28 Jan 2018 07:42:56 -0500 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:45968) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1efmIR-0008Gd-FG for emacs-orgmode@gnu.org; Sun, 28 Jan 2018 07:42:55 -0500 In-Reply-To: (Ken Mankoff's message of "Sun, 28 Jan 2018 06:46:24 +0100") 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: Ken Mankoff Cc: Org-mode > BUT a bug still exists. If I export with async: > > (org-icalendar-combine-agenda-files t) > > Then all entries show up. If I export blocking > > (org-icalendar-combine-agenda-files nil) > > Then the `exclide-tags` setting is respected. Where did you put (setq org-icalendar-exclude-tags '("noexport")) ? Is it accessible from `org-export-async-init-file'?