From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dror Atariah Subject: [BUG] Problem with org-mobile.el Date: Mon, 17 Feb 2014 21:11:55 +0100 Message-ID: Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: multipart/alternative; boundary=Apple-Mail-118--103628379 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFUXv-0006Jo-EQ for Emacs-orgmode@gnu.org; Mon, 17 Feb 2014 15:12:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFUXq-00076g-MO for Emacs-orgmode@gnu.org; Mon, 17 Feb 2014 15:12:07 -0500 Received: from mail-ea0-x229.google.com ([2a00:1450:4013:c01::229]:63808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFUXq-00075e-F8 for Emacs-orgmode@gnu.org; Mon, 17 Feb 2014 15:12:02 -0500 Received: by mail-ea0-f169.google.com with SMTP id h10so7534873eak.28 for ; Mon, 17 Feb 2014 12:12:00 -0800 (PST) Received: from [192.168.0.104] (brln-4dba4471.pool.mediaWays.net. [77.186.68.113]) by mx.google.com with ESMTPSA id x6sm61552963eew.20.2014.02.17.12.11.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Feb 2014 12:11:59 -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@gnu.org --Apple-Mail-118--103628379 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii In the past (http://article.gmane.org/gmane.emacs.orgmode/79803/) I had = a problem with pushing using org-mobile, and it was solved as detailed = in (http://thread.gmane.org/gmane.emacs.orgmode/79856/focus=3D79876). = Indeed now the patch can be found in ELPA, but it still introduces the = same problem as reported above.=20 My setting is: Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2013-03-13 on bob.porkrind.org Package: Org-mode version 8.2.4 (8.2.4-3-g7fe99a-elpa @ = /Users/drorata/.emacs.d/elpa/org-plus-contrib-20140217/) Line #463 in org-mobile.el is: ((eq (car x) :grouptags) nil) which should be the fix. I could fix the issue by moving this line after = the following one, have: ((eq (car x) :newline) nil) ((eq (car x) :grouptags) nil) for lines #463-464 instead of=20 ((eq (car x) :grouptags) nil) ((eq (car x) :newline) nil) which is the current state. Can someone verify this? Best, Dror= --Apple-Mail-118--103628379 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii In = the past (http://articl= e.gmane.org/gmane.emacs.orgmode/79803/) I had a problem with pushing = using org-mobile, and it was solved as detailed in (h= ttp://thread.gmane.org/gmane.emacs.orgmode/79856/focus=3D79876). = Indeed now the patch can be found in ELPA, but it still introduces the = same problem as reported above. 

My setting = is:
Emacs  : GNU Emacs 24.3.1 (x86_64-apple-darwin, = NS apple-appkit-1038.36)
 of 2013-03-13 on bob.porkrind.org
Package: = Org-mode version 8.2.4 (8.2.4-3-g7fe99a-elpa @ = /Users/drorata/.emacs.d/elpa/org-plus-contrib-20140217/)

Line #463 in org-mobile.el is:
((eq (car x) = :grouptags) nil)

which should be the fix. I = could fix the issue by moving this line after the following one, = have:

((eq (car x) :newline) = nil)
((eq (car x) :grouptags) = nil)

for lines #463-464 instead = of 

((eq (car x) :grouptags) = nil)
((eq (car x) :newline) = nil)

which is the current = state.

Can someone verify = this?

Best,
Dror
= --Apple-Mail-118--103628379--