* [BUG] Problem with org-mobile.el
@ 2014-02-17 20:11 Dror Atariah
0 siblings, 0 replies; only message in thread
From: Dror Atariah @ 2014-02-17 20:11 UTC (permalink / raw)
To: Emacs-orgmode
[-- 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 --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-17 20:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17 20:11 [BUG] Problem with org-mobile.el Dror Atariah
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).