From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Solved: Bug: org-encrypt-entry fails [9.1.2 (9.1.2-elpa @ /Users/dmm/.emacs.d/elpa/org-20171004/)] Date: Sun, 15 Oct 2017 10:37:06 +0200 Message-ID: <87a80s24el.fsf@nicolasgoaziou.fr> References: <87y3og5ru4.fsf@nicolasgoaziou.fr> <87tvz33t3m.fsf@nicolasgoaziou.fr> <0C24D65A-573A-4359-888E-8DA9C2F138E9@gmail.com> <87efq63z95.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3eQ2-0005FU-Rj for emacs-orgmode@gnu.org; Sun, 15 Oct 2017 04:37:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e3eQ2-0001wc-5z for emacs-orgmode@gnu.org; Sun, 15 Oct 2017 04:37:10 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:49873) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e3eQ1-0001wE-WB for emacs-orgmode@gnu.org; Sun, 15 Oct 2017 04:37:10 -0400 In-Reply-To: (David Maslen's message of "Sat, 14 Oct 2017 19:48:20 +1100") 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: David Maslen Cc: Org Mode List Hello, David Maslen writes: > I=E2=80=99m sorry I don=E2=80=99t know how to implement, or provide a pat= ch, but I checked *messages* for a clue to what was going wrong. > I now think this isn=E2=80=99t an org issue, but the epa functions worked= , and the org-encrypt (which I read uses epg) failed silently, so I reporte= d here. > > If the *messages* said something like =E2=80=9Cprompting for passphrase= =E2=80=9D, I=E2=80=99d > have realised earlier that was not occurring. Org Crypt never directly prompts for a passphrase. `epg-encrypt-string' does. So I think this message should be sent from EPG library instead. Regards, --=20 Nicolas Goaziou