emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] using org for meeting agendas and minutes?


From: Adam Spiers
Subject: Re: [Orgmode] using org for meeting agendas and minutes?
Date: Mon, 11 Feb 2008 13:34:12 +0000
User-agent: Mutt/1.5.14 (2007-02-12)

On Sat, Feb 09, 2008 at 12:56:07PM +0000, Adam Spiers wrote:

[snipped]

>   (3) Allow actions to be captured and then automatically extracted
>       into a simple tabulated report which clearly shows actions
>       grouped by owner.

[snipped]

> For (3) and (4), my current thinking is to have workflow defined by
> TODO keywords, e.g. 
> 
>   #+SEQ_TODO: ACTION WAITING | DONE
> 
> and to have action ownership defined via tags, e.g.
> 
>   #+TAGS: { Alice(a) Bob(b) Carys(c) }
> 
> Then a dynamic columnview block at the end of the file could easily
> extract all actions and summarise them so that each owner of action(s)
> can easily see them.  This is where sorting of rows in column view
> would be really useful!

Hmm, actually column view doesn't let you filter the table so that
there are only rows corresponding to headers containing the 'ACTION'
keyword, so it looks like a custom dynamic block writer function will
be required.  Is there an appropriate API I could use for extracting
all headers containing a given keyword from an org buffer?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]