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