Re: [O] [PATCH] org-crypt: when running org-decrypt-entry, only run auto-save-mode check if on an encrypted entry

2011-10-28 Thread Bastien
Hi Pieter, Pieter Praet writes: > BTW, my FSF copyright assignment is completed (assignment number > #705083) so I should probably be added to the list of signees [1]. I just added you -- thanks for the reminder! -- Bastien

Re: [O] [PATCH] org-crypt: when running org-decrypt-entry, only run auto-save-mode check if on an encrypted entry

2011-10-27 Thread Pieter Praet
On Sat, 8 Oct 2011 18:11:32 +0200, Carsten Dominik wrote: > Accepted, thanks. Thanks Carsten! BTW, my FSF copyright assignment is completed (assignment number #705083) so I should probably be added to the list of signees [1]. Would you like me to provide a patch to that effect? > - Carsten >

Re: [O] [PATCH] org-crypt: when running org-decrypt-entry, only run auto-save-mode check if on an encrypted entry

2011-10-08 Thread Carsten Dominik
Accepted, thanks. - Carsten On 28.8.2011, at 15:46, Pieter Praet wrote: > * lisp/org-crypt.el (org-crypt-check-auto-save): New function, see next > change. > * lisp/org-crypt.el (org-decrypt-entry): Break the auto-save-mode check out > into a separate function, and call it at a later point, to

[O] [PATCH] org-crypt: when running org-decrypt-entry, only run auto-save-mode check if on an encrypted entry

2011-08-28 Thread Pieter Praet
* lisp/org-crypt.el (org-crypt-check-auto-save): New function, see next change. * lisp/org-crypt.el (org-decrypt-entry): Break the auto-save-mode check out into a separate function, and call it at a later point, to assure it only runs when visiting an encrypted entry. Currently `org-decrypt-en