Commit ea1b86547523

Vincent Demeester <vincent@sbr.pm>
2020-04-02 19:09:29
setup-org.el: update the meeting-notes.org template
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 54f4eb7
Changed files (1)
tools
emacs
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: