提示说找不到计算 Checksum 的程序(org-mobile-checksum-binary
),GNU/Linux 和 macOS 上似乎都默认有安装,如果你的系统没有的话,应该就需要你自己安装。
(defcustom org-mobile-checksum-binary (or (executable-find "shasum")
(executable-find "sha1sum")
(executable-find "md5sum")
(executable-find "md5"))
"Executable used for computing checksums of agenda files."
:group 'org-mobile
:type 'string)