From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Don't use possibly-tramp paths with openssl. Date: Thu, 14 Oct 2010 08:28:14 +0200 Message-ID: <90925250-2B71-4418-824E-AB4A6FCD6939@gmail.com> References: <1287014183-2653-1-git-send-email-gdt@ir.bbn.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=41822 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6I68-0000jn-TM for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 03:19:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6I64-0004TM-Hp for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 03:19:29 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:64941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6I64-0004TI-D9 for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 03:19:28 -0400 Received: by ewy5 with SMTP id 5so2506676ewy.0 for ; Thu, 14 Oct 2010 00:19:27 -0700 (PDT) In-Reply-To: <1287014183-2653-1-git-send-email-gdt@ir.bbn.com> 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: Greg Troxel Cc: emacs-orgmode@gnu.org Applied, thanks. - Carsten On Oct 14, 2010, at 1:56 AM, Greg Troxel wrote: > In creating agendas, follow the way all other org files are handled by > encrypting locally and then using copy-file, so that remote agenda.org > paths with tramp will work. > --- > lisp/org-mobile.el | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el > index 9208d30..26e990d 100644 > --- a/lisp/org-mobile.el > +++ b/lisp/org-mobile.el > @@ -677,8 +677,7 @@ The table of checksums is written to the file > mobile-checksums." > (when sumo > (org-store-agenda-views)) > (when org-mobile-use-encryption > - (org-mobile-encrypt-file file1 file) > - (delete-file file1)))) > + (org-mobile-encrypt-and-move file1 file)))) > > (defun org-mobile-encrypt-and-move (infile outfile) > "Encrypt INFILE locally to INFILE_enc, then move it to OUTFILE. > -- > 1.7.0.5 > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode