From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Unable to push to org-mobile Date: Fri, 13 Dec 2013 10:08:08 -0500 Message-ID: <8761qszt47.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrULu-0008Uy-7v for emacs-orgmode@gnu.org; Fri, 13 Dec 2013 10:08:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrULm-0002Hh-Ad for emacs-orgmode@gnu.org; Fri, 13 Dec 2013 10:08:30 -0500 Received: from plane.gmane.org ([80.91.229.3]:36350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrULm-0002HY-3p for emacs-orgmode@gnu.org; Fri, 13 Dec 2013 10:08:22 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VrULj-0002Xo-Ee for emacs-orgmode@gnu.org; Fri, 13 Dec 2013 16:08:19 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Dec 2013 16:08:19 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Dec 2013 16:08:19 +0100 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 Dror Atariah 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). A shot in the dark: what's the value of org-tag-alist? Nick