On Sun, Jan 28, 2018 at 6:41 AM, Ken Mankoff <mank...@gmail.com> wrote:

> Hi Nicolas,
>
> On Sat, Jan 27, 2018 at 7:50 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr>
> wrote:
>
>> Hello,
>>
>> Ken Mankoff <mank...@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.

Reply via email to