From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: iCalendar selective export Date: Fri, 11 Feb 2011 12:04:19 +0100 Message-ID: <87d3myygr0.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=47385 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnqnQ-00013m-GB for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 06:04:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnqnP-0005AG-J8 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 06:04:16 -0500 Received: from mail-yi0-f41.google.com ([209.85.218.41]:45662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnqnP-0005AB-8h for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 06:04:15 -0500 Received: by yia25 with SMTP id 25so1114522yia.0 for ; Fri, 11 Feb 2011 03:04:14 -0800 (PST) In-Reply-To: (Juraj Kubelka's message of "Sat, 8 Jan 2011 17:45:25 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Juraj Kubelka Cc: emacs-orgmode@gnu.org Hi Juraj, Juraj Kubelka writes: > I found out that exporting agenda files to iCalendar > (org-export-icalendar-all-agenda-files) ignore > variable org-export-exclude-tags. Is it right? And is it wanted? I do > not want to see some tasks in my external calendar (mobile phone). You now set ̀org-icalendar-honor-noexport-tag' to t to prevent export of entries with a :noexport: tag. Thanks for this idea, -- Bastien