emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] MobileOrg-Android => agendas.org missing


From: Alfredo Duplat
Subject: Re: [O] MobileOrg-Android => agendas.org missing
Date: Fri, 13 May 2011 10:37:56 -0500

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 <your Dropbox root directory>/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 <address@hidden> wrote:
> Can you show me some of your org configuration?
>
> On Fri, May 13, 2011 at 12:06 AM, Alfredo Duplat <address@hidden> 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 <address@hidden> 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 <address@hidden> 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 <address@hidden>
>> >> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]