On Mon, Feb 07 2011, Richard Riley wrote:

> I would like them to. Best way?

Decrypt them on file loading.

(defun jd:org-decrypt-entires-silently ()
  (let ((m (buffer-modified-p)))
    (org-decrypt-entries)
    (unless m
      (set-buffer-modified-p nil))))
(add-hook 'org-mode-hook 'jd:org-decrypt-entires-silently)

I think that's something that could be added to org-crypt. I'll make a
patch later.

-- 
Julien Danjou
❱ http://julien.danjou.info

Attachment: pgpDKaMvDcFRM.pgp
Description: PGP signature

_______________________________________________
Emacs-orgmode mailing list
Please 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