From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [CONCERN] Orgmode version string Date: Fri, 29 Oct 2010 07:06:28 +0530 Message-ID: <81mxpxg4pv.fsf@gmail.com> References: <8162wmze0s.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=47099 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBdtm-0006xB-E5 for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 21:37:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBdtW-000643-Gw for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 21:36:54 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:55185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBdtW-00063y-6e for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 21:36:38 -0400 Received: by yxm34 with SMTP id 34so2082822yxm.0 for ; Thu, 28 Oct 2010 18:36:37 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Thu, 28 Oct 2010 23:57:46 +0200") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten > > (version-to-list "7.02") -> (7 2) > (version-to-list "7.20") -> (7 20) > > so it seems to me that if we keep two-digit numbers, there will be no > problem at all. > > #+begin_src emacs-lisp > (version-list-= (version-to-list "7.02") (version-to-list "7.20")) > #+end_src Yes, I agree. Jambunathan K.