From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Priorities and sub-tasks in Agenda View Date: Wed, 5 Aug 2009 08:39:21 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYcf5-0005f1-Kq for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 05:19:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYcf1-0005Zn-3q for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 05:19:55 -0400 Received: from [199.232.76.173] (port=53754 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYcf0-0005Zh-TO for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 05:19:50 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:39550) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYcf0-00029D-A4 for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 05:19:50 -0400 Received: by ewy7 with SMTP id 7so1422217ewy.42 for ; Wed, 05 Aug 2009 02:19:47 -0700 (PDT) In-Reply-To: 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: ved.manerikar@gmail.com Cc: emacs-orgmode@gnu.org On Aug 4, 2009, at 4:08 PM, Vedang wrote: > Hi All, > > I'm facing a small annoyance. I like to use priorities on my tasks, > for sorting them in agenda view. So I have something like this: > > * TODO [#A] Big task 1 > ** WORKING subtask > ** TODO subtask > ... > * TODO [#A] Big Task 2 > ... > > so on. > > Agenda mode, however, shows this as follows: > > TODO [#A] Big Task 1 > TODO [#A] Big Task 2 > ... other todo big tasks according to priority > ... and then somewhere below > WORKING subtask > TODO subtask > ... so on > > I would like it very much if the subtasks would appear below the big > task they are related to, or atleast if the priority of the big task > is auto propagated to them so that they appear in the list of all > the #A tasks, if not directly under the big task. This would help me > very much in keeping related tasks together. > > If there is any _other_ trick or better way to achieve this that I'm > missing, I'd be glad to get pointers. Two ideas: 1. Configure the variable org-agenda-sorting-strategy and remove priority sorting or 2. Use tags to mark priorities - Carsten > > Thanks! > Vedang > -- > Unix is simple. It takes a genius to understand it's simplicity. > - Anon > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode