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 19:11:44 -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]:41652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QL2SR-00077w-Kg for emacs-orgmode@gnu.org; Fri, 13 May 2011 20:11:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QL2SQ-000558-8x for emacs-orgmode@gnu.org; Fri, 13 May 2011 20:11:47 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:42510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QL2SQ-000551-0Q for emacs-orgmode@gnu.org; Fri, 13 May 2011 20:11:46 -0400 Received: by bwz17 with SMTP id 17so3194197bwz.0 for ; Fri, 13 May 2011 17:11:44 -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 Finally is working. I spiked one step in the process. I never reload org after update... and that was the problem. Thanks for your help On 5/13/11, Alfredo Duplat wrote: > 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 > -- Alfredo Duplat