[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Worg is back!
From: |
Carsten Dominik |
Subject: |
Re: [Orgmode] Worg is back! |
Date: |
Tue, 12 Feb 2008 10:24:03 +0100 |
On Feb 9, 2008, at 1:30 PM, Adam Spiers wrote:
Bastien (address@hidden) wrote:
winter slowly fades away
our screens under the bless of spring
so fight against unfair decay
and give your keys another string
Love it! :-)
Worg, you will be able to edit a shared worg-todo.org and assign
tasks
to other poeple! Look:
,----
| * TODO Implement my favourite sorting strategy #198
| :PROPERTIES:
| :Owner: dominik
| :END:
`----
*grin* Speaking of sorting, I've just (finally) been looking at column
view properly, and there doesn't seem to be any way of sorting rows.
I don't know if this would be very hard to do, but it could be very
useful. A simple use case would be grouping actions by owner when
extracting and tabulating actions arising from minutes of a meeting -
see my next post for more detail...
Sorting makes only sense in rows that are all on the same level, all
children of the same parent. Because of this restriction, it does not
seem right to put this into column view itself, which flatens the
outline
structure. However, you can sort children according to the value
of a property, using `C-c ^ r'.
- Carsten