emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* More on GTD, browse todos by priority or creation date
@ 2009-11-16  2:47 T o n g
  2009-11-16 10:41 ` David Maus
  2009-11-16 11:07 ` Giovanni Ridolfi
  0 siblings, 2 replies; 4+ messages in thread
From: T o n g @ 2009-11-16  2:47 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I just found out this wonderful tool, and have gone through all the 
tutorials. What I haven't figured out is how to browse todo items by 
priority or creation date. Let me explain in details.

On reading the tutorials, I just found that that I've developed a 
methodology to handle things I need to do almost exactly as David Allen's 
Getting Things Done. Moreover, the methodology is backed up with my home-
grown simple emacs todo-mode (~200 lines), which allows me,

- track everything that need to be done
- track their logged/creation time
- assign priority to each todo item
- put arbitrary amount of info under each item

All these are important to me, because most of the todo items are 
unrelated and belongs to the Someday/Maybe class, which get mind swept 
into my huge todo file, for me to recall all the things that I thought 
about doing. 

What to do next is not only decided based on context, how much time  
available and my energy level, but also most importantly, their 
priorities. My todo-mode allows arbitrary priority levels, and todo 
item's priority can be changed with a single click. 

Ok, enough off-track babbling, what I want to know is that weather org-
mode can somewhat allows me to assign arbitrary levels of priority to my 
todo list, and let me browse them in their priority order (so that high 
priority items get done first). The creation date is another way for me 
to browse my todo items to see what have been on the list for too long. 

Thanks for your feedbacks

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: More on GTD, browse todos by priority or creation date
  2009-11-16  2:47 More on GTD, browse todos by priority or creation date T o n g
@ 2009-11-16 10:41 ` David Maus
  2009-11-16 20:11   ` Andrew Hyatt
  2009-11-16 11:07 ` Giovanni Ridolfi
  1 sibling, 1 reply; 4+ messages in thread
From: David Maus @ 2009-11-16 10:41 UTC (permalink / raw)
  To: General discussions about Org-mode.

Hi T o n g,

At Mon, 16 Nov 2009 02:47:39 +0000 (UTC),
T o n g wrote:
> 
> Ok, enough off-track babbling, what I want to know is that weather org-
> mode can somewhat allows me to assign arbitrary levels of priority to my 
> todo list, and let me browse them in their priority order (so that high 
> priority items get done first). The creation date is another way for me 
> to browse my todo items to see what have been on the list for too long. 
> 

Orgmode does indeed have a priority feature that seems to fit your
needs. You may check the Orgmode manual [1], Chapter 5.4 "Priorities" and
maybe Chapter 10.4.3 "Sorting of agenda items".

Regards,

  --David

[1] http://orgmode.org/manual/

-- 
OpenPGP... 0x316F4BE4670716FD
Jabber.... dmjena@jabber.org
Email..... maus.david@gmail.com
ICQ....... 241051416

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: More on GTD, browse todos by priority or creation date
  2009-11-16  2:47 More on GTD, browse todos by priority or creation date T o n g
  2009-11-16 10:41 ` David Maus
@ 2009-11-16 11:07 ` Giovanni Ridolfi
  1 sibling, 0 replies; 4+ messages in thread
From: Giovanni Ridolfi @ 2009-11-16 11:07 UTC (permalink / raw)
  To: emacs-orgmode, T o n g

--- Lun 16/11/09, T o n g <mlist4suntong@yahoo.com> ha scritto:
Hi, Tong,
>  What I haven't figured out is how to browse todo
> items by priority 

in the file you can sort them: select the 
region and C-c ^
(Manual, 2.5 Structure editing)

I think this can also be done in the agenda, 
please see:
     [10.4.3 Sorting of agenda items]
In the manual there also custom commands
you can adapt to your workflow.

> or creation date. 

I don't know.

> I want to know is that
> weather org-
> mode can somewhat allows me to assign arbitrary levels of
> priority to my todo list, 

If you open the Org-mode manual
then search (C-s) for "prior" or "sort"

I think you'll find at least some hints, 
if not the solution itself.  e.g. (5.4 Priorities) 

  By default, Org mode supports three priorities: 
  `A', `B', and `C'.  `A' is the highest priority. 

you can also use numbers 
   (2000 for priority `A', 1000 for `B', and 0 for `C'),
   [10.4.3 Sorting of agenda items]

cheers,
Giovanni




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: More on GTD, browse todos by priority or creation date
  2009-11-16 10:41 ` David Maus
@ 2009-11-16 20:11   ` Andrew Hyatt
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Hyatt @ 2009-11-16 20:11 UTC (permalink / raw)
  To: David Maus; +Cc: General discussions about Org-mode.

org-mode's priority doesn't actually work well with GTD.  In org-mode,
priority is not inherited, so you can't prioritize projects, only
tasks.  Usually when this has come up on the list before, the answer
is to use tags for priority when you want to prioritize tasks.

On Mon, Nov 16, 2009 at 5:41 AM, David Maus <maus.david@gmail.com> wrote:
> Hi T o n g,
>
> At Mon, 16 Nov 2009 02:47:39 +0000 (UTC),
> T o n g wrote:
>>
>> Ok, enough off-track babbling, what I want to know is that weather org-
>> mode can somewhat allows me to assign arbitrary levels of priority to my
>> todo list, and let me browse them in their priority order (so that high
>> priority items get done first). The creation date is another way for me
>> to browse my todo items to see what have been on the list for too long.
>>
>
> Orgmode does indeed have a priority feature that seems to fit your
> needs. You may check the Orgmode manual [1], Chapter 5.4 "Priorities" and
> maybe Chapter 10.4.3 "Sorting of agenda items".
>
> Regards,
>
>  --David
>
> [1] http://orgmode.org/manual/
>
> --
> OpenPGP... 0x316F4BE4670716FD
> Jabber.... dmjena@jabber.org
> Email..... maus.david@gmail.com
> ICQ....... 241051416
>
>
> _______________________________________________
> 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
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-16 20:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-16  2:47 More on GTD, browse todos by priority or creation date T o n g
2009-11-16 10:41 ` David Maus
2009-11-16 20:11   ` Andrew Hyatt
2009-11-16 11:07 ` Giovanni Ridolfi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).