Discussion:
I must be missing an important setup step...
James Hughes via mobileorg-android
2013-08-21 17:05:56 UTC
Permalink
I am relatively new to emacs and org mode. Very new to mobileorg. I have
installed Aquamacs on my macbook pro. I have installed emacsforwindows on
my windows machine. I am keeping one .org file in my dropbox called
todo.org. It is located at /dropbox/o/org/todo.org. I have been able to
sync these via dropbox seamlessly and my updates appear on both machines.

I installed mobileorg based on the instructions that I read
here: http://mobileorg.ncogni.to/doc/getting-started/using-dropbox/ onto my
Galaxy S4 (Verizon)

The first problem I encountered was mobileorg not syncing to dropbox. I
solved that by updating the version of org-mode in aquamacs to version
8.0.7. M-x org-version confirms that this is my version inside of aquamacs.
I also learned that I have to first run M-x org-mobile-push, which pushed
the data to the server and thus generated the necessary files in my dropbox.

My preferences.el file for aquamacs contains the following:

;; Set to the location of your Org files on your local system
(setq org-directory "~/Dropbox/O/org")
;; Set to the name of the file where new notes will be stored
(setq org-mobile-inbox-for-pull "~/Dropbox/O/org/flagged.org")
;; Set to <your Dropbox root directory>/MobileOrg.
(setq org-mobile-directory "~/Dropbox/Apps/MobileOrg")


If I navigate to these locations, they all exist, and they contain the
following files:

MobileOrg folder contains agendas.org, checksums.dat, index.org,
mobileorg.org
/O/org folder contains, flagged.org, and todo.org (but I manually created
flagged.org, it is blank. And todo.org was of my own creation from weeks
ago.)

When I open mobileorg on my galaxy S4 and I sync mobileorg, however, I
can't see the contents of todo.org, which contains "my life" essentially. I
am selecting the Dropbox/apps/mobileorg folder to sync from.
All I see is the following:

"Agenda views..."

Which leads to:
"Agenda>Week-agenda (W34):...
ALL TODO>ToDo: ALL
Agenda and all TODO's>Week-agenda (W34):...
Agenda and all TODO's>ToDo: ALL"

Clicking anything in here is blank. I simply want to see my TODO items in
todo.org that I created some time ago...

Thanks for any help.
--
You received this message because you are subscribed to the Google Groups "mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobileorg-android+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mobileorg-android-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mobileorg-android.
For more options, visit https://groups.google.com/groups/opt_out.
mobileorg-android on behalf of Robert Eckl
2013-08-21 22:32:20 UTC
Permalink
Post by James Hughes via mobileorg-android
I am relatively new to emacs and org mode. Very new to mobileorg. I
have installed Aquamacs on my macbook pro. I have installed
emacsforwindows on my windows machine. I am keeping one .org file in
my dropbox called todo.org. It is located at /dropbox/o/org/todo.org.
I have been able to sync these via dropbox seamlessly and my updates
appear on both machines.
I installed mobileorg based on the instructions that I read
here: http://mobileorg.ncogni.to/doc/getting-started/using-dropbox/
onto my Galaxy S4 (Verizon)
The first problem I encountered was mobileorg not syncing to dropbox.
I solved that by updating the version of org-mode in aquamacs to
version 8.0.7. M-x org-version confirms that this is my version inside
of aquamacs. I also learned that I have to first run M-x
org-mobile-push, which pushed the data to the server and thus
generated the necessary files in my dropbox.
Instead of M-x org-mobile-push also is possible
C-c C-x RET p
Post by James Hughes via mobileorg-android
|;; Set to the location of your Org files on your local system
(setq org-directory "~/Dropbox/O/org")
;; Set to the name of the file where new notes will be stored
(setq org-mobile-inbox-for-pull "~/Dropbox/O/org/flagged.org")
;; Set to <your Dropbox root directory>/MobileOrg.
(setq org-mobile-directory "~/Dropbox/Apps/MobileOrg")|
If I navigate to these locations, they all exist, and they contain the
MobileOrg folder contains agendas.org, checksums.dat, index.org,
mobileorg.org
/O/org folder contains, flagged.org, and todo.org (but I manually
created flagged.org, it is blank. And todo.org was of my own creation
from weeks ago.)
When I open mobileorg on my galaxy S4 and I sync mobileorg, however, I
can't see the contents of todo.org, which contains "my life"
essentially. I am selecting the Dropbox/apps/mobileorg folder to sync
from.
"Agenda views..."
"Agenda>Week-agenda (W34):...
ALL TODO>ToDo: ALL
Agenda and all TODO's>Week-agenda (W34):...
Agenda and all TODO's>ToDo: ALL"
Clicking anything in here is blank. I simply want to see my TODO items
in todo.org that I created some time ago...
Try to add your file todo.org to the file list for agenda:
- load todo.org into emacs
- C-c [ (Menu Org File-list-for-agenda)

HTH,
Robert
--
You received this message because you are subscribed to the Google Groups "mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobileorg-android+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mobileorg-android-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mobileorg-android.
For more options, visit https://groups.google.com/groups/opt_out.
Matthew Jones via mobileorg-android
2013-08-22 05:12:45 UTC
Permalink
Follow what Robert said... org-mobile from within emacs will only sync the
files you have specified in your org-agenda-files.

Here are my relevant entries in my config file:

(setq org-directory "~/org/")
(setq org-mobile-directory "/scpc:***@host:/home/user/org/")
(setq org-agenda-files '("~/org/personal.org"
"~/org/notes.org"
"~/org/projects.org"
"~/org/work.org"))

That's literally all you need to do, note that my org-mobile-directory is
on a remote system.

Also... I might add that you were following instructions on the IOS app's
documentation site... it looks like you never referenced the Android app's
wiki:
https://github.com/matburt/mobileorg-android/wiki/Documentation

Or the documentation on the org-mode site itself:
http://orgmode.org/manual/MobileOrg.html#MobileOrg

Which would have shown you what to do.
Post by James Hughes via mobileorg-android
I am relatively new to emacs and org mode. Very new to mobileorg. I have
installed Aquamacs on my macbook pro. I have installed emacsforwindows on
my windows machine. I am keeping one .org file in my dropbox called
todo.org. It is located at /dropbox/o/org/todo.org. I have been able to
sync these via dropbox seamlessly and my updates appear on both machines.
http://mobileorg.ncogni.to/doc/getting-started/using-dropbox/ onto my
Galaxy S4 (Verizon)
The first problem I encountered was mobileorg not syncing to dropbox. I
solved that by updating the version of org-mode in aquamacs to version
8.0.7. M-x org-version confirms that this is my version inside of aquamacs.
I also learned that I have to first run M-x org-mobile-push, which pushed
the data to the server and thus generated the necessary files in my dropbox.
;; Set to the location of your Org files on your local system
(setq org-directory "~/Dropbox/O/org")
;; Set to the name of the file where new notes will be stored
(setq org-mobile-inbox-for-pull "~/Dropbox/O/org/flagged.org")
;; Set to <your Dropbox root directory>/MobileOrg.
(setq org-mobile-directory "~/Dropbox/Apps/MobileOrg")
If I navigate to these locations, they all exist, and they contain the
MobileOrg folder contains agendas.org, checksums.dat, index.org,
mobileorg.org
/O/org folder contains, flagged.org, and todo.org (but I manually created
flagged.org, it is blank. And todo.org was of my own creation from weeks
ago.)
When I open mobileorg on my galaxy S4 and I sync mobileorg, however, I
can't see the contents of todo.org, which contains "my life" essentially.
I am selecting the Dropbox/apps/mobileorg folder to sync from.
"Agenda views..."
"Agenda>Week-agenda (W34):...
ALL TODO>ToDo: ALL
Agenda and all TODO's>Week-agenda (W34):...
Agenda and all TODO's>ToDo: ALL"
Clicking anything in here is blank. I simply want to see my TODO items in
todo.org that I created some time ago...
Thanks for any help.
--
You received this message because you are subscribed to the Google Groups "mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobileorg-android+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mobileorg-android-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mobileorg-android.
For more options, visit https://groups.google.com/groups/opt_out.
James Hughes via mobileorg-android
2013-08-27 20:24:46 UTC
Permalink
Thanks all for your help. I had seen your second link, Matthew, but not the
first. Nonetheless I have it all sorted out now.
Thanks!
Post by Matthew Jones via mobileorg-android
Follow what Robert said... org-mobile from within emacs will only sync the
files you have specified in your org-agenda-files.
(setq org-directory "~/org/")
(setq org-agenda-files '("~/org/personal.org"
"~/org/notes.org"
"~/org/projects.org"
"~/org/work.org"))
That's literally all you need to do, note that my org-mobile-directory is
on a remote system.
Also... I might add that you were following instructions on the IOS app's
documentation site... it looks like you never referenced the Android app's
https://github.com/matburt/mobileorg-android/wiki/Documentation
http://orgmode.org/manual/MobileOrg.html#MobileOrg
Which would have shown you what to do.
Post by James Hughes via mobileorg-android
I am relatively new to emacs and org mode. Very new to mobileorg. I have
installed Aquamacs on my macbook pro. I have installed emacsforwindows on
my windows machine. I am keeping one .org file in my dropbox called
todo.org. It is located at /dropbox/o/org/todo.org. I have been able to
sync these via dropbox seamlessly and my updates appear on both machines.
http://mobileorg.ncogni.to/doc/getting-started/using-dropbox/ onto my
Galaxy S4 (Verizon)
The first problem I encountered was mobileorg not syncing to dropbox. I
solved that by updating the version of org-mode in aquamacs to version
8.0.7. M-x org-version confirms that this is my version inside of aquamacs.
I also learned that I have to first run M-x org-mobile-push, which pushed
the data to the server and thus generated the necessary files in my dropbox.
;; Set to the location of your Org files on your local system
(setq org-directory "~/Dropbox/O/org")
;; Set to the name of the file where new notes will be stored
(setq org-mobile-inbox-for-pull "~/Dropbox/O/org/flagged.org")
;; Set to <your Dropbox root directory>/MobileOrg.
(setq org-mobile-directory "~/Dropbox/Apps/MobileOrg")
If I navigate to these locations, they all exist, and they contain the
MobileOrg folder contains agendas.org, checksums.dat, index.org,
mobileorg.org
/O/org folder contains, flagged.org, and todo.org (but I manually
created flagged.org, it is blank. And todo.org was of my own creation
from weeks ago.)
When I open mobileorg on my galaxy S4 and I sync mobileorg, however, I
can't see the contents of todo.org, which contains "my life"
essentially. I am selecting the Dropbox/apps/mobileorg folder to sync from.
"Agenda views..."
"Agenda>Week-agenda (W34):...
ALL TODO>ToDo: ALL
Agenda and all TODO's>Week-agenda (W34):...
Agenda and all TODO's>ToDo: ALL"
Clicking anything in here is blank. I simply want to see my TODO items in
todo.org that I created some time ago...
Thanks for any help.
--
You received this message because you are subscribed to the Google Groups "mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobileorg-android+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mobileorg-android-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mobileorg-android.
For more options, visit https://groups.google.com/groups/opt_out.
Loading...