From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Selective .ics export Date: Sun, 4 Apr 2010 08:41:46 +0200 Message-ID: <1BEA6E2F-85B9-45E5-8E65-CCA397A7145D@gmail.com> References: <20100404023207.99BAB32001C@mail.dagertech.net> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NyJWq-0006Am-0C for emacs-orgmode@gnu.org; Sun, 04 Apr 2010 02:41:52 -0400 Received: from [140.186.70.92] (port=34748 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyJWo-0006A4-Uv for emacs-orgmode@gnu.org; Sun, 04 Apr 2010 02:41:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NyJWn-0003SN-5x for emacs-orgmode@gnu.org; Sun, 04 Apr 2010 02:41:50 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:35949) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NyJWn-0003SF-13 for emacs-orgmode@gnu.org; Sun, 04 Apr 2010 02:41:49 -0400 Received: by ewy6 with SMTP id 6so207526ewy.32 for ; Sat, 03 Apr 2010 23:41:48 -0700 (PDT) In-Reply-To: <20100404023207.99BAB32001C@mail.dagertech.net> 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: "David A. Gershman" Cc: Org-Mode List On Apr 4, 2010, at 4:32 AM, David A. Gershman wrote: > > Is there a way to export to .ics only entries with a particular tag or > property? I'm trying to take all the scheduled events I use, and > collect a subset of them for my wife's calendar. i.e. She doesn't > need > to see what's going on at work (meetings and such), but she does > need to > know when I'm working late, picking up groceries, etc. > > I have multiple .org files and export all to a single .ics. So if I > could do the same thing but selectively, that'd be great! > > If org mode can not do it, I'm open to suggestions and ideas to > accomplish this feat. Take a look at the variable `org-icalendar-verify-function' Some hacking will be required. - Carsten