From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: new (iCalendar) exporter problem Date: Mon, 06 May 2013 20:06:57 +0200 Message-ID: <5187F141.7080408@gmx.de> References: <5186BAE1.2090509@gmx.de> <87a9o9faks.fsf@gmail.com> <5186BFEA.5030103@gmx.de> <8761yxf9jh.fsf@gmail.com> <5186C446.10803@gmx.de> <871u9lf8ek.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZPoU-0008I4-EQ for emacs-orgmode@gnu.org; Mon, 06 May 2013 14:07:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZPoR-0000uA-UT for emacs-orgmode@gnu.org; Mon, 06 May 2013 14:07:02 -0400 Received: from mout.gmx.net ([212.227.17.22]:63757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZPoR-0000ty-LJ for emacs-orgmode@gnu.org; Mon, 06 May 2013 14:06:59 -0400 Received: from mailout-de.gmx.net ([10.1.76.16]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MBpxx-1UgGFJ27L5-00An2n for ; Mon, 06 May 2013 20:06:58 +0200 In-Reply-To: <871u9lf8ek.fsf@gmail.com> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode Hi Nicolas, I seem to have overssen something: >> >> #+filetags: drawnin >> #+icalendar_exclude_tags: drawnin noexport >> #+bind: org-icalendar-categories (all-tags) >> >> * Test (no tag here -> >> >> <2013-05-05 Sun> >> >> Desc >> >> >> That one indeed exports, but IMO shouldn't. > > exclude tags are not inherited. You mean inherited tags (coming from filetags in this case) do not contribute to exclude tag filtering? If yes, why? I seems inconsistent. Cheers, Simon