From 6ca5b89bb9ca44fde227a67ec5de403a660149fc Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 14 Jul 2024 09:56:48 +0200 Subject: System. Create a minute outline script and add exerption The *outline-minutes* script generates a minute outline from an agenda. This commit contains the script, a Make target and minute template files (markdown and yaml). Also add a minute excrption from encrypted markdown to Makefile --- lib/tmpl/minutes.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/tmpl/minutes.yml (limited to 'lib/tmpl/minutes.yml') diff --git a/lib/tmpl/minutes.yml b/lib/tmpl/minutes.yml new file mode 100644 index 0000000..0737c05 --- /dev/null +++ b/lib/tmpl/minutes.yml @@ -0,0 +1,3 @@ +title: $title$ +author: Fripost +date: $date$ -- cgit v1.2.3