From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: ox-taskjuggler : Correct a small typo and deal with Scheduled and deadline in task Date: Mon, 22 Apr 2013 00:13:25 +0200 Message-ID: <87obd7h6re.fsf@bzg.ath.cx> References: <874nf24g0n.fsf@bat.fr.eu.org> <87fvyjzlde.fsf@sbs.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UU2Vk-00052R-MZ for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 18:13:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UU2Vj-0007Y0-J8 for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 18:13:28 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:42855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UU2Vj-0007Xq-Cm for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 18:13:27 -0400 Received: by mail-wi0-f175.google.com with SMTP id h11so3351947wiv.14 for ; Sun, 21 Apr 2013 15:13:26 -0700 (PDT) In-Reply-To: <87fvyjzlde.fsf@sbs.ch> (Christian Egli's message of "Sun, 21 Apr 2013 22:20:29 +0200") 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: Christian Egli Cc: emacs-orgmode@gnu.org Hi Baptiste and Christian, Christian Egli writes: > This looks a bit fishy. Shouldn't this be > > ((start) (format " start %s\n" start)) I guess this should be (start (format " start %s\n" start)) Otherwise (start) will bite as not being a function. >> + ((and end) (format " start %s\n" end)))) > Ditto -- Bastien