[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
>                     'org-encrypt-entries
>                     nil t))))
>
> (This is untested, could be wrong in some way).

You just need to change the top:

  (eval-after-load "org-crypt"
    '(add-hook 'org-mode-hook

John


_______________________________________________
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