From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gareth Smith Subject: Collaborating with TODO lists and clocks. Date: Sun, 28 Apr 2013 19:30:36 +0100 Message-ID: <87li82se2b.fsf@totherme.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWWN3-00024Q-DO for emacs-orgmode@gnu.org; Sun, 28 Apr 2013 14:30:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWWN2-00021T-AZ for emacs-orgmode@gnu.org; Sun, 28 Apr 2013 14:30:45 -0400 Received: from zenit.dh.bytemark.co.uk ([89.16.178.22]:57973 helo=zenit.elvum.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWWN2-00020g-45 for emacs-orgmode@gnu.org; Sun, 28 Apr 2013 14:30:44 -0400 Received: from localhost ([127.0.0.1]) by zenit.elvum.net with esmtp (Exim 4.72) (envelope-from ) id 1UWWMu-0004Wo-Uk for emacs-orgmode@gnu.org; Sun, 28 Apr 2013 19:30:37 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, Does anyone use org to collaborate on task lists? It seems to me that it would be very natural to put a tasks.org file into a VCS repo, claim a task by changing its status from TODO to IN_PROGRESS (and committing that change), work, then mark as DONE at the end. That's all awesome - but what if you're also using org to clock your working time? I /think/ what I want might be some way of syncing a $VCS_PATH/tasks.org with $HOME/orgs/project_1_tasks.org such that all non-clock data is synced, but clock data is ignored by the sync. That way several of us can keep our own private clock data, and share only what we care about - the data on what needs doing. Does such a thing exist? Alternatively, am I wrong about what I think I want? Is there a better workflow I should be thinking about adopting? Thanks! Gareth.