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
;;
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
[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
>
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
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