* MobileOrg: index.org links files to the wrong folder
@ 2016-07-09 3:21 Martin Leduc
2016-07-20 8:07 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Martin Leduc @ 2016-07-09 3:21 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I really enjoy the MobileOrg project. However, since some time, I cannot
access my org files anymore from my iPhone (I see the file names, but
nodes are empty). After some search, I found that the links made in the
index.org point relatively to the org-directory while they are supposed
(if I'm understanding correctly) to point to the org files in the same
directory as the index.org (that is in org-mobile-directory). My emacs
configuration is the following:
(setq org-directory "~/Dropbox/env/org-mode-files")
(setq org-mobile-inbox-for-pull "~/Dropbox/env/org-mode-files/flagged.org")
(setq org-mobile-directory "~/Dropbox/Apps/MobileOrg")
(setq org-mobile-files '("~/org-mode-files/test.org"))
The generated index.org file in MobileOrg/ looks like:
#+READONLY
#+TODO: TODO
#+TODO: NEXT WAITING SOMEDAY |
#+TAGS: @HOME WORK EMAIL CALL READ ERRAND AGENDAS
#+ALLPRIORITIES: A B C
* [[file:agendas.org][Agenda Views]]
* [[file:~/org-mode-files/test.org][test.org]]
The test.org file cannot be read from my iPhone since only the
org-mobile-directory is accessible to it.
I cannot see from the code or my configuration what causes this
behavior, but if I'm going back to this specific commit:
commit 74d3bd484fc0c79fd51302922c0eee8c3042fe14
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Date: Sun Apr 17 17:00:14 2016 +0200
the org-mobile-push now creates the index.org correctly with the last
line as follows :
* [[file:test.org][test.org]]
So I see three possibilities: (1) I need to use a different emacs
configuration since this commit, (2) there is some bug in the code or
(3) I missed an important detail.
Thank you in advance for helping,
Martin
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: MobileOrg: index.org links files to the wrong folder
2016-07-09 3:21 MobileOrg: index.org links files to the wrong folder Martin Leduc
@ 2016-07-20 8:07 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2016-07-20 8:07 UTC (permalink / raw)
To: Martin Leduc; +Cc: emacs-orgmode
Hello,
Martin Leduc <ldcmrtn@gmail.com> writes:
> The generated index.org file in MobileOrg/ looks like:
>
> #+READONLY
> #+TODO: TODO
> #+TODO: NEXT WAITING SOMEDAY |
> #+TAGS: @HOME WORK EMAIL CALL READ ERRAND AGENDAS
> #+ALLPRIORITIES: A B C
> * [[file:agendas.org][Agenda Views]]
> * [[file:~/org-mode-files/test.org][test.org]]
>
> The test.org file cannot be read from my iPhone since only the
> org-mobile-directory is accessible to it.
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-20 8:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-09 3:21 MobileOrg: index.org links files to the wrong folder Martin Leduc
2016-07-20 8:07 ` Nicolas Goaziou
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).