From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: org-mode & multiple TODO sequences within a file. Date: Thu, 15 Mar 2007 16:45:48 +0000 Message-ID: <45F9783C.8050801@calicojack.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HRt69-0007Bf-VT for emacs-orgmode@gnu.org; Thu, 15 Mar 2007 12:46:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HRt68-0007BT-I6 for emacs-orgmode@gnu.org; Thu, 15 Mar 2007 12:46:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRt68-0007BQ-CQ for emacs-orgmode@gnu.org; Thu, 15 Mar 2007 11:46:40 -0500 Received: from storm.bpweb.net ([83.223.106.8]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HRt56-0008Tw-JR for emacs-orgmode@gnu.org; Thu, 15 Mar 2007 12:45:36 -0400 Received: from [192.168.0.205] (81-86-30-78.dsl.pipex.com [81.86.30.78]) (authenticated bits=0) by storm.bpweb.net (8.13.1/8.13.1) with ESMTP id l2FGjY3T012140 for ; Thu, 15 Mar 2007 16:45:34 GMT 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 Hi, I've been using org-mode happily for nearly 6 months and think it's a fantastic tool!! I've always quite liked Emacs, but org-mode has led to me really seeing Emacs's potential. I was however wondering if there was anyway for org-mode to support multiple TODO sequences within a single file. I tried specifying sections of the file as operating under particular sequences, but this doesn't seem to work (in 4.52) e.g.: #+SEQ_TODO: REPORT BUG KNOWNCAUSE RESOLVED * BUG there is a bug in foo... * RESOLVED fixed bug. #+SEQ_TODO: TODO DONE * TODO ask if org-mode can support multiple TODO sequences... * DONE shopping... A step even further might be to allow multiple TODO_SEQ which are bound to different keys, allowing the user to mix and match e.g.: * BUG blah blah ** TODO fix bug ** TODO celebrate I realise that I could use checkboxes for stuff like this, but they don't allow you to naturally specify a sequence. So whilst it makes sense for binary TODO->DONE transitions, for others it might not. Anyway, it's just a suggestion, and something which I feel might enable me to organise things even better. Thanks, R.