emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 20150810 broke Android mobileorg synchronization?
@ 2015-08-12 16:20 Bingo UV
  0 siblings, 0 replies; only message in thread
From: Bingo UV @ 2015-08-12 16:20 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 2684 bytes --]

Hi,
    Ever since I upgraded to 20150810 from orgmode elpa, mobileorg
    synchronization with Android phone has stopped working[1]. Earlier
    org version was from around 13 July. From my older mobileorg pushed
    files, I see two important differences:

1. index.org with 20150810 contains extra header commented lines of TODO and 
DRAWERS, which are incorrect.

Pre 20150810
--------------------------------------------------------------
#+READONLY
#+TODO: TODO WAITING NEXT INPROGRESS DONE
#+TAGS: =====IDENTICAL TAGS LINE====================
#+ALLPRIORITIES: A B C
--------------------------------------------------------------

In 20150810
--------------------------------------------------------------
#+READONLY
#+TODO: TODO WAITING NEXT INPROGRESS DONE
#+TODO:  | DONE
#+TAGS: =====IDENTICAL TAGS LINE====================
#+DRAWERS: PROPERTIES CLOCK LOGBOOK RESULTS
#+ALLPRIORITIES: A B C
--------------------------------------------------------------

Once I remove these extra TODO and DRAWERS lines from mobileorg's index.org, mobileorg
synchronization with Android mobileorg application starts working again, but this needs 
to be done for every push.


2. All agenda org files contain extra PROPERTIES drawer for every entry. While it is not 
blocking synchronization, it increases file sizes significantly and might cause problems
in editing the file using simple scripts. Example of one entry is below, every entry at 
every level seems to have this extra entry.

Pre 20150810
--------------------------------------------------------------
*** NEXT sampletodoitem
:LOGBOOK:
- State "NEXT"       from "TODO"       [2015-07-08 Wed 21:18]
- State "TODO"       from ""           [2015-07-08 Wed 21:18]
:END:
:PROPERTIES:
:ID:       c035368f-cd7b-4159-bcc6-01632f4f8860
:END:
--------------------------------------------------------------


In 20150810
--------------------------------------------------------------
*** NEXT sampletodoitem
:PROPERTIES:
:ID:       9363d19f-84bc-4872-a77c-b931448e253c
:END:
:LOGBOOK:
- State "NEXT"       from "TODO"       [2015-07-08 Wed 21:18]
- State "TODO"       from ""           [2015-07-08 Wed 21:18]
:END:
:PROPERTIES:
:ID:       c035368f-cd7b-4159-bcc6-01632f4f8860
:END:
--------------------------------------------------------------


Can someone else confirm or deny these findings?


[1]: By stopped working, I mean "Clear database", then Synchronize causes only one entry (Agenda Views) to appear in 
mobileorg UI, that one entry is empty. Synchronize again causes one more entry (first org file) to appear, which is 
also empty. And so on.

thanks

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-12 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-12 16:20 20150810 broke Android mobileorg synchronization? Bingo UV

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).