瀏覽代碼

Fix encrypting agenda

Carsten Dominik 14 年之前
父節點
當前提交
1ca680c1a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-mobile.el

+ 1 - 1
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))))