From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alfredo Duplat Subject: Re: MobileOrg-Android => agendas.org missing Date: Fri, 13 May 2011 10:37:56 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKuRD-0000Gw-DS for emacs-orgmode@gnu.org; Fri, 13 May 2011 11:38:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKuRB-00050W-NY for emacs-orgmode@gnu.org; Fri, 13 May 2011 11:37:59 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:49027) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKuRB-00050A-Ig for emacs-orgmode@gnu.org; Fri, 13 May 2011 11:37:57 -0400 Received: by bwz17 with SMTP id 17so2847743bwz.0 for ; Fri, 13 May 2011 08:37:56 -0700 (PDT) In-Reply-To: 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: Matthew Jones Cc: emacs-orgmode@gnu.org This is from my .emacs (custom-set-variables '(org-agenda-files (quote ("~/Backup.sinc/test/emacs/mygtd.org"))) '(org-mobile-files (quote (org-agenda-files org-agenda-text-search-extra-files))) '(org-mobile-force-id-on-agenda-items nil) '(save-place t nil (saveplace)) '(show-paren-mode t) '(text-mode-hook (quote (turn-on-flyspell turn-on-auto-fill text-mode-hook-identify)))) ;; org-mode predeterminado (setq default-major-mode 'org-mode) ;; otras configuraciones para org-mode (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (define-key global-map "\C-cl" 'org-store-link) (define-key global-map "\C-ca" 'org-agenda) ;; MobileOrg ;; Set to the location of your Org files on your local system (setq org-directory "/home/alfredo/Backup.sinc/test/emacs") ;;set org mobile for pull (setq org-mobile-inbox-for-pull "~/Backup.sinc/test/emacs/inbox.org") ;; Set to /MobileOrg. (setq org-mobile-directory "/home/alfredo/Dropbox/MobileOrg") ;;Pendiente Agenda (setq org-agenda-files (quote ("~/Backup.sinc/test/emacs/mygtd.org"))) (setq org-todo-keywords '((sequence "TODO" "WAITING" "|" "DONE" "DELEGATED" "CANCELLED"))) And this is from my org file #+STARTUP: overview #+TAGS: DISSERTATION(d) WORK(w) FAMILY(f) CASA(c) ALF(a) Money(m) #+ARCHIVE: %s_done:: #+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00 #+COLUMNS: %40ITEM(Task) %17Effort(Estimated Effort){:} %CLOCKSUM #+SEQ_TODO: TODO ACTIVE CANCELLED DONE ----- Thanks On 5/12/11, Matthew Jones wrote: > Can you show me some of your org configuration? > > On Fri, May 13, 2011 at 12:06 AM, Alfredo Duplat wrote: > >> I upgrade org-mode via M-x list-packages. Also I upgrade MobileOrg. >> >> Right now, I have another problem: when I run (org-mobile-push) I got >> the following messages: >> >> Creating agendas... >> OVERVIEW >> mapconcat: Wrong type argument: listp, 58 >> >> >> >> >> On 5/12/11, Alfredo Duplat wrote: >> > You all are right: >> > >> > Org-mode version 6.33x >> > >> > I will install the new one... and also the new MobileOrg. >> > >> > Thanks, >> > >> > >> > On 5/12/11, Matthew Jones wrote: >> >> You might also want to upgrade your version of MobileOrg... the most >> >> recent >> >> version in the android market is 0.5.5 >> >> >> >> http://matburt.net >> >> >> >> >> >> On Thu, May 12, 2011 at 9:44 PM, Alfredo Duplat >> >> wrote: >> >> >> >>> Hi there: >> >>> >> >>> I tried to follow carefully all the documentation but I have a problem >> >>> using MobileOrg-Android (ver 0.5.2). When I run org-mobile-push the >> >>> agendas.org's file is missing in /Dropbox/MobileOrg. Therefore, when I >> >>> sync my phone the Agenda View is empty. What could be the problem? >> >>> >> >>> Everything works just fine with my gtd.org's file and also the >> >>> inbox.org. >> >>> >> >>> Thanks, >> >>> >> >>> A. >> >>> >> >>> -- >> >>> Alfredo Duplat >> >>> >> >>> >> >> >> > >> > >> > -- >> > Alfredo Duplat >> > >> >> >> -- >> Alfredo Duplat >> > -- Alfredo Duplat