From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: org-crypt remember password Date: Fri, 09 Jul 2010 19:23:20 +0200 Message-ID: References: <20100709145122.GA4220@thewillards.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=51171 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXHIa-0003cM-SH for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 13:23:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXHIS-0006xj-Vt for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 13:23:40 -0400 Received: from lo.gmane.org ([80.91.229.12]:42471) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXHIS-0006wm-Nv for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 13:23:32 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OXHIP-0008L4-Rt for emacs-orgmode@gnu.org; Fri, 09 Jul 2010 19:23:29 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Jul 2010 19:23:29 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Jul 2010 19:23:29 +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: emacs-orgmode@gnu.org Chris Willard writes: > Hello All, > > Is there an option to tell org-crypt to remember the password as I have many encrypted headings in certain files which I have to enter the password for? If I could just enter it once it would save lots of time. > > Thanks, > > Chris You probably need to look into using gpg-agent. My org crypt set up is merely ,---- | (require 'org-crypt) | (org-crypt-use-before-save-magic) | (setq org-crypt-key "rgr@richardriley.net") `---- regards r.