From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dror Atariah Subject: Re: Unable to push to org-mobile Date: Fri, 13 Dec 2013 21:32:02 +0100 Message-ID: <8E2198BE-B94B-455A-90F0-2C6CB2876B9F@gmail.com> References: <8761qszt47.fsf@alphaville.bos.redhat.com> <87r49gy1f3.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: multipart/alternative; boundary=Apple-Mail-20-637629595 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrZPK-0003CN-2M for Emacs-orgmode@gnu.org; Fri, 13 Dec 2013 15:32:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrZPD-0002Pz-Dc for Emacs-orgmode@gnu.org; Fri, 13 Dec 2013 15:32:22 -0500 Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:58936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrZPD-0002PE-1h for Emacs-orgmode@gnu.org; Fri, 13 Dec 2013 15:32:15 -0500 Received: by mail-ee0-f41.google.com with SMTP id t10so1099476eei.0 for ; Fri, 13 Dec 2013 12:32:14 -0800 (PST) In-Reply-To: <87r49gy1f3.fsf@alphaville.bos.redhat.com> 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: Nick Dokos Cc: Emacs-orgmode@gnu.org --Apple-Mail-20-637629595 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On Dec 13, 2013, at 20:51 PM, Nick Dokos wrote: > Dror Atariah writes: >=20 >> On Dec 13, 2013, at 16:08 PM, Nick Dokos wrote: >>=20 >>> Dror Atariah writes: >>>=20 >>>> Today I realized that I cannot execute successfully = 'org-mobile-push'. In particular here is the output from '*Messages*': >>>>=20 >>>> Creating agendas... >>>> Agenda written to Org file = /Users/drorata/Dropbox/MobileOrg/agendas.org >>>> Creating agendas...done >>>> Saving all Org-mode buffers... >>>> (No files need saving) >>>> Saving all Org-mode buffers... done >>>> Copying files... >>>> Writing index file... >>>> org-mobile-create-index-file: Wrong type argument: sequencep, = :grouptags >>>>=20 >>>> I first step I took was to update the package; now 'org-version' = yields=20 >>>> "Org-mode version 8.2.4 (8.2.4-3-g7fe99a-elpa @ >>>> /Users/user/.emacs.d/elpa/org-plus-contrib-20131209/)". However, >>>> problem is still >>>> here. >>>>=20 >>>> Next I don't really know what to do... I have all my emacs' = settings in=20 >>>> https://github.com/drorata/emacs_setup >>>>=20 >>>> How can I debug this problem and solve it? >>>=20 >>> In the same way that you debug all such problems: toggle = debug-on-error, >>> try to do org-mobile-push again and look at the resulting backtrace = (or >>> post it so others can look at it). >> I evaluated (setq debug-on-error t), and then executed = org-mobile-push again. There was no output in the *Backtrace* buffer....=20= >>=20 >=20 > Try deleting the org-mobile.elc file and reloading org-mobile.el. Then > try evaluating >=20 > (let ((debug-on-error t)) > (org-mobile-push)) >=20 > and see if that gives you a backtrace. Managed to get output...=20 You can find it here: https://gist.github.com/drorata/7950857 I could not find my way in this output... :( >>> A shot in the dark: what's the value of org-tag-alist? >> The value of org-tag-alist is: >>=20 >> (("PRIVATE" . 112) >> (:startgroup) >> ("WORK" . 119) >> (:grouptags) >> ("WORK@mittagseminar" . 109) >> ("WORK@open_questions" . 105) >> ("WORK@diss" . 100) >> ("WORK@CV") >> (:endgroup \.nil) > ^^^^^ > This looks strange to me, although it's not clear it would cause the > problem even if it is wrong (which it may or may not be). Indeed strange, and probably a typo. There was a missing space. I = corrected this before taking the measures you mentioned above. >=20 > Nick >=20 Best, Dror= --Apple-Mail-20-637629595 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
Dror = Atariah <drorata@gmail.com>= writes:

On Dec 13, 2013, at 16:08 PM, = Nick Dokos wrote:

Dror Atariah <drorata@gmail.com> = writes:

Today = I realized that I cannot execute successfully 'org-mobile-push'. In = particular here is the output from = '*Messages*':

Creating= agendas...
Agenda = written to Org file = /Users/drorata/Dropbox/MobileOrg/agendas.org
=
Creating = agendas...done
Saving = all Org-mode = buffers...
(No = files need saving)
Saving = all Org-mode buffers... = done
Copying = files...
Writing = index file...
org-mobile-create-index-file: Wrong type argument: = sequencep, = :grouptags

I = first step I took was to update the package; now 'org-version' yields =
"Org-mode version 8.2.4 (8.2.4-3-g7fe99a-elpa = @
/Users/user/.emacs.d/elpa/org-plus-contrib-20131209/)". = However,
problem = is still
here.

Next I = don't really know what to do... I have all my emacs' settings in =
https://github.com/drorata= /emacs_setup

How = can I debug this problem and solve = it?

In the same way that you debug = all such problems: toggle = debug-on-error,
try to do org-mobile-push again = and look at the resulting backtrace = (or
post it so others can look at = it).
I evaluated = (setq debug-on-error t), and then executed org-mobile-push again. There = was no output in the *Backtrace* buffer....


Try deleting the org-mobile.elc file = and reloading org-mobile.el. Then
try evaluating

=     (let ((debug-on-error t))
=          (org-mobile-push))
and see if that gives you a = backtrace.

Managed to get = output... 


I could not find my way in = this output... :(

A shot in the dark: what's the = value of org-tag-alist?
The value of org-tag-alist is:

(("PRIVATE" . = 112)
= (:startgroup)
("WORK" . = 119)
= (:grouptags)
= ("WORK@mittagseminar" . 109)
= ("WORK@open_questions" . 105)
= ("WORK@diss" . 100)
= ("WORK@CV")
(:endgroup = \.nil)
=             &n= bsp;^^^^^
This looks strange to me, although it's not clear it would = cause the
problem even if it is wrong (which it may or may not = be).
Indeed strange, and probably a typo. There = was a missing space. I corrected this before taking the measures you = mentioned above.

Nick


Best,=
Dror
= --Apple-Mail-20-637629595--