From mboxrd@z Thu Jan 1 00:00:00 1970 From: Iain Houston Subject: Missing Mobile TODO questions Date: Fri, 19 Aug 2011 07:45:30 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="Boundary_(ID_5JjQAtk1uEbqVQw3F/pamQ)" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuIqB-0003XS-FG for emacs-orgmode@gnu.org; Fri, 19 Aug 2011 02:46:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QuIq9-0003VD-NN for emacs-orgmode@gnu.org; Fri, 19 Aug 2011 02:46:03 -0400 Received: from asmtpout028.mac.com ([17.148.16.103]:39126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuIq9-0003V3-JE for emacs-orgmode@gnu.org; Fri, 19 Aug 2011 02:46:01 -0400 Received: from iainmacbook.home ([86.179.158.191]) by asmtp028.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LQ500KDCXFWZK30@asmtp028.mac.com> for emacs-orgmode@gnu.org; Thu, 18 Aug 2011 23:45:35 -0700 (PDT) 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 --Boundary_(ID_5JjQAtk1uEbqVQw3F/pamQ) Content-type: text/plain; CHARSET=US-ASCII Content-transfer-encoding: 7BIT I'd be very grateful for some help setting up Mobile Org. This is what I have defined right now: (setq org-mobile-directory "/Volumes/iainhouston/org") (setq org-agenda-files (list "~/Documents/org/gtd.org" ;; more to add ) ) These are my issues: 1. When I push, no Agenda file is created as document says it should The generated index.org links to agendas.org but no such file has been created even though I have an agenda after C-c a a l 3. Linked files are not copied as described in the Mobile Org webpage for sync-ing in gtd.org I have: [[file:~/Documents/org/maybe.org][Someday / Maybe tasks]] which is ignored when pushed but is a valid link in emacs. 4. Missing TODO states In emacs I can cycle through my TODO states: (setq org-todo-keywords '((sequence "TODO" "MAYBE" "WAITING" "NEXT" "|" "DONE" "ABANDONED")) ) but when sync'd with MobileOrg my TODO items are reported as having a TODO state of "none" with only the option to move to "DONEARCHIVE" state or the --Boundary_(ID_5JjQAtk1uEbqVQw3F/pamQ) Content-type: text/html; CHARSET=US-ASCII Content-transfer-encoding: quoted-printable

(setq = org-agenda-files 
      (list = "~/Documents/org/gtd.org" 
;; more to add
  =  )
)

These are my = issues:

1. When I push, no Agenda file = is created as document says it should
The generated index.org links to agendas.org but no such file has been = created even though I have an agenda after C-c a a = l

3. Linked files are not = copied as described in the Mobile Org webpage for sync-ing
in gtd.org I = have:
[[file:~/Documents/org/maybe.org][Someday / Maybe = tasks]]
which is ignored when pushed but is a valid link in = emacs.

4. Missing TODO states
In = emacs I can cycle through my TODO states:

(setq = org-todo-keywords
       '((sequence = "TODO" "MAYBE" "WAITING" "NEXT" "|" "DONE" = "ABANDONED"))
)

but when sync'd with = MobileOrg my TODO items are reported as having a TODO state of "none" = with only the option to move to "DONEARCHIVE" state or = the 
= --Boundary_(ID_5JjQAtk1uEbqVQw3F/pamQ)--