Support cal-day in joined/destroyed.
This commit is contained in:
parent
9a55a56c6a
commit
82a4742914
3 changed files with 7 additions and 5 deletions
|
@ -63,7 +63,8 @@
|
|||
brmember-format
|
||||
specification
|
||||
cal-format
|
||||
util-git)
|
||||
util-git
|
||||
cal-day)
|
||||
|
||||
;; Returns nicely formatted table
|
||||
(define (member-info->table mr)
|
||||
|
@ -114,10 +115,10 @@
|
|||
(map
|
||||
(lambda (p)
|
||||
(list
|
||||
(string-append (cal-month->string
|
||||
(string-append (cal-day/month->string
|
||||
(cal-period-since p)) " "
|
||||
(or (cal-period-scomment p) ""))
|
||||
(string-append (cal-month->string
|
||||
(string-append (cal-day/month->string
|
||||
(cal-period-before p)) " "
|
||||
(or (cal-period-bcomment p) ""))))
|
||||
v))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue