Ian van der Neut via mobileorg-android
2013-03-19 19:09:46 UTC
Hello,
I have the following in my configuration:
(require 'org-mobile)
(setq org-directory "~/.notes")
(setq org-mobile-directory "/scpc:some-shell-host:/home/ian/notes/")
(setq org-mobile-inbox-for-pull "~/.notes/index.org")
(setq org-mobile-files (list "~/.notes/index.org" "~/.notes/bugs.org"
"~/.notes/journal.org" "~/.notes/someday.org"
"~/.notes/tasks.org"))
I push notes from box at work (emacs 23.something, org mode no idea). Anyway, this works fine and my android app sees the updates like I expect.
I have the same code in my configuration at home (emacs 24.2.1 (fedora 18), org version 7.8.11).
So, now at home I want to M-x org-mobile-pull and it says "No new items". But if I org-mobile-push, it will push the obsolete notes in ~/.notes to the staging directory (I made a backup before I did this and restored order).
What am I doing wrong?
Thank you in advance,
Ian.
I have the following in my configuration:
(require 'org-mobile)
(setq org-directory "~/.notes")
(setq org-mobile-directory "/scpc:some-shell-host:/home/ian/notes/")
(setq org-mobile-inbox-for-pull "~/.notes/index.org")
(setq org-mobile-files (list "~/.notes/index.org" "~/.notes/bugs.org"
"~/.notes/journal.org" "~/.notes/someday.org"
"~/.notes/tasks.org"))
I push notes from box at work (emacs 23.something, org mode no idea). Anyway, this works fine and my android app sees the updates like I expect.
I have the same code in my configuration at home (emacs 24.2.1 (fedora 18), org version 7.8.11).
So, now at home I want to M-x org-mobile-pull and it says "No new items". But if I org-mobile-push, it will push the obsolete notes in ~/.notes to the staging directory (I made a backup before I did this and restored order).
What am I doing wrong?
Thank you in advance,
Ian.