From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org-mode version 6.31trans (release_6.31.33.ge59e.dirty); org-time-stamp problem with fix Date: Wed, 7 Oct 2009 08:13:59 +0200 Message-ID: References: <873a5w9u21.fsf@eee.in> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvPmq-0004mi-Tc for emacs-orgmode@gnu.org; Wed, 07 Oct 2009 02:14:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvPmm-0004kk-Sz for emacs-orgmode@gnu.org; Wed, 07 Oct 2009 02:14:08 -0400 Received: from [199.232.76.173] (port=51676 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvPmm-0004ke-8a for emacs-orgmode@gnu.org; Wed, 07 Oct 2009 02:14:04 -0400 Received: from mail-ew0-f223.google.com ([209.85.219.223]:63426) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvPml-0002Ao-Sh for emacs-orgmode@gnu.org; Wed, 07 Oct 2009 02:14:04 -0400 Received: by ewy23 with SMTP id 23so5024332ewy.2 for ; Tue, 06 Oct 2009 23:14:03 -0700 (PDT) In-Reply-To: <873a5w9u21.fsf@eee.in> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Mikael Fornius Cc: emacs-orgmode@gnu.org Thanks for catchicng this, Mikael. I have applied your patch. - Carsten On Oct 6, 2009, at 9:55 PM, Mikael Fornius wrote: > Emacs : GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.16.5) > of 2009-07-30 on home.sergej.pp.ru > Package: Org-mode version 6.31trans (release_6.31.33.ge59e.dirty) > > I got error when writing numbers in the interactive time-stamp > function: > "void function prog" and think this is a typo in org-read-date- > analyze: > > ;-) > > diff --git a/lisp/org.el b/lisp/org.el > index 03b067b..f577a06 100644 > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -12826,7 +12826,7 @@ user." > month (or (nth 4 tl) > (if (and org-read-date-prefer-future > (nth 3 tl) (< (nth 3 tl) (nth 3 defdecode))) > - (prog (1+ (nth 4 defdecode)) (setq futurep t)) > + (prog1 (1+ (nth 4 defdecode)) (setq futurep t)) > (nth 4 defdecode))) > year (or (nth 5 tl) > (if (and org-read-date-prefer-future > > > -- > Mikael Fornius > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode