From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam Subject: Re: 7.01trans obsolete variables Date: Wed, 8 Sep 2010 03:42:33 +0530 Message-ID: References: <87aantxqae.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=43455 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ot6P8-0005y3-7z for emacs-orgmode@gnu.org; Tue, 07 Sep 2010 18:12:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ot6P4-0001t8-3I for emacs-orgmode@gnu.org; Tue, 07 Sep 2010 18:12:35 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:49207) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ot6P3-0001t2-Vy for emacs-orgmode@gnu.org; Tue, 07 Sep 2010 18:12:34 -0400 Received: by ywl5 with SMTP id 5so2874520ywl.0 for ; Tue, 07 Sep 2010 15:12:33 -0700 (PDT) In-Reply-To: <87aantxqae.fsf@Rainer.invalid> 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: Achim Gratz Cc: emacs-orgmode@gnu.org On Wed, Sep 8, 2010 at 1:46 AM, Achim Gratz wrote: > > These warnings have been appearing for a while now: > > In org-order-calendar-date-args: > org.el:14592:31:Warning: `european-calendar-style' is an obsolete variabl= e (as > =A0 =A0of Emacs 23.1); use `calendar-date-style' instead. > Wrote /root/emacs/org-mode/lisp/org.elc > > In org-agenda-add-entry-to-org-agenda-diary-file: > org-agenda.el:7282:42:Warning: `european-calendar-style' is an obsolete > =A0 =A0variable (as of Emacs 23.1); use `calendar-date-style' instead. > Wrote /root/emacs/org-mode/lisp/org-agenda.elc > > Can't they be changed because of backwards compatibility? I think these cannot be changed because `calendar-date-style' is not available on earlier version of Emacs. Thanks and Regards Noorul