From bd7300f75b51e5ee9905d7f03095828b7bb70976 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 13 May 2013 21:46:47 +0200 Subject: [PATCH] reminders.in: Don't display todo items in calendar view. --- reminders.in | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/reminders.in b/reminders.in index d197d35..a146029 100644 --- a/reminders.in +++ b/reminders.in @@ -1,6 +1,6 @@ # remind reminder file. -# Copyright (C) 2012 Simon Ruderich +# Copyright (C) 2012-2013 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,7 +20,9 @@ # Todo item. Prevents cluttering the calendar by displaying the entry only # today. Thanks to http://wiki.43folders.com/index.php/Remind_FAQ (read on -# 2011-06-24). +# 2011-06-24). Additionally %"%" is used in todo items which omits them from +# the calendar view completely. Combined this way supports `rem -c` (no todo +# items) and `rem '*3'` (todo items only once). FSET todo() trigger(realtoday()) @@ -28,12 +30,12 @@ FSET todo() trigger(realtoday()) # TODO LIST # Header. -#REM [todo()] MSG TODO: % +#REM [todo()] MSG %"%" TODO: % -#REM [todo()] MSG - Example todo entry. % +#REM [todo()] MSG %"%" - Example todo entry. % # Empty line. -#REM [todo()] MSG % +#REM [todo()] MSG %"%" % -- 2.44.1