emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Public TODO agendas


From: Tim Cross
Subject: Re: [O] Public TODO agendas
Date: Tue, 21 Nov 2017 08:07:12 +1100
User-agent: mu4e 0.9.18; emacs 25.3.1

I don't think tramp will work in this way, at least not without some
sort of special client running on the remote http server and
modifications to tramp to work with that client. The HTTP protocol will
not easily fit with tramp - in fact, it is such a big 'disconnect'
between tramp and http, you really would be trying to push a round peg
into a square hole. It would be far easier to use other built-in bits of
Emacs functionality along with some sort of remote http service agent to
satisfy this use case (assuming you want bi-directional updates
i.e. pull down an org file, update and push back up - just pulling down
the file and appending it would be easy enough, but going the other way
adds a lot of additional complexity). 

Perhaps this is more something which could fit in with mobile org
efforts?

Tim



Eric S Fraga <address@hidden> writes:

> On Monday, 20 Nov 2017 at 21:13, address@hidden wrote:
>> I have similar function requirement. Based on your TRAMP method, I think
>> remote file are just can be transported through any protocols like HTTP,
>> for example remote file like http://example.org/test.org can be downloaded,
>> then append to org-agenda files list. This is just an rough idea.
>
> I am not sure this is possible.  If I try http: as the protocol, tramp
> tells me that only localhost is allowed.  Maybe I do not have tramp
> configured properly?


-- 
Tim Cross



reply via email to

[Prev in Thread] Current Thread [Next in Thread]