From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Resolve mobile-org empty file issue (kwds in org-mobile.el) Date: Sat, 21 Nov 2015 15:55:08 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0G7i-0006LF-HT for emacs-orgmode@gnu.org; Sat, 21 Nov 2015 16:55:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0G7h-0000I9-CW for emacs-orgmode@gnu.org; Sat, 21 Nov 2015 16:55:10 -0500 Received: from mail-oi0-x234.google.com ([2607:f8b0:4003:c06::234]:36493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0G7h-0000I2-7h for emacs-orgmode@gnu.org; Sat, 21 Nov 2015 16:55:09 -0500 Received: by oiww189 with SMTP id w189so84322760oiw.3 for ; Sat, 21 Nov 2015 13:55:08 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Cc: mat@matburt.net Greetings, (cc'ing Matthew Jones, the mobile-org developer) This is a followup from this thread: - https://lists.gnu.org/archive/html/emacs-orgmode/2015-09/msg00168.html That ended with: #+begin_quote Nicolas Goaziou IIRC this change was introduced to fix another bug. It might be useful to discuss with the author of this change. Another option is to use (or (member "|" kwds) (cons "|" (last kwds))) #+end_quote Here's the original patch referenced above, which I gather fixed one thing but rendered file contents empty when viewing from mobile-org: - https://lists.gnu.org/archive/html/emacs-orgmode/2015-06/msg00656.html I just went through setting up mobile-org to troubleshoot Peter's issue and stumbled into the empty file issue: - http://thread.gmane.org/gmane.emacs.orgmode/102990/focus=103001 Googling around, I found out this was discovered quite some time ago (~Sept): - https://github.com/matburt/mobileorg-android/issues/472 - https://github.com/matburt/mobileorg-android/issues/471 I can confirm that changing the relevant bit in org-mobile.el yielded the full contents of my files upon re-sync. Could we figure out a definitive resolution? For those setting up for the first time, this will cause quite the confusion! Many thanks, John