From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-velocity load problem Date: Wed, 26 Oct 2011 19:48:02 +0200 Message-ID: <874nyvmyp9.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ7ZH-0003tP-QW for emacs-orgmode@gnu.org; Wed, 26 Oct 2011 13:47:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJ7ZG-0008Vc-FS for emacs-orgmode@gnu.org; Wed, 26 Oct 2011 13:47:11 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:54221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ7ZG-0008VN-9P for emacs-orgmode@gnu.org; Wed, 26 Oct 2011 13:47:10 -0400 Received: by wyg34 with SMTP id 34so2343517wyg.0 for ; Wed, 26 Oct 2011 10:47:09 -0700 (PDT) In-Reply-To: (d. tchin's message of "Tue, 20 Sep 2011 14:24:42 +0000 (UTC)") 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: "d.tchin" Cc: emacs-orgmode@gnu.org Hi, d.tchin writes: > This post just to warn that org-velocity is not loaded with Emacs 22.3.1. > > I try to load org-velocity but I have the following message : > error: Unknown keyword :safe > > I use GNU Emacs 22.3.1 (i386-mingw-nt6.1.7601) and Org-mode version 7.7. > > I had the possibility to try with emacs 23.3 with the same org-mode version > and it is loaded correctly. > > After investigation, it seems related to custom.el file. Indeed the keyword is > defined in the later version of emacs. Thanks for the information -- we try to maintain backward compatibility of Org's core code with old versions of Emacs, but code in contrib/ does not come with the same expectations... it would certainly be too much for many libraries. -- Bastien