From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Crotti Subject: Re: Exporting after executing code Date: Mon, 14 Sep 2009 13:27:13 +0000 (UTC) Message-ID: References: <20090911154802.7c0b7179@gaia> <28960.1252684429@gamaville.dokosmarshall.org> <87fxats6t3.fsf@gmx.de> <7A637FEC-325E-487C-A1D9-F03023FB26C5@gmail.com> 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 1MnBau-0005r5-Cw for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 09:27:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnBap-0005fh-FM for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 09:27:47 -0400 Received: from [199.232.76.173] (port=60367 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnBap-0005fP-6I for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 09:27:43 -0400 Received: from lo.gmane.org ([80.91.229.12]:53007) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MnBao-0007Yi-L5 for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 09:27:42 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MnBaj-00011P-JE for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 15:27:37 +0200 Received: from host-78-14-255-249.cust-adsl.tiscali.it ([78.14.255.249]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Sep 2009 15:27:37 +0200 Received: from andrea.crotti.0 by host-78-14-255-249.cust-adsl.tiscali.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Sep 2009 15:27:37 +0200 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 Fantastic, Now I finally found how I will write my servers documentation, but still I have to decide how to proceed. I have a git repository in /etc, so every important file is under revision control. I have two options I think: - move everything on the server and link the config files with absolute path (/etc/conf.conf) - keep everything local and create a git server which I pull every time I make a change. The documentation should stay there always on the server automatically published in html format, so maybe the first solution is better. But the second solution is more flexible and I would have less problems with emacs and remote processes. What would you suggest?