From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-crypt.el --- Public key encryption for org-mode entries Date: Sun, 21 Mar 2010 08:18:29 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NtFQz-00063I-GJ for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 03:18:54 -0400 Received: from [140.186.70.92] (port=36851 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NtFQt-00061V-CH for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 03:18:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NtFQl-0004cu-Iz for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 03:18:46 -0400 Received: from paard.ic.uva.nl ([145.18.40.182]:53257) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NtFQl-0004by-6b for emacs-orgmode@gnu.org; Sun, 21 Mar 2010 03:18:39 -0400 In-Reply-To: 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: John Wiegley Cc: emacs-orgmode@gnu.org On Sep 29, 2007, at 5:48 AM, John Wiegley wrote: > The following code is preliminary, but gets the job done in my > simple tests. > Now's the time to beat down on, and refine, the user interface and > behavior. [...] > ;; 3. To later decrypt an entry, use `M-x org-decrypt-entry'. It > might be > ;; useful to bind this to a key, like C-c C-/. I hope that in > the future, > ;; C-c C-r can be might overloaded to also decrypt an entry if it's > ;; encrypted, since that fits nicely with the meaning of "reveal". This is now the case, when org-crypt is loaded, C-c C-r will also decrypt. - Carsten