Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-18 Thread Daniel Martins
Matthew,

Just a suggestion for newbies.

Could you generate a video of MobileOrg Android similar to those of
the MobileOrg Iphone.

I am still open to suggestions of Android smartphones.

If I need to access a remote ssh account and open Emacs, the available
keyborards are OK?

Daniel


PS I "bought"  an Android phone called Motorola Quench but due to a
"misunderstanding" with the operator I was forced to cancel the
purchase. (I am still very annoyed with this problem)



2010/4/13 Matthew Jones :
> I am the developer/maintainer of MobileOrg for Android and I'd appreciate
> any feedback on the application.   You can find more information and
> download links on the
> wiki: http://wiki.github.com/matburt/mobileorg-android/
> 73,
> Matthew W. Jones (KI4ZIB)
> http://matburt.net
>
>
> On Mon, Apr 12, 2010 at 10:08 PM, Daniel Martins 
> wrote:
>>
>> Please, share your first impressions!!! I just bought an Android phone
>> and would like to take similar routes.
>>
>> Daniel
>>
>> 2010/2/16 David Rogoff :
>> > On 2010-02-16 13:47:59 -0800, Tom Tobin said:
>> >
>> >> On Tue, Feb 16, 2010 at 12:18 PM, David Rogoff 
>> >> wrote:
>> >>>
>> >>> Hi all.
>> >>>
>> >>> New org-mode convert also looking at new phones.  It looks like
>> >>> theMoto
>> >>> Droid would be great for running org-mode.  Has anyone ported emacs to
>> >>> this
>> >>> platform and gotten org-mode running?
>> >>
>> >> I just switched from my iPhone back to an Android phone; I came across
>> >> this project:
>> >>
>> >> http://github.com/matburt/mobileorg-android
>> >>
>> >> I haven't tried it yet, though.
>> >
>> > Thanks - I'll take a look.
>> >
>> >
>> >
>> >
>> > ___
>> > Emacs-orgmode mailing list
>> > Please use `Reply All' to send replies to the list.
>> > Emacs-orgmode@gnu.org
>> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>> >
>>
>>
>> ___
>> Emacs-orgmode mailing list
>> Please use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Nick Dokos
Mark Elston  wrote:

> Nick,
> 
> What do you have in your .netrc (besides passwords and such)...
> 
> Mark
> 

I registered for an account on mydrive.ch and added the following to
my .netrc (with the obvious changes):

,
| ...
| machine webdav.mydrive.ch login luser passwd foobar
`

I was then able to run the following script successfully:

,
| #! /bin/bash
| 
| cadaver http://webdav.mydrive.ch << EOF
| put .profile profile
| quit
| EOF
`

Nick



> On 4/15/2010 12:57 PM, Nick Dokos wrote:
> > Mark Elston  wrote:
> >
> >> Nick,
> >>
> >> Thanks.  I'm already trying the script approach.  I have the
> >> following in a script:
> >>
> >>open https://webdav.mydrive.ch
> >>y
> >>
> >>
> >>cd org
> >>put Teaching.org
> >>put Home.org
> >>close
> >>exit
> >>
> >> The 'y' is to accept the untrusted server certificate.
> >>
> >> Unfortunately, even though this all works manually, when running it as:
> >>
> >>cadaver<  response.file
> >>
> >> it barfs on accepting the certificate.  Sigh.  Time to get the sources
> >> and try compiling a local version that doesn't ask to accept the
> >> cert and just goes on with the rest.
> >>
> >
> > On Linux, I can use the .netrc mechanism to log in to the server (simple
> > auth only), so the script does not have to worry about that. Don't know
> > whether this works with the cygwin version or how the certificate
> > complicates things.  Using this mechanism, the following script works:
> >
> > ,
> > | #! /bin/bash
> > |
> > | cadaver http://alphaville.usa.hp.com/org<<  EOF
> > | put foo.org bar.org
> > | quit
> > | EOF
> > `
> >
> > Nick
> 


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston

Nick

Thanks.  I had read on the mydrive website that we needed to use
https instead of http.  When I switched to http it works fine...

The cert problem should have led me in that direction anyway...

Now to finish my installation...

Mark

On 4/15/2010 1:46 PM, Nick Dokos wrote:

Mark Elston  wrote:


Nick,

What do you have in your .netrc (besides passwords and such)...

Mark



I registered for an account on mydrive.ch and added the following to
my .netrc (with the obvious changes):

,
| ...
| machine webdav.mydrive.ch login luser passwd foobar
`

I was then able to run the following script successfully:

,
| #! /bin/bash
|
| cadaver http://webdav.mydrive.ch<<  EOF
| put .profile profile
| quit
| EOF
`

Nick





___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston

Nick,

I have gotten cadaver running and can use it to connect to mydrive.ch.
How do I integrate this in with MobileOrg?

Mark

On 4/14/2010 9:08 PM, Nick Dokos wrote:

Mark Elston  wrote:



I am having trouble getting a command-line connection to *any* of these
services.  I have tried mydrive.ch and box.net both and can get a
web-based connection but cannot get scp or any other mechanism to work.
I have Windows Vista and the latest Cygwin tools installed.

Until I can figure out how to make this work I'm afraid that MobileOrg
is not going to work for me.



There is a command-line webdav client for Unix called ``cadaver''. The
web page

 http://webdav.org/cadaver/

indicates that there is a Cygwin port.

HTH,
Nick





___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Nick Dokos
Mark Elston  wrote:

> Nick,
> 
> What do you have in your .netrc (besides passwords and such)...
> 
> Mark
> 

The format is described in the cadaver manual page - the relevant line
looks like this

,
| ...
| machine host.domain.com login luser passwd foobar
`

Most programs will refuse to use it however if the permissions are too
loose: mine are set to rw--- and the file is owned by me. Insert
standard caveat about cygwin here.

Nick


> On 4/15/2010 12:57 PM, Nick Dokos wrote:
> > Mark Elston  wrote:
> >
> >> Nick,
> >>
> >> Thanks.  I'm already trying the script approach.  I have the
> >> following in a script:
> >>
> >>open https://webdav.mydrive.ch
> >>y
> >>
> >>
> >>cd org
> >>put Teaching.org
> >>put Home.org
> >>close
> >>exit
> >>
> >> The 'y' is to accept the untrusted server certificate.
> >>
> >> Unfortunately, even though this all works manually, when running it as:
> >>
> >>cadaver<  response.file
> >>
> >> it barfs on accepting the certificate.  Sigh.  Time to get the sources
> >> and try compiling a local version that doesn't ask to accept the
> >> cert and just goes on with the rest.
> >>
> >
> > On Linux, I can use the .netrc mechanism to log in to the server (simple
> > auth only), so the script does not have to worry about that. Don't know
> > whether this works with the cygwin version or how the certificate
> > complicates things.  Using this mechanism, the following script works:
> >
> > ,
> > | #! /bin/bash
> > |
> > | cadaver http://alphaville.usa.hp.com/org<<  EOF
> > | put foo.org bar.org
> > | quit
> > | EOF
> > `
> >
> > Nick
> 
> 
> ___
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston

Nick,

What do you have in your .netrc (besides passwords and such)...

Mark

On 4/15/2010 12:57 PM, Nick Dokos wrote:

Mark Elston  wrote:


Nick,

Thanks.  I'm already trying the script approach.  I have the
following in a script:

   open https://webdav.mydrive.ch
   y
   
   
   cd org
   put Teaching.org
   put Home.org
   close
   exit

The 'y' is to accept the untrusted server certificate.

Unfortunately, even though this all works manually, when running it as:

   cadaver<  response.file

it barfs on accepting the certificate.  Sigh.  Time to get the sources
and try compiling a local version that doesn't ask to accept the
cert and just goes on with the rest.



On Linux, I can use the .netrc mechanism to log in to the server (simple
auth only), so the script does not have to worry about that. Don't know
whether this works with the cygwin version or how the certificate
complicates things.  Using this mechanism, the following script works:

,
| #! /bin/bash
|
| cadaver http://alphaville.usa.hp.com/org<<  EOF
| put foo.org bar.org
| quit
| EOF
`

Nick



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston

Matthew,

The problem is that I am not even getting that far.  I cannot get an
automated mechanism to copy the files.  As I pointed out below the
cadaver tool is failing, when using the script, to even connect to
the server.

Mark

On 4/15/2010 1:16 PM, Matthew Jones wrote:

Make sure you check what 'org-mobile-push' generates when
synchronizing... we look for an index.org  and
checksums.dat file.   In MobileOrg the server path will need to be the
path to your index.org  file

73,
Matthew W. Jones (KI4ZIB)
http://matburt.net


On Thu, Apr 15, 2010 at 3:36 PM, Mark Elston mailto:m_els...@comcast.net>> wrote:

Nick,

Thanks.  I'm already trying the script approach.  I have the
following in a script:

  open https://webdav.mydrive.ch
  y


  cd org
  put Teaching.org
  put Home.org
  close
  exit

The 'y' is to accept the untrusted server certificate.

Unfortunately, even though this all works manually, when running it as:

  cadaver < response.file

it barfs on accepting the certificate.  Sigh.  Time to get the sources
and try compiling a local version that doesn't ask to accept the
cert and just goes on with the rest.

Mark




___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Matthew Jones
Make sure you check what 'org-mobile-push' generates when synchronizing...
we look for an index.org and checksums.dat file.   In MobileOrg the server
path will need to be the path to your index.org file

73,
Matthew W. Jones (KI4ZIB)
http://matburt.net


On Thu, Apr 15, 2010 at 3:36 PM, Mark Elston  wrote:

> Nick,
>
> Thanks.  I'm already trying the script approach.  I have the
> following in a script:
>
>  open https://webdav.mydrive.ch
>  y
>  
>  
>  cd org
>  put Teaching.org
>  put Home.org
>  close
>  exit
>
> The 'y' is to accept the untrusted server certificate.
>
> Unfortunately, even though this all works manually, when running it as:
>
>  cadaver < response.file
>
> it barfs on accepting the certificate.  Sigh.  Time to get the sources
> and try compiling a local version that doesn't ask to accept the
> cert and just goes on with the rest.
>
> Mark
>
>
> On 4/15/2010 12:31 PM, Nick Dokos wrote:
>
>> Mark Elston  wrote:
>>
>>  Nick,
>>>
>>> I have gotten cadaver running and can use it to connect to mydrive.ch.
>>> How do I integrate this in with MobileOrg?
>>>
>>> Mark
>>>
>>>
>> [adding to my previous mail...]
>>
>> There are some examples (using scp) of setting up the
>> org-mobile-post-push-hook in Appendix B.1 of the Org manual.  You might
>> have to write a script to get cadaver to do what you want and then have
>> the hook call the script: afaics, you can't just use the "scp src dest"
>> command line paradigm.
>>
>> Nick
>>
>
>
> ___
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Nick Dokos
Mark Elston  wrote:

> Nick,
> 
> Thanks.  I'm already trying the script approach.  I have the
> following in a script:
> 
>   open https://webdav.mydrive.ch
>   y
>   
>   
>   cd org
>   put Teaching.org
>   put Home.org
>   close
>   exit
> 
> The 'y' is to accept the untrusted server certificate.
> 
> Unfortunately, even though this all works manually, when running it as:
> 
>   cadaver < response.file
> 
> it barfs on accepting the certificate.  Sigh.  Time to get the sources
> and try compiling a local version that doesn't ask to accept the
> cert and just goes on with the rest.
> 

On Linux, I can use the .netrc mechanism to log in to the server (simple
auth only), so the script does not have to worry about that. Don't know
whether this works with the cygwin version or how the certificate
complicates things.  Using this mechanism, the following script works:

,
| #! /bin/bash
| 
| cadaver http://alphaville.usa.hp.com/org << EOF
| put foo.org bar.org
| quit
| EOF
`

Nick

> 
> On 4/15/2010 12:31 PM, Nick Dokos wrote:
> > Mark Elston  wrote:
> >
> >> Nick,
> >>
> >> I have gotten cadaver running and can use it to connect to mydrive.ch.
> >> How do I integrate this in with MobileOrg?
> >>
> >> Mark
> >>
> >
> > [adding to my previous mail...]
> >
> > There are some examples (using scp) of setting up the
> > org-mobile-post-push-hook in Appendix B.1 of the Org manual.  You might
> > have to write a script to get cadaver to do what you want and then have
> > the hook call the script: afaics, you can't just use the "scp src dest"
> > command line paradigm.
> >
> > Nick
> 


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston

Nick,

Thanks.  I'm already trying the script approach.  I have the
following in a script:

  open https://webdav.mydrive.ch
  y
  
  
  cd org
  put Teaching.org
  put Home.org
  close
  exit

The 'y' is to accept the untrusted server certificate.

Unfortunately, even though this all works manually, when running it as:

  cadaver < response.file

it barfs on accepting the certificate.  Sigh.  Time to get the sources
and try compiling a local version that doesn't ask to accept the
cert and just goes on with the rest.

Mark

On 4/15/2010 12:31 PM, Nick Dokos wrote:

Mark Elston  wrote:


Nick,

I have gotten cadaver running and can use it to connect to mydrive.ch.
How do I integrate this in with MobileOrg?

Mark



[adding to my previous mail...]

There are some examples (using scp) of setting up the
org-mobile-post-push-hook in Appendix B.1 of the Org manual.  You might
have to write a script to get cadaver to do what you want and then have
the hook call the script: afaics, you can't just use the "scp src dest"
command line paradigm.

Nick



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Nick Dokos
Mark Elston  wrote:

> Nick,
> 
> I have gotten cadaver running and can use it to connect to mydrive.ch.
> How do I integrate this in with MobileOrg?
> 
> Mark
> 

[adding to my previous mail...]

There are some examples (using scp) of setting up the
org-mobile-post-push-hook in Appendix B.1 of the Org manual.  You might
have to write a script to get cadaver to do what you want and then have
the hook call the script: afaics, you can't just use the "scp src dest"
command line paradigm.

Nick

> On 4/14/2010 9:08 PM, Nick Dokos wrote:
> > Mark Elston  wrote:
> >
> >
> >> I am having trouble getting a command-line connection to *any* of these
> >> services.  I have tried mydrive.ch and box.net both and can get a
> >> web-based connection but cannot get scp or any other mechanism to work.
> >> I have Windows Vista and the latest Cygwin tools installed.
> >>
> >> Until I can figure out how to make this work I'm afraid that MobileOrg
> >> is not going to work for me.
> >>
> >
> > There is a command-line webdav client for Unix called ``cadaver''. The
> > web page
> >
> >  http://webdav.org/cadaver/
> >
> > indicates that there is a Cygwin port.
> >
> > HTH,
> > Nick
> >
> 


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Nick Dokos
Mark Elston  wrote:

> Nick,
> 
> I have gotten cadaver running and can use it to connect to mydrive.ch.
> How do I integrate this in with MobileOrg?
> 
> Mark

Mark,

No idea: I've never used either MobileOrg or cadaver. But it's supposed
to work more or less like a command-line ftp (or smb or scp or rsync or ...)
client, so you can use it to copy a file from your machine up to the
WevDAV directory.

>From what I can gather, you'll need to customize the variable
org-mobile-post-push-hook to somehow do the copying (and presumably
org-mobile-pre-pull-hook to do the copying the other way); but what
exactly you have to do, I don't know.

HTH,
Nick

> 
> On 4/14/2010 9:08 PM, Nick Dokos wrote:
> > Mark Elston  wrote:
> >
> >
> >> I am having trouble getting a command-line connection to *any* of these
> >> services.  I have tried mydrive.ch and box.net both and can get a
> >> web-based connection but cannot get scp or any other mechanism to work.
> >> I have Windows Vista and the latest Cygwin tools installed.
> >>
> >> Until I can figure out how to make this work I'm afraid that MobileOrg
> >> is not going to work for me.
> >>
> >
> > There is a command-line webdav client for Unix called ``cadaver''. The
> > web page
> >
> >  http://webdav.org/cadaver/
> >
> > indicates that there is a Cygwin port.
> >
> > HTH,
> > Nick
> >
> 


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston

On 4/14/2010 9:01 PM, Matthew Jones wrote:

Could you just map the drive and treat it like a local disk?

There was a post about it a little while ago:
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg21513.html

73,
Matthew W. Jones (KI4ZIB)
http://matburt.net




The problem is that, in Vista, there doesn't seem to be a way to
map to a drive.  I get an entry in the Network Places but mapping
to a drive fails no matter what I try (at least with mydrive.ch and
box.net).

Without the drive mapping I am at a loss.

Nick mentioned cadaver (and a cygwin port).  I will look into that.

Mark


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Sven Bretfeld
Mark Elston  writes:

> On 4/14/2010 2:36 PM, Sven Bretfeld wrote:
>> Matthew Jones  writes:
>>
>>> There are plenty of free webdav services out there, a quick google search 
>>> came
>>> up with a few...  I haven't used any of them as I run my own on my VPS, but
>>> check out http://www.box.net or http://mydisk.se
>>
>>> Any of these should work fine with MobileOrg
>>
>> I use mydisk.se with MobileOrg for Android. It's definitely working. But
>> it's only free for some weeks, but not very expensive after that.
>>
>> Greetings,
>>
>> Sven
>
> I am having trouble getting a command-line connection to *any* of these
> services.  I have tried mydrive.ch and box.net both and can get a
> web-based connection but cannot get scp or any other mechanism to work.
> I have Windows Vista and the latest Cygwin tools installed.

I use davfs to mount the Webdav-share on my Debian system. I don't know
if this works with Cygwin. This is what I have in my /etc/fstab:

https://mydisk.se/myusername /home/sven/webdav davfs user,noauto 0 0

The login information is in a file called /etc/davfs2/secrets.

With this setup, the command 'mount ~/webdav' is all that's necessary.

Good luck

Sven


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Eric S Fraga
On Thu, 15 Apr 2010 00:01:29 -0400, Matthew Jones  wrote:

> Could you just map the drive and treat it like a local disk?
> 
> There was a post about it a little while ago:
> http://www.mail-archive.com/emacs-orgmode@gnu.org/msg21513.html
> 
> 73,
> Matthew W. Jones (KI4ZIB)
> http://matburt.net
> 
> 
> On Wed, Apr 14, 2010 at 11:21 PM, Mark Elston  wrote:
> > I am having trouble getting a command-line connection to *any* of these
> > services.  I have tried mydrive.ch and box.net both and can get a
> > web-based connection but cannot get scp or any other mechanism to work.
> > I have Windows Vista and the latest Cygwin tools installed.
> >
> > Until I can figure out how to make this work I'm afraid that MobileOrg
> > is not going to work for me.
> >
> > Mark

My suggestion as well.  I tried out mydisk.se last year and used it by
simply mounting it as a file system on my own system.  It was a little
slow at times but worked perfectly fine otherwise.


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-14 Thread Nick Dokos
Mark Elston  wrote:


> I am having trouble getting a command-line connection to *any* of these
> services.  I have tried mydrive.ch and box.net both and can get a
> web-based connection but cannot get scp or any other mechanism to work.
> I have Windows Vista and the latest Cygwin tools installed.
> 
> Until I can figure out how to make this work I'm afraid that MobileOrg
> is not going to work for me.
> 

There is a command-line webdav client for Unix called ``cadaver''. The
web page

http://webdav.org/cadaver/

indicates that there is a Cygwin port.

HTH,
Nick


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-14 Thread Matthew Jones
Could you just map the drive and treat it like a local disk?

There was a post about it a little while ago:
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg21513.html

73,
Matthew W. Jones (KI4ZIB)
http://matburt.net


On Wed, Apr 14, 2010 at 11:21 PM, Mark Elston  wrote:

> Sven,
>
>
> On 4/14/2010 2:36 PM, Sven Bretfeld wrote:
>
>> Matthew Jones  writes:
>>
>>  There are plenty of free webdav services out there, a quick google search
>>> came
>>> up with a few...  I haven't used any of them as I run my own on my VPS,
>>> but
>>> check out http://www.box.net or http://mydisk.se
>>>
>>
>>  Any of these should work fine with MobileOrg
>>>
>>
>> I use mydisk.se with MobileOrg for Android. It's definitely working. But
>> it's only free for some weeks, but not very expensive after that.
>>
>> Greetings,
>>
>> Sven
>>
>
> I am having trouble getting a command-line connection to *any* of these
> services.  I have tried mydrive.ch and box.net both and can get a
> web-based connection but cannot get scp or any other mechanism to work.
> I have Windows Vista and the latest Cygwin tools installed.
>
> Until I can figure out how to make this work I'm afraid that MobileOrg
> is not going to work for me.
>
> Mark
>
>
>
> ___
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-14 Thread Mark Elston

Sven,

On 4/14/2010 2:36 PM, Sven Bretfeld wrote:

Matthew Jones  writes:


There are plenty of free webdav services out there, a quick google search came
up with a few...  I haven't used any of them as I run my own on my VPS, but
check out http://www.box.net or http://mydisk.se



Any of these should work fine with MobileOrg


I use mydisk.se with MobileOrg for Android. It's definitely working. But
it's only free for some weeks, but not very expensive after that.

Greetings,

Sven


I am having trouble getting a command-line connection to *any* of these
services.  I have tried mydrive.ch and box.net both and can get a
web-based connection but cannot get scp or any other mechanism to work.
I have Windows Vista and the latest Cygwin tools installed.

Until I can figure out how to make this work I'm afraid that MobileOrg
is not going to work for me.

Mark


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-14 Thread Sven Bretfeld
Matthew Jones  writes:

> There are plenty of free webdav services out there, a quick google search came
> up with a few...  I haven't used any of them as I run my own on my VPS, but
> check out http://www.box.net or http://mydisk.se

> Any of these should work fine with MobileOrg

I use mydisk.se with MobileOrg for Android. It's definitely working. But
it's only free for some weeks, but not very expensive after that.

Greetings,

Sven


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-13 Thread Matthew Jones
There are plenty of free webdav services out there, a quick google search
came up with a few...  I haven't used any of them as I run my own on my VPS,
but check out http://www.box.net or http://mydisk.se

Any of these should work fine with MobileOrg

73,
Matthew W. Jones (KI4ZIB)
http://matburt.net


On Tue, Apr 13, 2010 at 1:54 PM, Mark Elston  wrote:

> On 4/13/2010 8:42 AM, Matthew Jones wrote:
>
>> I am the developer/maintainer of MobileOrg for Android and I'd
>> appreciate any feedback on the application.   You can find more
>> information and download links on the wiki:
>> http://wiki.github.com/matburt/mobileorg-android/
>>
>> 73,
>> Matthew W. Jones (KI4ZIB)
>> http://matburt.net
>>
>>
> I recently got a Droid (and am enjoying it) and would like to try out
> MobileOrg but don't have a WebDAV account and don't really want to
> spend money on one for just one purpose (MobileOrg).
>
> My ISP doesn't supply a WebDAV account but it does supply an FTP
> site.  Why can't MobileOrg support FTP for those who don't want to
> go to the trouble of buying an extra WebDAV account?
>
> Mark
>
>
>
> ___
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-13 Thread Mark Elston

On 4/13/2010 8:42 AM, Matthew Jones wrote:

I am the developer/maintainer of MobileOrg for Android and I'd
appreciate any feedback on the application.   You can find more
information and download links on the wiki:
http://wiki.github.com/matburt/mobileorg-android/

73,
Matthew W. Jones (KI4ZIB)
http://matburt.net



I recently got a Droid (and am enjoying it) and would like to try out
MobileOrg but don't have a WebDAV account and don't really want to
spend money on one for just one purpose (MobileOrg).

My ISP doesn't supply a WebDAV account but it does supply an FTP
site.  Why can't MobileOrg support FTP for those who don't want to
go to the trouble of buying an extra WebDAV account?

Mark


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-13 Thread Matthew Jones
I am the developer/maintainer of MobileOrg for Android and I'd appreciate
any feedback on the application.   You can find more information and
download links on the wiki:
http://wiki.github.com/matburt/mobileorg-android/

73,
Matthew W. Jones (KI4ZIB)
http://matburt.net


On Mon, Apr 12, 2010 at 10:08 PM, Daniel Martins wrote:

> Please, share your first impressions!!! I just bought an Android phone
> and would like to take similar routes.
>
> Daniel
>
> 2010/2/16 David Rogoff :
> > On 2010-02-16 13:47:59 -0800, Tom Tobin said:
> >
> >> On Tue, Feb 16, 2010 at 12:18 PM, David Rogoff 
> >> wrote:
> >>>
> >>> Hi all.
> >>>
> >>> New org-mode convert also looking at new phones.  It looks like theMoto
> >>> Droid would be great for running org-mode.  Has anyone ported emacs to
> this
> >>> platform and gotten org-mode running?
> >>
> >> I just switched from my iPhone back to an Android phone; I came across
> >> this project:
> >>
> >> http://github.com/matburt/mobileorg-android
> >>
> >> I haven't tried it yet, though.
> >
> > Thanks - I'll take a look.
> >
> >
> >
> >
> > ___
> > Emacs-orgmode mailing list
> > Please use `Reply All' to send replies to the list.
> > Emacs-orgmode@gnu.org
> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> >
>
>
> ___
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-12 Thread Daniel Martins
Please, share your first impressions!!! I just bought an Android phone
and would like to take similar routes.

Daniel

2010/2/16 David Rogoff :
> On 2010-02-16 13:47:59 -0800, Tom Tobin said:
>
>> On Tue, Feb 16, 2010 at 12:18 PM, David Rogoff 
>> wrote:
>>>
>>> Hi all.
>>>
>>> New org-mode convert also looking at new phones.  It looks like theMoto
>>> Droid would be great for running org-mode.  Has anyone ported emacs to this
>>> platform and gotten org-mode running?
>>
>> I just switched from my iPhone back to an Android phone; I came across
>> this project:
>>
>> http://github.com/matburt/mobileorg-android
>>
>> I haven't tried it yet, though.
>
> Thanks - I'll take a look.
>
>
>
>
> ___
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode