From 1ca680c1a8255d6fed5760b8b0a104679f2c711b Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 14 Oct 2010 08:23:34 +0200 Subject: [PATCH] Fix encrypting agenda --- lisp/org-mobile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index b8c9e8db0..1dd2271f1 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -681,7 +681,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) + (org-mobile-encrypt-and-move file1 file) (delete-file file1) (org-mobile-cleanup-encryption-tempfile))))