From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: re: iCalendar selective export / org-icalendar-verify-function Date: Fri, 11 Feb 2011 15:21:47 +0100 Message-ID: <87r5ber6ro.fsf@gnu.org> References: <4D377404.1030006@lbl.gov> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=55141 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PntsW-0002eR-SN for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 09:21:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PntsU-0003sv-M8 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 09:21:43 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:56605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PntsU-0003so-Ce for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 09:21:42 -0500 Received: by bwz16 with SMTP id 16so3222795bwz.0 for ; Fri, 11 Feb 2011 06:21:41 -0800 (PST) In-Reply-To: <4D377404.1030006@lbl.gov> (Arun Persaud's message of "Wed, 19 Jan 2011 15:30:12 -0800") 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: Arun Persaud Cc: emacs-orgmode@gnu.org Hi Arun, Arun Persaud writes: > I ran into the same problem. I know that there is > org-icalendar-verify-function, but I'm not sure how to use it... I would > like to filter for org-export-exclude-tags and also only export entries > that have a time specified in the schedule timestamp (many of my items > just have a date). Please test Org from latest git repo: (setq org-icalendar-honor-noexport-tag t) and icalendar export will skip :noexport: entries. HTH, -- Bastien