emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthew Jones <bsdmatburt@gmail.com>
To: Alfredo Duplat <alduplat@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: MobileOrg-Android => agendas.org missing
Date: Sat, 14 May 2011 11:10:25 -0400	[thread overview]
Message-ID: <BANLkTikcoLt-7kp3OONWBg6YVPRMR4tMZA@mail.gmail.com> (raw)
In-Reply-To: <BANLkTinT-c53nPATytBrhOtvokqfjwmZnw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3929 bytes --]

Good to hear!

On Fri, May 13, 2011 at 8:11 PM, Alfredo Duplat <alduplat@gmail.com> 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 <alduplat@gmail.com> 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 <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
> >
>
>
> --
> Alfredo Duplat
>

[-- Attachment #2: Type: text/html, Size: 6565 bytes --]

      reply	other threads:[~2011-05-14 15:10 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
2011-05-14  0:11           ` Alfredo Duplat
2011-05-14 15:10             ` Matthew Jones [this message]

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=BANLkTikcoLt-7kp3OONWBg6YVPRMR4tMZA@mail.gmail.com \
    --to=bsdmatburt@gmail.com \
    --cc=alduplat@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).