summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-10-14 08:23:34 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-10-14 08:23:34 +0200
commit1ca680c1a8255d6fed5760b8b0a104679f2c711b (patch)
treeb74453adaa51b08b784e65cacc353cd7cbcd425d
parent21237984815a81f9b366bfefaaaffc6a009928f4 (diff)
downloadorg-mode-1ca680c1a8255d6fed5760b8b0a104679f2c711b.tar.gz
Fix encrypting agenda
-rw-r--r--lisp/org-mobile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el
index b8c9e8d..1dd2271 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))))