From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: refile to .gpg file Date: Mon, 27 Jul 2009 13:45:16 +0200 Message-ID: <877hxunycz.fsf@kassiopeya.MSHEIMNETZ> References: <4a5a62b1.0637560a.4662.49f4@mx.google.com> <873a8v719f.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVOZo-0000f5-1c for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 07:41:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVOZj-0000Y6-CV for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 07:41:07 -0400 Received: from [199.232.76.173] (port=52226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVOZj-0000Y2-8N for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 07:41:03 -0400 Received: from mail.gmx.net ([213.165.64.20]:50114) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MVOZi-0003Fu-Jz for emacs-orgmode@gnu.org; Mon, 27 Jul 2009 07:41:03 -0400 In-Reply-To: <873a8v719f.fsf@bzg.ath.cx> (Bastien's message of "Fri, 17 Jul 2009 17:55:08 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Emacs-orgmode mailing list , Richard Riley Bastien writes: > Richard Riley writes: > >> What would the most efficient way of adding a .gpg file to the refile >> list be? My org files are set so >> >> org-agenda-files "~/.emacs.d/org-files" >> >> but the .gpg is not included in the potential refile targets. M-x epa-encrypt-file RET xy.org RET M-x delete-file xy.org RET C-x- C-f xy.org.gpg RET C-c [ does the trick.