From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: iCal-Export: Strange Results Date: Fri, 21 Mar 2014 13:25:57 +0100 Message-ID: <87mwgjivqi.fsf@bzg.ath.cx> References: <53065AD7.7000102@mkblog.org> <8738icf05w.fsf@bzg.ath.cx> <532C2EEF.2050301@mkblog.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQyWX-0000jx-SA for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 08:26:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQyWS-0003yB-7o for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 08:26:09 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:37797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQyWS-0003xt-0a for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 08:26:04 -0400 In-Reply-To: <532C2EEF.2050301@mkblog.org> (G. Martin Butz's message of "Fri, 21 Mar 2014 13:22:07 +0100") 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: "G. Martin Butz" Cc: emacs-orgmode@gnu.org Hi Martin, thanks for the details, good to know part of the bug is gone. "G. Martin Butz" writes: > I checked with the file I tested in February with. I now do get active > TODO-entries. No idea what I changed meanwhile. But I also get entries > for the DONE-state, which I do not want. The default value of `org-export-with-tasks' is `t', which will export all tasks. You can narrow to not-done tasks with: (setq org-export-with-tasks 'todo) HTH, -- Bastien