Re: [Orgmode] Mobile Org Sharing Questions

2010-05-04 Thread Marcelo de Moraes Serpa
Here's what I did: (defun org-mobile-pullpush nil nil (org-mobile-pull) (org-mobile-push)) (run-at-time "00:59" 3600 'org-mobile-pullpush) This way, if I had anything on the mobile device, I get it merged locally and then pushed back to mobile. Didn't use it

Re: [Orgmode] Mobile Org Sharing Questions

2010-04-23 Thread Greg Newman
You don't really need a cron to do the push/pull thing. What I have in my configs is the following. You can add org-mobile-pull to it to if you'd like: (run-at-time "00:59" 3600 'org-mobile-push) This runs a push for me every hour. If I'm not at my mac I still know that within the hour I'll hav

Re: [Orgmode] Mobile Org Sharing Questions

2010-04-23 Thread Matthew Jones
You could tie the push to the save hook fairly easily I would imagine. 73, Matthew W. Jones (KI4ZIB) http://matburt.net On Fri, Apr 23, 2010 at 5:04 PM, Marcelo de Moraes Serpa < celose...@gmail.com> wrote: > Cool! > > Auto-sync on start would be simple enough to implement (I think) and would >

Re: [Orgmode] Mobile Org Sharing Questions

2010-04-23 Thread Marcelo de Moraes Serpa
Cool! Auto-sync on start would be simple enough to implement (I think) and would help a lot, although I was thinking on a more deeply integration with the underlying OS, like, sync even when the app is closed (not sure you can have background services on the iPhone OS ?). As for the emacs side, a

Re: [Orgmode] Mobile Org Sharing Questions

2010-04-23 Thread Matthew Jones
That's an excellent idea I've considered adding an auto synchronization mode to the Android version, Richard would need to comment on the iPhone version. It may be one of those things where it would automatically sync when launched. 73, Matthew W. Jones (KI4ZIB) http://matburt.net On Fri, A

Re: [Orgmode] Mobile Org Sharing Questions

2010-04-23 Thread Marcelo de Moraes Serpa
On thing that I find could improve, though, is the workflow behind org-mobile pull/push. Having to push from emacs and pull and then having to update from the iPod/iPhone *manually* quickly becomes a hassle, and the result is that I end up not using it as much as I wanted to. I'm thinking about se

Re: [Orgmode] Mobile Org Sharing Questions

2010-04-23 Thread Marcelo de Moraes Serpa
Get an account at dreamhost, a domain, and buy SSL from them. I did that and it works great for me (I have setup a subdomain of my main domain to point to a SSL secured IP, which in turn, points to a virtualhost setup on VPS @ dreamhost, this virtualhost has WebDAV enabled and is password-protected

Re: [Orgmode] Mobile Org Sharing Questions

2010-04-23 Thread Matthew Jones
Hi David http://orgmode.org/org.html#Pulling-from-MobileOrg Currently you likely use org-mobile-push to put your files on the remote server. You should be able to use org-mobile-pull for retrieval, is this not the case? 73, Matthew W. Jones (KI4ZIB) http://matburt.net On Thu, Apr 22, 2010 at

[Orgmode] Mobile Org Sharing Questions

2010-04-23 Thread David Frascone
I know it's a bit of an RTFM, but, I'm trying to figure out the best way to keep my org-mode in sync with my iPhone (Using MobileOrg). And, I'm VERY new to orgmode, and a bit new to emacs. I can easily do a one way sync (org-mode to somewhere, via html), but I'm looking for a better way (two way