From mboxrd@z Thu Jan 1 00:00:00 1970 From: hymie! Subject: org-crypt: GPG error: "no usable configuration" Date: Tue, 3 Jan 2017 18:29:20 +0000 (UTC) Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOTqO-0005IN-M2 for emacs-orgmode@gnu.org; Tue, 03 Jan 2017 13:29:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOTqL-0001YY-ED for emacs-orgmode@gnu.org; Tue, 03 Jan 2017 13:29:56 -0500 Received: from [195.159.176.226] (port=56644 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cOTqK-0001YE-Qt for emacs-orgmode@gnu.org; Tue, 03 Jan 2017 13:29:53 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cOTq7-0001DB-VN for emacs-orgmode@gnu.org; Tue, 03 Jan 2017 19:29:39 +0100 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" To: emacs-orgmode@gnu.org Greetings. I'm running Orgmode 9.0.3 under emacs 25.1.2 on Microsoft Windows 7. I think this is really an emacs issue and not an orgmode issue; but other than orgmode, I don't use emacs, and I don't know where else to turn. For a year or so, I've been using org-crypt like this: (setq exec-path '("C:\\Program Files (x86)\\GNU\\GnuPG")) (require 'org-crypt) (org-crypt-use-before-save-magic) (setq org-tags-exclude-from-inheritance (quote ("crypt"))) (setq org-crypt-key "65B20F70") (global-set-key "\C-cd" 'org-decrypt-entry) (global-set-key "\C-ce" 'org-encrypt-entry) ...and it's worked fine, until I recently updated from emacs 24.5 to 25.1 and orgmode from 8.3.5 to 9.0.3 . Now I get this error: GPG error: "no usable configuration", OpenPGP Apparently, it might be related to this bug https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24229 but the eventual work-around: > > Setting this variable directly does not have any effect; > instead use \\[customize] or . > >IMO that's all that's needed here too. makes no sense to me at all. Can somebody help me get GPG working again? --hymie!