From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carles <301190221@gmx.net> Subject: sharing Org-mode files for collaboration Date: Sat, 24 Jul 2010 15:32:06 +0200 Message-ID: <20100724153206.3db546f2@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49515 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ocepo-00089U-QJ for emacs-orgmode@gnu.org; Sat, 24 Jul 2010 09:32:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from <301190221@gmx.net>) id 1Ocepn-0002Ef-0q for emacs-orgmode@gnu.org; Sat, 24 Jul 2010 09:32:12 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:50206 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from <301190221@gmx.net>) id 1Ocepm-0002EQ-JV for emacs-orgmode@gnu.org; Sat, 24 Jul 2010 09:32:10 -0400 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 Hello, There have been some threads here about sharing and collaboratively editing Org-mode files. I have a LAN with a central server and Samba shares, all clients have Emacs and Org-mode installed. Sharing of calendars and tasks could be done through Org agenda. Right now I am implementing a very simple setup: - a shared folder with one org file per user - each user has writing permissions for his own file and reading permissions for all other org files - org-agenda-files of each user includes the names of the shared files of the other users Do you see any problems arising from this setup. Any other suggestions how it could be improved or extended?