From mboxrd@z Thu Jan 1 00:00:00 1970 From: M Subject: How to deal with small projects which are often changing their status/ person Date: Tue, 22 Jan 2013 21:19:44 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxkJz-0007F9-9S for emacs-orgmode@gnu.org; Tue, 22 Jan 2013 15:19:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxkJy-0007Df-3Y for emacs-orgmode@gnu.org; Tue, 22 Jan 2013 15:19:51 -0500 Received: from mout.web.de ([212.227.17.12]:60061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxkJx-0007DG-QU for emacs-orgmode@gnu.org; Tue, 22 Jan 2013 15:19:50 -0500 Received: from [192.168.2.13] ([91.45.191.51]) by smtp.web.de (mrweb101) with ESMTPSA (Nemesis) id 0Lylrf-1Ss7Ij3igp-015PAy for ; Tue, 22 Jan 2013 21:19:47 +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-mailinglist Hi, I'm working with org-mode to document my work and to keep track of tasks and projects. At the moment there are many little projects where I * get a text from someone (or write it myself) * have to read and edit it * send it oer email to 1 or 2 other colleagues which have to read / edit it * get it back and check the changes * maybe send the text again to the original author * then finally release the text for publication ... and you imagine, there is not only 1 such text at once but several of them. I wonder what is an approriate way to keep track of such workflows with org-mode.. I'm using MS Outlook for mails and so when I receive a mail, I store a hyperlink pointing to that mail in Outlook. For a process like the one above I would have a task * TODO Write Text about topic XY and send it to colleague(s)... then * WAIT Colleage(s): Feedback on Text about topic XY * TODO check feedback/changes of Colleagues and edit again, and send for approval * TODO send to original author * WAIT for Feedback of original author (if changes, repeat process above) * TODO send text to publishing colleague or similar... I hope it is clear what I mean, there are a lot of small steps and each time creating a new task takes much time and I have to copy the name of the "project" again and again... Maybe it would be better to add all the notes about the progress as notes in the Logbook and change the Heading of the task each time, but that also seems strange to me... Would there be a way to make the "children" inherit automatically a text from the project name, e. g. * Text about topic XY for publishing in ABC ** WAIT John: Feedback on Text about topic XY for publishing in ABC ** Send Text about topic XY for publishing in ABC to Ellen for approval ... in a way that " Text about topic XY for publishing in ABC" is filled in automatically by a placeholder? Or what is your way for tracking such workflows in org-mode? Kind regards Martin