Patch - Display week number in calendar report

From 9eec77085dd07940c02d9071bf2a374c9a9b54c8 Mon Sep 17 00:00:00 2001
From: Federico Hernandez <ultrafredde@gmail.com>
Date: Mon, 25 May 2009 09:28:38 +0200
Subject: [PATCH 2/3] Display dummy week of year number

From e2fc5d537863672c53ede96607508270f02aabaf Mon Sep 17 00:00:00 2001
From: Federico Hernandez <ultrafredde@gmail.com>
Date: Mon, 25 May 2009 13:43:14 +0200
Subject: [PATCH 3/3] Display weeknumbers in 'task cal' output
This commit is contained in:
Paul Beckingham 2009-05-25 10:56:24 -04:00
parent 6af093126e
commit 5ff44e2f33
7 changed files with 82 additions and 22 deletions

View file

@ -192,6 +192,12 @@
Defaults to "Monday".
</dd>
<dt>displayweeknumber</dt>
<dd>
Determines whether or not the week number is displayed in the
calendar report. Defaults to "yes".
</dd>
<dt>editor</dt>
<dd>
Specifies which text editor you wish to use for when the

View file

@ -137,7 +137,9 @@
considered obsolete (thank to Bruce Dillahunty).
<li>Fixed documentation errors (thanks to Thomas@BIC).
<li>The 'weekstart' configuration variable now controls the 'calendar'
command (thanks to Federico Hernandez).
report (thanks to Federico Hernandez).
<li>The 'displayweeknumber' configuration variable now controls the display
of week number in the 'calendar' report (thanks to Federico Hernandez).
<li>Supports '--' argument to indicate that all subsequence arguments are
part of the description, despite what they otherwise might mean.
</ul>