emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Alfredo Duplat <alduplat@gmail.com>
To: Matthew Jones <bsdmatburt@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: MobileOrg-Android => agendas.org missing
Date: Fri, 13 May 2011 10:37:56 -0500	[thread overview]
Message-ID: <BANLkTim27aCf1nsJUx6Q_5tROq8tQwnHPw@mail.gmail.com> (raw)
In-Reply-To: <BANLkTikYWwugbBJ9SAbCHxz_R5cN4xx9kQ@mail.gmail.com>

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 <bsdmatburt@gmail.com> wrote:
> Can you show me some of your org configuration?
>
> On Fri, May 13, 2011 at 12:06 AM, Alfredo Duplat <alduplat@gmail.com> 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 <alduplat@gmail.com> 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 <bsdmatburt@gmail.com> 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 <alduplat@gmail.com>
>> >> 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	other threads:[~2011-05-13 15:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-13  1:44 MobileOrg-Android => agendas.org missing Alfredo Duplat
2011-05-13  2:20 ` Matthew Jones
2011-05-13  2:21 ` Matthew Jones
2011-05-13  3:02   ` Alfredo Duplat
2011-05-13  4:06     ` Alfredo Duplat
2011-05-13  4:44       ` Matthew Jones
2011-05-13 15:37         ` Alfredo Duplat [this message]
2011-05-14  0:11           ` Alfredo Duplat
2011-05-14 15:10             ` Matthew Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BANLkTim27aCf1nsJUx6Q_5tROq8tQwnHPw@mail.gmail.com \
    --to=alduplat@gmail.com \
    --cc=bsdmatburt@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).