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 20:34:05 +0100 Message-ID: References: <8761qszt47.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrYV4-00082z-2t for Emacs-orgmode@gnu.org; Fri, 13 Dec 2013 14:34:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrYUz-0001v0-7W for Emacs-orgmode@gnu.org; Fri, 13 Dec 2013 14:34:14 -0500 Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]:58810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrYUz-0001uq-0y for Emacs-orgmode@gnu.org; Fri, 13 Dec 2013 14:34:09 -0500 Received: by mail-ee0-f53.google.com with SMTP id b57so1047584eek.26 for ; Fri, 13 Dec 2013 11:34:08 -0800 (PST) In-Reply-To: <8761qszt47.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 On Dec 13, 2013, at 16:08 PM, Nick Dokos wrote: > 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 > 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) (:startgroup) ("IT" . 73) (:grouptags) ("IT@emacs") ("IT@git") ("IT@TeX") (:endgroup) (:startgroup) ("PROG" . 112) (:grouptags) ("PROG@mathematica") ("PROG@cgal") (:endgroup) (:endgroup) ("4freeTime" . 52)) What should be the next step? Thanks in advance! Dror=