From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Poole Subject: bug in org-icalendar--combine-files? Date: Sat, 7 Jun 2014 20:28:53 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2a1180a5bfd04fb43fd11 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtMIV-0007nS-RA for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 15:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtMIQ-0003ZZ-Uy for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 15:28:59 -0400 Received: from mail-ob0-f170.google.com ([209.85.214.170]:61512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtMIQ-0003ZL-Qi for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 15:28:54 -0400 Received: by mail-ob0-f170.google.com with SMTP id nu7so2327244obb.15 for ; Sat, 07 Jun 2014 12:28:53 -0700 (PDT) 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: "emacs-orgmode@gnu.org" --001a11c2a1180a5bfd04fb43fd11 Content-Type: text/plain; charset=UTF-8 Hey, I wrote a function to export scheduled, done tasks to iCalendar[1]. All works well, but I noticed that before the function is run, my agenda views only show upcoming scheduled tasks (I globally have agendas not show done scheduled or deadline items). After org-icalendar--combine-files does its stuff, and works correctly, but my agendas suddenly have items such as "Sched.11x: DONE do something", despite it being a DONE task that I marked as complete over a week ago. Any idea why org-agenda-skip-scheduled-if-done is seemingly being overridden to nil? I have tried explicitly setting this value to true for the custom agenda view, but it doesn't help. Any idea what's going on here? Cheers, Chris [1]: https://github.com/chrispoole643/org-gtd/blob/443d43879d944bcec47af0ddac3d542bce6b2269/org-gtd.el#L146 --001a11c2a1180a5bfd04fb43fd11 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hey,

I wrote a function to export sched= uled, done tasks to iCalendar[1].

All works well, = but I noticed that before the function is run, my agenda views only show up= coming scheduled tasks (I globally have agendas not show done scheduled or = deadline items).

After=C2=A0org-icalendar--combine-files does its stuff,= and works correctly, but my agendas suddenly have items such as "Sche= d.11x: DONE do something", despite it being a DONE task that I marked = as complete over a week ago.

Any idea why org-agenda-skip-scheduled-if-done is seemi= ngly being overridden to nil?
I have tried explicitly setting thi= s value to true for the custom agenda view, but it doesn't help.

Any idea what's going on here?

=

Cheers,
Chris

--001a11c2a1180a5bfd04fb43fd11--