Variable: org-mobile-encryption-tempfile
org-mobile-encryption-tempfile is a customizable variable defined in
org-mobile.el.gz.
Value
"~/orgtmpcrypt"
Documentation
File that is being used as a temporary file for encryption.
This must be local file on your local machine (not on the WebDAV server). You might want to put this file into a directory where only you have access.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-mobile.el.gz
(defcustom org-mobile-encryption-tempfile "~/orgtmpcrypt"
"File that is being used as a temporary file for encryption.
This must be local file on your local machine (not on the WebDAV server).
You might want to put this file into a directory where only you have access."
:group 'org-mobile
:version "24.1"
:type 'directory)