emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Dror Atariah <drorata@gmail.com>
To: Emacs-orgmode@gnu.org
Subject: [BUG] Problem with org-mobile.el
Date: Mon, 17 Feb 2014 21:11:55 +0100	[thread overview]
Message-ID: <D5B6647B-534F-4CDE-B240-EEAD33BBD103@gmail.com> (raw)

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

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=79876). 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

[-- Attachment #2: Type: text/html, Size: 1595 bytes --]

                 reply	other threads:[~2014-02-17 20:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D5B6647B-534F-4CDE-B240-EEAD33BBD103@gmail.com \
    --to=drorata@gmail.com \
    --cc=Emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).