From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Is OrgMode really GTD compliant? Date: Tue, 29 Apr 2014 15:42:22 +0200 Message-ID: <87iopstfpd.fsf@bzg.ath.cx> References: <87wqeaqp5t.fsf@berkeley.edu> <877g68jum5.fsf@konixwork.incubateur.ens-lyon.fr> <874n1cjmg9.fsf@konixwork.incubateur.ens-lyon.fr> <87r44gtg6o.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf8Iq-00052V-10 for emacs-orgmode@gnu.org; Tue, 29 Apr 2014 09:42:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wf8Ik-0001SP-BY for emacs-orgmode@gnu.org; Tue, 29 Apr 2014 09:42:31 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:44409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf8Ik-0001SH-5D for emacs-orgmode@gnu.org; Tue, 29 Apr 2014 09:42:26 -0400 Received: by mail-wi0-f177.google.com with SMTP id cc10so451159wib.10 for ; Tue, 29 Apr 2014 06:42:25 -0700 (PDT) In-Reply-To: (Alan Schmitt's message of "Tue, 29 Apr 2014 15:37:08 +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: Alan Schmitt Cc: Samuel Loury , emacs-orgmode@gnu.org, Rene Alan Schmitt writes: > Thanks a lot indeed. I'll fix this. I have no idea why it worked in my > case ... It half-worked: in this case (point-min) value was 1, taken from the buffer, but you really want to set POSITION at 0 -- try point-max and you'll see it raises an error. -- Bastien