From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Crotti Subject: Full web server for org-mode Date: Sat, 31 Oct 2009 16:34:32 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4Guu-0007MM-6e for emacs-orgmode@gnu.org; Sat, 31 Oct 2009 12:35:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4Gup-0007Ka-LK for emacs-orgmode@gnu.org; Sat, 31 Oct 2009 12:35:03 -0400 Received: from [199.232.76.173] (port=53283 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4Gup-0007KS-9J for emacs-orgmode@gnu.org; Sat, 31 Oct 2009 12:34:59 -0400 Received: from lo.gmane.org ([80.91.229.12]:47381) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N4Guo-0001Aj-UO for emacs-orgmode@gnu.org; Sat, 31 Oct 2009 12:34:59 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N4Guk-00048F-Pw for emacs-orgmode@gnu.org; Sat, 31 Oct 2009 17:34:54 +0100 Received: from host63-85-static.24-87-b.business.telecomitalia.it ([87.24.85.63]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Oct 2009 17:34:54 +0100 Received: from andrea.crotti.0 by host63-85-static.24-87-b.business.telecomitalia.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Oct 2009 17:34:54 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I was thinking if it could be a good idea. Instead of static project exporting I could have a web server (maybe in elisp) that export projects on demand, only if html is older than source file. That would be useful to get maybe a way to navigate everywhere in our org-world without exiting the browser and being always up to date. Maybe it could also take the agenda, export to ical and open it with a whatever reader. What do you think, would it be a nice idea?