emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ken Mankoff <mankoff@gmail.com>
To: Sean Escriva <sean.escriva@gmail.com>
Cc: David Masterson <dsmasterson@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: MobileOrg
Date: Mon, 3 Mar 2014 14:29:05 -0500 (EST)	[thread overview]
Message-ID: <alpine.OSX.2.00.1403031426440.55327@tbetbambyn.jubv.rqh> (raw)
In-Reply-To: <m2k3cbf5ro.fsf@webframp.com>


Some more tips:

* I have some code to monitor the mobile org file that changes and 
automagically update the desktop based Org. This means if you forget 
to push and the mobile Org is stale, you can also remotely force a 
push by adding a dummy item and syncing 2x.

http://kenmankoff.com/2012/08/17/emacs-org-mode-and-mobileorg-auto-sync/

* You can add "#+FILETAGS: REFILE" to the top of the file where 
mobile items get synced, and then in a custom agenda make sure those 
all appear in a section so you remember to file them once they are 
on the desktop Org. (C-w).

Hope this helps,

   -k.


On Mon, 3 Mar 2014, Sean Escriva wrote:

>
> Hi David,
>
> Yes, the maintainers are watching this list :) I'm one of them.
>
> It looks like John gave a nice thorough answer for most things, so I
> won't repeat his responses.
>
> David Masterson <dsmasterson@gmail.com> writes:
>> Anyone using MobileOrg on iOS?  I can't figure out how to set it up from
>> the documentation -- I think I'm missing something.  I have a number of
>> questions:
>>
>> 1. What needs to be setup for the first time push from Emacs to the
>> Dropbox Apps/MobileOrg directory?
>
> You will need to define org-mobile-directory, using Dropbox the correct
> default setting is: "~/Dropbox/Apps/MobileOrg"
>
> For example, I have
>
> (setq org-mobile-directory "~/Dropbox/Apps/MobileOrg")
>
> in my config.
>
> Then you can org-mobile-push to stage your files in this location.
>
> You should not manually create any folders in Dropbox.
>
>>
>> 2. What should the results of the first time push be that I should check
>> to ensure that it worked?
>
> Your org-agenda-files will be staged and an index.org file and
> checksums.dat will be created.
>
>>
>> 3. What is MobileOrg looking for in the Dropbox directory?
>
> MobileOrg needs to be authorized as a dropbox app, this step will create
> the correct path.
>
>>
>> 4. What do I need to configure in MobileOrg?
>>
>> 5. What will MobileOrg put back in the Dropbox directory?
>>
>> 6. What do I need to do to get Emacs to pull from the Dropbox directory?
>
> org-mobile-pull will pull in changes.
>
>>
>> And so on.  Are the maintainers of MobileOrg watching this mailing list?
>
> A while back I outlined basic troubleshooting steps that should help:
> https://github.com/MobileOrg/mobileorg/wiki/Troubleshooting
>
> Feel free to contact me directly with questions or hop in #mobileorg on
> freenode irc if that's better for you.
>
> I started work on an improved documentation site, but it needs an
> overhaul to be easier for others to contribute.
>
>

  reply	other threads:[~2014-03-03 19:29 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-28  4:34 MobileOrg David Masterson
2014-03-01  7:07 ` MobileOrg Bastien
2014-03-02  3:14 ` MobileOrg John Hendy
2014-03-02  3:20   ` MobileOrg John Hendy
2014-03-03 19:20 ` MobileOrg Sean Escriva
2014-03-03 19:29   ` Ken Mankoff [this message]
2014-03-15  0:12   ` MobileOrg Aric Gregson
2014-03-15  0:50     ` MobileOrg Sean Escriva
2014-03-15  0:59       ` MobileOrg Aric Gregson
2014-06-25 18:56       ` MobileOrg Aric Gregson
2014-06-25 19:17         ` MobileOrg Nick Dokos
2014-07-04  0:47           ` MobileOrg Aric Gregson
2014-07-04 13:14             ` MobileOrg Nick Dokos
2014-07-04 13:17             ` MobileOrg Nick Dokos
  -- strict thread matches above, loose matches on Subject: below --
2015-11-20 14:14 MobileOrg Peter Davis
2015-11-20 20:58 ` MobileOrg dean
2015-11-21 15:42   ` MobileOrg Peter Davis
2015-11-21 18:44     ` MobileOrg John Hendy
2015-11-21 23:24       ` MobileOrg Peter Davis
2015-11-21 23:39         ` MobileOrg John Hendy
2015-11-21 19:07     ` MobileOrg Ed Hirgelt
2015-11-21 21:17       ` MobileOrg John Hendy
2015-11-21 22:05         ` MobileOrg dean
2015-11-21 22:52       ` MobileOrg Peter Davis
2015-11-21 23:25         ` MobileOrg John Hendy
2015-11-21 23:30         ` MobileOrg dean
2015-11-21 23:52           ` MobileOrg Peter Davis
2015-11-22  6:34             ` MobileOrg dean
2015-11-22 13:43               ` MobileOrg Peter Davis
2014-08-06 14:07 MobileOrg Noah Slater
2014-08-06 16:11 ` MobileOrg Subhan Michael Tindall
2014-08-06 16:33   ` MobileOrg Alexis
2014-08-06 18:33     ` MobileOrg Xebar Saram
2014-08-14  1:50       ` MobileOrg Sean Escriva
2013-03-13 13:09 mobileorg Marvin Doyley
2013-03-13 13:53 ` mobileorg Rainer M Krug
2013-03-14 11:13   ` mobileorg Rasmus

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=alpine.OSX.2.00.1403031426440.55327@tbetbambyn.jubv.rqh \
    --to=mankoff@gmail.com \
    --cc=dsmasterson@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=sean.escriva@gmail.com \
    /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).