Good to hear! On Fri, May 13, 2011 at 8:11 PM, Alfredo Duplat wrote: > 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 >