Como lidar rapidamente com erros de puxar org-móveis?

0

De acordo com o manual do modo de organização, aqui está o que acontece durante um erro de recepção e como lidar com isso:

Org moves all entries found in mobileorg.org1 and appends them to the file pointed to by the variable org-mobile-inbox-for-pull. Each captured entry and each editing event will be a top-level entry in the inbox file. After moving the entries, Org will attempt to implement the changes made in MobileOrg. Some changes are applied directly and without user interaction. Examples are all changes to tags, TODO state, headline and body text that can be cleanly applied. Entries that have been flagged for further action will receive a tag :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. Org will then generate an agenda view with all flagged entries. The user should then go through these entries and do whatever actions are necessary. If a note has been stored while flagging an entry in MobileOrg, that note will be displayed in the echo area when the cursor is on the corresponding agenda line.

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 view2 using C-c a ?.

No entanto, quando recebo um erro, meu arquivo da caixa de entrada (index.org) é automaticamente aberto com a errata pull em um formato legal (antigo / novo, algumas tags, descritores de arquivo, etc.), mas nada é marcado: FLAGGED :. Por isso, nada disso funciona e eu tenho que passar e aplicar correções manualmente.

Exemplo de errata no arquivo gerado:

* Body was changed in MobileOrg and on the computer F(edit:body) [[olp:tracking.org:header1/header2][[2013-12-08 日 11:59]]]
** Old value
- Foo
** New value
- Bar


** End of edit
    
por bright-star 12.12.2013 / 04:42

0 respostas