From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Poole Subject: Re: Export to iCalendar only not DONE, scheduled tasks? Date: Sun, 1 Jun 2014 17:56:00 +0100 Message-ID: References: <53680BEB.2070804@lbl.gov> <5373EED5.8020306@lbl.gov> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b6781203dbdca04fac9279f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wr93G-0005XQ-7m for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 12:56:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wr93C-0006fP-0W for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 12:56:06 -0400 Received: from mail-oa0-f50.google.com ([209.85.219.50]:53630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wr93B-0006f2-Rn for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 12:56:01 -0400 Received: by mail-oa0-f50.google.com with SMTP id i7so3746705oag.23 for ; Sun, 01 Jun 2014 09:56:00 -0700 (PDT) In-Reply-To: <5373EED5.8020306@lbl.gov> 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: Arun Persaud Cc: "emacs-orgmode@gnu.org" --047d7b6781203dbdca04fac9279f Content-Type: text/plain; charset=UTF-8 On Wed, May 14, 2014 at 11:31 PM, Arun Persaud wrote: > > had another look and org-export-filter-final-output-functions is the > wrong function to use. ... > So, I ended up solving my problem, via an alternative route. The code is here: https://github.com/chrispoole643/org-gtd/blob/dcfe7122fa496de51a8de3a8f02184bc7aec05b9/org-gtd.el#L143 Essentially, the icalendar function that combines the agendas and exports stuff just calls a function that happens to accept a restricted list of items to export. So, I use this function directly, but first I look through my agenda files and mark where the scheduled tasks are. I then pass these as the restricted list, and all works well :) Thanks for the help, Chris --047d7b6781203dbdca04fac9279f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On W= ed, May 14, 2014 at 11:31 PM, Arun Persaud <apersaud@lbl.gov>= wrote:
had another look and org-export-filter-final-output-functions is the
wrong function to use. ...

So, I= ended up solving my problem, via an alternative route. The code is here:


Essentially, the icalendar function that combines the= agendas and exports stuff just calls a function that happens to accept a r= estricted list of items to export. So, I use this function directly, but fi= rst I look through my agenda files and mark where the scheduled tasks are. = I then pass these as the restricted list, and all works well :)

Thanks for = the help,
Chris
--047d7b6781203dbdca04fac9279f--