File: org-mobile.el.html

This file contains the code to interact with a mobile application, such as Richard Moreland's iPhone application MobileOrg, or the Android version by Matthew Jones. This code is documented in Appendix B of the Org manual. The code is not specific for the iPhone and Android - any external viewer/flagging/editing application that uses the same conventions could be used.

Defined variables (21)

org-mobile-action-alistAlist with flags and actions for mobile sync.
org-mobile-agendasThe agendas that should be pushed to the mobile application.
org-mobile-allprioritiesDefault set of priority cookies for the index file.
org-mobile-before-process-capture-hookHook that is run after content was moved to ‘org-mobile-inbox-for-pull’.
org-mobile-capture-fileThe capture file where the mobile stores captured notes and flags.
org-mobile-checksum-binaryExecutable used for computing checksums of agenda files.
org-mobile-directoryThe WebDAV directory where the interaction with the mobile takes place.
org-mobile-encryption-passwordPassword for encrypting files uploaded to the server.
org-mobile-encryption-tempfileFile that is being used as a temporary file for encryption.
org-mobile-filesFiles to be staged for the mobile application.
org-mobile-files-exclude-regexpA regexp to exclude files from ‘org-mobile-files’.
org-mobile-force-id-on-agenda-itemsNon-nil means make all agenda items carry an ID.
org-mobile-force-mobile-changeNon-nil means force the change made on the mobile device.
org-mobile-inbox-for-pullThe file where captured notes and flags will be appended to.
org-mobile-index-fileIndex file with links to all Org files.
org-mobile-last-flagged-filesList of files containing entries flagged in the latest pull.
org-mobile-post-pull-hookHook run after running ‘org-mobile-pull’, only if new items were found.
org-mobile-post-push-hookHook run after running ‘org-mobile-push’.
org-mobile-pre-pull-hookHook run before executing ‘org-mobile-pull’.
org-mobile-pre-push-hookHook run before running ‘org-mobile-push’.
org-mobile-use-encryptionNon-nil means keep only encrypted files on the WebDAV server.

Defined functions (24)

org-mobile-apply(&optional BEG END)
org-mobile-bodies-same-p(A B)
org-mobile-check-setup()
org-mobile-cleanup-encryption-tempfile()
org-mobile-copy-agenda-files()
org-mobile-create-index-file()
org-mobile-create-sumo-agenda()
org-mobile-decrypt-file(INFILE OUTFILE)
org-mobile-edit(WHAT OLD NEW)
org-mobile-encrypt-and-move(INFILE OUTFILE)
org-mobile-encrypt-file(INFILE OUTFILE)
org-mobile-escape-olp(S)
org-mobile-files-alist()
org-mobile-get-outline-path-link(POM)
org-mobile-locate-entry(LINK)
org-mobile-move-capture()
org-mobile-pull()
org-mobile-push()
org-mobile-sumo-agenda-command()
org-mobile-tags-same-p(LIST1 LIST2)
org-mobile-timestamp-buffer(BUF)
org-mobile-update-checksum-for-capture-file(BUFFER-STRING)
org-mobile-write-agenda-for-mobile(FILE)
org-mobile-write-checksums()

Defined faces (0)