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 something like:

(eval-after-load "org-crypt"
  (add-hook 'org-mode-hook
            (lambda nil (add-hook
                    'after-save-hook
                    'org-encrypt-entries
                    nil t))))

(This is untested, could be wrong in some way).

Rather than rely on setting a local variable list in their org-mode
files. 

-- 
+-----------------------------------------------------------+
| Jason F. McBrayer                    [EMAIL PROTECTED]  |
| If someone conquers a thousand times a thousand others in |
| battle, and someone else conquers himself, the latter one |
| is the greatest of all conquerors.  --- The Dhammapada    |


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to