On Sun, Jan 28, 2018 at 6:41 AM, Ken Mankoff <mankoff@gmail.com> wrote:
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.

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.

   -k.