X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=reminders.in;h=a14602921330a0f205e856669cf4f2a701d18944;hb=10029386b0efedf07dcf368fdb2fcdd1c85017d0;hp=43b03bf4bdb098d0af2dd65e9b3c0e72447d3c8e;hpb=e7e9c3e89ec4ffca6cb0f1e8e6ebd46202da39f7;p=config%2Fdotfiles.git diff --git a/reminders.in b/reminders.in index 43b03bf..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,25 +30,25 @@ 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 %"%" % # REMINDERS -# REM 04 April 2012 +10 MSG Example reminder entry. % +#REM 04 April 2012 +10 MSG Example reminder entry. % # DAEMON REMINDERS IF $Daemon > 0 - # REM AT 00:00 MSG Example reminder. + #REM AT 00:00 MSG Example reminder. ENDIF # vim: ft=remind