From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Org-mode and GPG (EasyPG) Date: Thu, 23 Jul 2009 23:24:55 +0100 Message-ID: <87bpnb2g20.wl%ucecesf@ucl.ac.uk> References: <878wifjjx8.wl%ks@mocker.org> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MU6iz-0003q1-Hq for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 18:25:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MU6iv-0003oa-74 for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 18:25:17 -0400 Received: from [199.232.76.173] (port=56219 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MU6iv-0003o5-07 for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 18:25:13 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:37050) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MU6iu-0006dq-BK for emacs-orgmode@gnu.org; Thu, 23 Jul 2009 18:25:12 -0400 In-Reply-To: <878wifjjx8.wl%ks@mocker.org> 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: Kyle Sexton Cc: org-mode At Thu, 23 Jul 2009 14:09:23 -0500, Kyle Sexton wrote: > > Currently I'm using org-mode with EasyPG and it works great. Files Kyle, can you tell me exactly how you are doing this? I used to do this just fine but something broke about 6 months ago and I'm no longer able to encrypt the file automatically when saving. That is, it decrypts just fine and I can edit the file but I get an error when trying to save it: ,---- | byte-code: Opening output file: integer-or-marker-p, nil `---- What settings do you have for EasyPG? All I have are: ,---- | ;; ------------------------------------------ EASYPG | (require 'epa) | (epa-file-enable) | (setq epa-file-cache-passphrase-for-symmetric-encryption t) `---- I'm using "GNU Emacs 23.0.96.1" on Debian testing with latest org-mode from git and easypg version 0.0.16-2. thanks, eric