Re: [Orgmode] org-crypt.el --- Public key encryption for org-mode entries

2010-03-21 Thread Carsten Dominik
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 ;;

Re: [Orgmode] org-crypt.el --- Public key encryption for org-mode entries

2007-12-29 Thread Adam Spiers
On Fri, Sep 28, 2007 at 11:48:34PM -0400, 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. [snipped] I gave this a go and the basic functionality works fine for me, tha

Re: [Orgmode] org-crypt.el --- Public key encryption for org-mode entries

2007-09-29 Thread John Wiegley
[EMAIL PROTECTED] (Jason F. McBrayer) writes: > This is a very nifty idea. It might be an idea for someone setting up > org-crypt to do something like: > > (eval-after-load "org-crypt" > (add-hook 'org-mode-hook > (lambda nil (add-hook > 'after-save-hook >

Re: [Orgmode] org-crypt.el --- Public key encryption for org-mode entries

2007-09-29 Thread Jason F. McBrayer
John Wiegley <[EMAIL PROTECTED]> writes: > 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. This is a very nifty idea. It might be an idea for someone setting up org-crypt to do somethin

[Orgmode] org-crypt.el --- Public key encryption for org-mode entries

2007-09-28 Thread John Wiegley
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. John ;;; org-crypt.el --- Public key encryption for org-mode entries ;; Copyright (C) 2007 John Wiegley <[EMAIL PROTECTED]> ;; Emacs Lisp Arc