Re: [O] org-crypt Error: org-crypt-use-before-save-magic

2011-03-14 Thread Ian Barton
On 14/03/11 09:36, Julien Danjou wrote: On Mon, Mar 14 2011, Ian Barton wrote: I notice that org-crypt isn't documented in the manual and there is an old message from Carsten asking for someone to document it. If I can get it working I'll promise to document it:) Also I'll write something about

Re: [O] org-crypt Error: org-crypt-use-before-save-magic

2011-03-14 Thread Julien Danjou
On Mon, Mar 14 2011, Ian Barton wrote: > I notice that org-crypt isn't documented in the manual and there is an > old message from Carsten asking for someone to document it. If I can get > it working I'll promise to document it:) Also I'll write something about > using ssh agent with org an Ema

[O] org-crypt Error: org-crypt-use-before-save-magic

2011-03-14 Thread Ian Barton
I am investigating using org-crypt in some of my files. In my .emacs I have: #+BEGIN_SRC emacs-lisp (require 'org-crypt) (org-crypt-use-before-save-magic) (setq org-tags-exclude-from-inheritance (quote ("crypt"))) ; GPG key to use for encryption (setq org-crypt-key "MyKey") #+END_SRC When I sta