Fix encrypting agenda
This commit is contained in:
parent
2123798481
commit
1ca680c1a8
|
@ -681,7 +681,7 @@ The table of checksums is written to the file mobile-checksums."
|
||||||
(when sumo
|
(when sumo
|
||||||
(org-store-agenda-views))
|
(org-store-agenda-views))
|
||||||
(when org-mobile-use-encryption
|
(when org-mobile-use-encryption
|
||||||
(org-mobile-encrypt-file file1 file)
|
(org-mobile-encrypt-and-move file1 file)
|
||||||
(delete-file file1)
|
(delete-file file1)
|
||||||
(org-mobile-cleanup-encryption-tempfile))))
|
(org-mobile-cleanup-encryption-tempfile))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue