Hi Nicolas,

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

Ken Mankoff <mankoff@gmail.com> 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.