Footnote: New 'recur' verbosity token

This commit is contained in:
Paul Beckingham 2015-08-23 20:36:06 -04:00
parent b1839adf97
commit c61f7e6b8f
16 changed files with 59 additions and 3 deletions

View file

@ -138,6 +138,9 @@ void handleRecurrence ()
{
t.set ("mask", mask);
context.tdb2.modify (t);
if (context.verbose ("recur"))
context.footnote (format (STRING_RECUR_CREATE, t.get ("description")));
}
}