Commit ea1b86547523
Changed files (1)
tools
emacs
etc
orgmode
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: