From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Landscheidt Subject: Re: Public TODO agendas Date: Tue, 21 Nov 2017 21:29:13 +0000 Message-ID: <874lpngw2e.fsf@passepartout.tim-landscheidt.de> References: <87lgj2vycc.fsf@gmail.com> <871sktt6z7.fsf@gmail.com> <87h8to3bi7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHG6k-0005oo-Oz for emacs-orgmode@gnu.org; Tue, 21 Nov 2017 16:29:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHG6h-0008Kl-M8 for emacs-orgmode@gnu.org; Tue, 21 Nov 2017 16:29:30 -0500 Received: from [195.159.176.226] (port=38735 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eHG6h-0008Jt-F1 for emacs-orgmode@gnu.org; Tue, 21 Nov 2017 16:29:27 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eHG6V-0001VI-Hn for emacs-orgmode@gnu.org; Tue, 21 Nov 2017 22:29:15 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Tim Cross wrote: > 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). > […] To point out what "easy enough" in Emacs means (for read-only access): M-x url-handler-mode RET, C-x C-f http://www.gnu.org/software/emacs/ RET :-). Tim