Previous: Pushing to MobileOrg, Up: MobileOrg [Contents][Index]
When MobileOrg synchronizes with the server, it not only pulls the Org files for viewing. It also appends captured entries and pointers to flagged and changed entries to the file mobileorg.org on the server. Org has a pull operation that integrates this information into an inbox file and operates on the pointers to flagged entries. Here is how it works:
org-mobile-inbox-for-pull
. Each captured entry and each editing event
will be a top-level entry in the inbox file.
:FLAGGED:
, so that they can be easily found
again. When there is a problem finding an entry or applying the change, the
pointer entry will remain in the inbox and will be marked with an error
message. You need to later resolve these issues by hand.
Pressing ? in that special agenda will display the full flagging note in
another window and also push it onto the kill ring. So you could use ?
z C-y C-c C-c to store that flagging note as a normal note in the entry.
Pressing ? twice in succession will offer to remove the
:FLAGGED:
tag along with the recorded flagging note (which is stored
in a property). In this way you indicate that the intended processing for
this flagged entry is finished.
If you are not able to process all flagged entries directly, you can always return to this agenda view192 using C-c a ?.
mobileorg.org will be empty after this operation.
Note, however, that there is a subtle difference. The view created automatically by M-x org-mobile-pull RET is guaranteed to search all files that have been addressed by the last pull. This might include a file that is not currently in your list of agenda files. If you later use C-c a ? to regenerate the view, only the current agenda files will be searched.
Previous: Pushing to MobileOrg, Up: MobileOrg [Contents][Index]