From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG?] Additional warning period in timestamp affects parsing Date: Fri, 11 Oct 2013 18:07:07 +0200 Message-ID: <878uxz94gk.fsf@gmail.com> References: <871u3sqcpt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUfF0-0003AQ-2C for emacs-orgmode@gnu.org; Fri, 11 Oct 2013 12:07:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUfEq-0007ic-GX for emacs-orgmode@gnu.org; Fri, 11 Oct 2013 12:06:58 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:44041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUfEq-0007iV-AI for emacs-orgmode@gnu.org; Fri, 11 Oct 2013 12:06:52 -0400 Received: by mail-wi0-f177.google.com with SMTP id hq15so1312723wib.10 for ; Fri, 11 Oct 2013 09:06:51 -0700 (PDT) In-Reply-To: <871u3sqcpt.fsf@gmail.com> (Thorsten Jolitz's message of "Fri, 11 Oct 2013 13:16:46 +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: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Hello, Thorsten Jolitz writes: > with tmp.org > > #+begin_src org > * A > DEADLINE: <2013-10-11 Fr 06:33 +1m -3d> > > txt A > > * B > DEADLINE: <2013-10-11 Fr 22:00 +1m> > > txt B > #+end_src > > calling `org-element-parse-buffer' results in the following parse-tree [...] > It looks as if the combination of repeater *and* special warning period > prevents the parsing of both of them. Actually, the parser doesn't support special warning period syntax at all. I'll implement it when I have some spare time. Regards, -- Nicolas Goaziou