home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ea1b86547523d6ce66bd850b36f9c17cb70c27c5
parent 54f4eb7810a7286ca9f94af6b7e7ef6b41518242
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  2 Apr 2020 19:09:29 +0200

setup-org.el: update the meeting-notes.org template

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/etc/orgmode/meeting-notes.org | 26++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)

diff --git a/tools/emacs/etc/orgmode/meeting-notes.org b/tools/emacs/etc/orgmode/meeting-notes.org @@ -1,4 +1,16 @@ * %^{meeting} + +- Actions :: + #+BEGIN: columnview :id local :match "/TODO|DONE" :format "%ITEM(What) %TAGS(Who) %DEADLINE(When) %TODO(State)" + | What | Who | When | State | + |-------------------------------------+------------+------+-------| + #+END: +- Decisions :: + #+BEGIN: columnview :id local :match "Decision" :format "%ITEM(Decisions)" + | Decisions | + |-----------| + #+END: + ** Present at meeting - [ ] ** Agenda @@ -6,17 +18,3 @@ ** Notes - Use =:Decision:= tag for decision - Use entry with =TODO= (or =DONE=) for actions - -*** … - -* Actions -#+BEGIN: columnview :id global :match "/TODO|DONE" :format "%ITEM(What) %TAGS(Who) %DEADLINE(When) %TODO(State)" -| What | Who | When | State | -|------+-----+------+-------| -#+END: - -* Decisions -#+BEGIN: columnview :id global :match "Decision" :format "%ITEM(Decisions)" -| Decisions | -|-----------| -#+END: