From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Finney Subject: Re: org-mobile-push error produces wrong-type-argument error Date: Sat, 15 Dec 2012 09:00:53 +1100 Message-ID: <7wy5h0b8fe.fsf@benfinney.id.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjdJc-0005at-Mo for emacs-orgmode@gnu.org; Fri, 14 Dec 2012 17:01:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjdJY-0005Ln-Ql for emacs-orgmode@gnu.org; Fri, 14 Dec 2012 17:01:08 -0500 Received: from plane.gmane.org ([80.91.229.3]:34472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjdJY-0005Lh-Kr for emacs-orgmode@gnu.org; Fri, 14 Dec 2012 17:01:04 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TjdJj-0005w5-Na for emacs-orgmode@gnu.org; Fri, 14 Dec 2012 23:01:15 +0100 Received: from rasputin.madmonks.org ([64.150.190.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Dec 2012 23:01:15 +0100 Received: from ben+emacs by rasputin.madmonks.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Dec 2012 23:01:15 +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 Conor Nash writes: > When I try to run org-mobile-push I get an error in the minibuffer: "Wrong > type argument: listp, todo". I am getting the same error. I'm using the Org mode that comes with Emacs (“GNU Emacs 23.4.1”). The backtrace from the error is: ===== Debugger entered--Lisp error: (wrong-type-argument listp "TODO") org-mobile-create-index-file() byte-code("\301 \210\302 \210\303\304!\210\305\306!\210\307\310 \210)\305\311!\210\312 \210\305\313!\210\314 \210\305\315!\210\316 \210\305\317!\210\320 \210\303\321!\207" [inhibit-redisplay org-mobile-check-setup org-mobile-prepare-file-lists run-hooks org-mobile-pre-push-hook message "Creating agendas..." t org-mobile-create-sumo-agenda "Creating agendas...done" org-save-all-org-buffers "Copying files..." org-mobile-copy-agenda-files "Writing index file..." org-mobile-create-index-file "Writing checksums..." org-mobile-write-checksums org-mobile-post-push-hook] 2) org-mobile-push() call-interactively(org-mobile-push t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) ===== What setting can I change to fix this? I would prefer to continue using the same Emacs and Org mode as I'm not the only one using these programs on the machine. -- \ “When we talk to God, we're praying. When God talks to us, | `\ we're schizophrenic.” —Jane Wagner, via Lily Tomlin, 1985 | _o__) | Ben Finney