From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: disable "org-decrypt: auto-save-mode may cause leakage" Date: Thu, 14 Jul 2011 10:17:45 -0300 Message-ID: <20110714131745.GC2823@soloJazz.com> References: <2011-07-14T14-11-51@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhLng-0004Sx-8S for emacs-orgmode@gnu.org; Thu, 14 Jul 2011 09:17:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhLnc-00021D-Ut for emacs-orgmode@gnu.org; Thu, 14 Jul 2011 09:17:55 -0400 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:59103) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QhLnc-00020e-Ba for emacs-orgmode@gnu.org; Thu, 14 Jul 2011 09:17:52 -0400 Content-Disposition: inline In-Reply-To: <2011-07-14T14-11-51@devnull.Karl-Voit.at> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: news1142@Karl-Voit.at Cc: emacs-orgmode@gnu.org On Thu, Jul 14, 2011 at 02:22:32PM +0200, Karl Voit wrote: > How can I auto-answer the question from the subject line with =ABn=BB > (per default) any time it is asked? Hi Karl, You can customize this behaviour via org-crypt-disable-auto-save You probably have it set to 'ask'. Options exist for always enabling/disabling auto save, and for encrypting the auto-saved version automatically. M-x customize-variable RET org-crypt-disable-auto-save RET Regards, .j.