emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: iCal export does not respect :noexport: tag [9.1.6 (9.1.6-3


From: Ken Mankoff
Subject: Re: [O] 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:46:24 +0100

On Sun, Jan 28, 2018 at 6:41 AM, Ken Mankoff <address@hidden> wrote:
Hi Nicolas,

On Sat, Jan 27, 2018 at 7:50 PM, Nicolas Goaziou <address@hidden> wrote:
Hello,

Ken Mankoff <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]