From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pieter Praet Subject: Re: Problem with org-crypt Date: Fri, 02 Sep 2011 10:43:11 +0200 Message-ID: <874o0v72sg.fsf@praet.org> References: <4E5E0744.5080905@witte.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzPLJ-0003Zl-5T for emacs-orgmode@gnu.org; Fri, 02 Sep 2011 04:43:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzPLH-0004qb-Bt for emacs-orgmode@gnu.org; Fri, 02 Sep 2011 04:43:17 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:50791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzPLH-0004qS-03 for emacs-orgmode@gnu.org; Fri, 02 Sep 2011 04:43:15 -0400 Received: by wyi11 with SMTP id 11so2393782wyi.0 for ; Fri, 02 Sep 2011 01:43:13 -0700 (PDT) In-Reply-To: <4E5E0744.5080905@witte.net.au> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christopher Witte , Org Mode On Wed, 31 Aug 2011 12:04:52 +0200, Christopher Witte wrote: > Hi all, > > I've been using org-crypt and find it a great little addition to > org-mode, but I have been noticing some weird behaviour. When I'm in a > file that has NO encrypted entires (or :crypt: tags) and I archive a sub > tree, I get asked the question "org-decrypt: auto-save-mode may cause > leakage. Disable it for current buffer?". This must mean > org-decrypt-entry is being run but I don't understand why. I've noticed > that org-decrypt-entry is added to the org-reveal-start-hook, I'm not > sure why that is. When I don't add it to that hook, I no longer get > asked that question and org-crypt still apears to work as expected, but > I'm not sure if this will have broken something else. > > Does anyone know why org-decrypt-entry is added to the > org-reveal-start-hook and if it would break anything if I don't add it? > > Thanks for the help > Chris. > It's a known issue; Patch available [1]. Bastien's AFK until the 5th, so won't be fixed in mainline before then. Dropping the `add-hook' line is also a good temporary fix, won't break anything, only prevents `org-reveal' (`C-c C-r') from decrypting entries. Peace -- Pieter [1] id:"1314539207-15985-1-git-send-email-pieter@praet.org"