From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Changing '_archive' extension to allow Easy PG encryption: "_archive.gpg"? Date: Tue, 19 Mar 2013 08:20:56 -0400 Message-ID: <9880.1363695656@alphaville> References: <20130319111832.GA17118@localhost> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHvXR-0002eR-PZ for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 08:21:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHvXN-0001Wu-VY for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 08:21:09 -0400 Received: from g4t0016.houston.hp.com ([15.201.24.19]:3478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHvXN-0001Vg-Qq for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 08:21:05 -0400 In-Reply-To: Message from "'Mash (Thomas Herbert)" of "Tue, 19 Mar 2013 11:18:32 -0000." <20130319111832.GA17118@localhost> 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: "'Mash (Thomas Herbert)" Cc: Emacs Org 'Mash (Thomas Herbert) wrote: > Morning, > > I wanted to know how I would change the default '_archive' extension? > > I work with encrypted org files "foo.gpg" with Easy PG and the > added header... > > # -*- mode: org; epa-file-encrypt-to: ("mashdot@toshine.net") -*- > > But today I discovered that when I archive my TODO items they are of > course saved unencrypted to the archive file "foo.gpg_archive". > > This really is not ideal situation! > > I tried adding my header to the "_archive" file but this doesn't work, I > assume because the extension is not ".gpg". > > Any ideas how would I change the default "_archive" extension to > "_archive.gpg" or better setup a case where it would change the > extension only if the org file is ".gpg" to begin with? > > I suppose could also look to setup a case for Easy PG to work with a > different extension, but would prefer to define the change for > org-mode instead. > C-h v org-archive- gives some idea of the variables that are there. org-archive-location is what you need to change in order to add the .gpg suffix. I have no idea however, whether that's enough to allow you to do what you want to do. Nick