From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: org-crypt Error: org-crypt-use-before-save-magic Date: Mon, 14 Mar 2011 15:55:48 +0000 Message-ID: <4D7E3A84.2060401@manor-farm.org> References: <4D7DBF07.4050004@manor-farm.org> Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46036 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzA7c-0003Py-MX for emacs-orgmode@gnu.org; Mon, 14 Mar 2011 11:55:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzA7b-0004PL-5T for emacs-orgmode@gnu.org; Mon, 14 Mar 2011 11:55:52 -0400 Received: from mail.ian-barton.com ([109.74.196.44]:39904 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzA7b-0004Ou-0s for emacs-orgmode@gnu.org; Mon, 14 Mar 2011 11:55:51 -0400 Received: from localhost (mail.wilkesley.org [127.0.0.1]) by li40-130.members.linode.com (Postfix) with ESMTP id C67CAA489 for ; Mon, 14 Mar 2011 15:55:49 +0000 (UTC) Received: from li40-130.members.linode.com ([127.0.0.1]) by localhost (mail.manor-farm.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h1DuiLdhfE-z for ; Mon, 14 Mar 2011 15:55:49 +0000 (UTC) Received: from mail.wilkesley.net (unknown [217.146.125.41]) by li40-130.members.linode.com (Postfix) with ESMTP id 85129A060 for ; Mon, 14 Mar 2011 15:55:49 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.wilkesley.net (Postfix) with ESMTP id 949E011E70 for ; Mon, 14 Mar 2011 16:00:11 +0000 (GMT) Received: from mail.wilkesley.net ([127.0.0.1]) by localhost (mail.bantercat.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22oYfoEXC-pq for ; Mon, 14 Mar 2011 16:00:11 +0000 (GMT) Received: from [192.168.0.133] (scamper.bantercat.co.uk [192.168.0.133]) by mail.wilkesley.net (Postfix) with ESMTPSA id 6F7A311E0C for ; Mon, 14 Mar 2011 16:00:11 +0000 (GMT) In-Reply-To: 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: emacs-orgmode@gnu.org On 14/03/11 09:36, Julien Danjou wrote: > On Mon, Mar 14 2011, Ian Barton wrote: > >> I notice that org-crypt isn't documented in the manual and there is an >> old message from Carsten asking for someone to document it. If I can get >> it working I'll promise to document it:) Also I'll write something about >> using ssh agent with org an Emacs, a topic that has cuased me some head >> scratching recently. > > By any chance, aren't you loading your Emacs' org-crypt version rather > than the git one? This could happen if the load-path is set later. > Found the problem. There was another older version of org-crypt.el on my load-path, as well as the git version. Time to start writing manuals:) Ian.