From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff 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 06:41:57 +0100 Message-ID: References: <878tclu22d.fsf@nicolasgoaziou.fr> <871sibt9ts.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c0cb34edcc5e80563cf98ee" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1effjj-0001Fq-80 for emacs-orgmode@gnu.org; Sun, 28 Jan 2018 00:42:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1effji-0007ts-Au for emacs-orgmode@gnu.org; Sun, 28 Jan 2018 00:42:39 -0500 Received: from mail-qt0-x22a.google.com ([2607:f8b0:400d:c0d::22a]:39028) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1effji-0007ti-6I for emacs-orgmode@gnu.org; Sun, 28 Jan 2018 00:42:38 -0500 Received: by mail-qt0-x22a.google.com with SMTP id f4so8986100qtj.6 for ; Sat, 27 Jan 2018 21:42:38 -0800 (PST) In-Reply-To: <871sibt9ts.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: Org-mode --94eb2c0cb34edcc5e80563cf98ee Content-Type: text/plain; charset="UTF-8" Hi Nicolas, On Sat, Jan 27, 2018 at 7:50 PM, Nicolas Goaziou wrote: > Hello, > > Ken Mankoff writes: > > > Adding "(setq org-icalendar-exclude-tags ":noexport:")" prior to > exporting > > does not change anything. > > What about > > (setq org-icalendar-exclude-tags '(":noexport:")) > Thanks for the hint. (setq org-icalendar-exclude-tags '("noexport")) It works without the ':' characters. Thank you! -k. --94eb2c0cb34edcc5e80563cf98ee Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Nicolas,

On Sat, Jan 27, 2018 at 7:50 PM, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
Hello,

Ken Mankoff <mankoff@gmail.com&= gt; writes:

> Adding "(setq org-icalendar-exclude= -tags ":noexport:")" prior to exporting
> does not change anything.

What about

=C2=A0 (setq org-icalendar-exclude-tags '(":noexport:"))
<= /blockquote>

Thanks for the hint.=C2=A0

(setq org-icalendar-exclude-tags '("noexport"))=C2= =A0

It works without the ':' characters.

Thank you!

=C2=A0 -k.
--94eb2c0cb34edcc5e80563cf98ee--