From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?=C3=93scar_Fuentes?= Subject: Re: org-crypt broken on Ubuntu 18.04 Date: Thu, 14 Jun 2018 01:12:22 +0200 Message-ID: <87tvq6cmcp.fsf@telefonica.net> References: <87bmceeh0x.fsf@telefonica.net> <87wov2a3uf.fsf@nicolasgoaziou.fr> <8736xqe9b9.fsf@telefonica.net> <87o9ge7815.fsf@thb.lt> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTEwN-0000zM-Cp for emacs-orgmode@gnu.org; Wed, 13 Jun 2018 19:12:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTEwK-0001jx-7o for emacs-orgmode@gnu.org; Wed, 13 Jun 2018 19:12:35 -0400 Received: from [195.159.176.226] (port=35260 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTEwK-0001hp-04 for emacs-orgmode@gnu.org; Wed, 13 Jun 2018 19:12:32 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fTEuA-0008Ep-9X for emacs-orgmode@gnu.org; Thu, 14 Jun 2018 01:10:18 +0200 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 Thibault Polge writes: >> What's an ECM? > > French for Exemple complet minimal = Minimal Working Example (MWE)[1] > > [1]: https://en.wikipedia.org/wiki/Minimal_Working_Example Thanks. While trying to create a demo file I noticed that decryption works fine as long as the content was relatively new, while it fails for content that was encrypted years ago. I tried setting epg-gpg-program to "gpg" (it is "gpg2" by default) for encrypting some tests but then decryption worked fine on those tests. I need to look at org-decrypt-entry works and determine if the problem is with that function or with epg.