chiark / gitweb /
el/dot-emacs.el (diary-add-to-list): Fix for multiple appointments.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 29 Apr 2016 11:01:54 +0000 (12:01 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 29 Apr 2016 11:01:54 +0000 (12:01 +0100)
commit2745469d77b0bfffd3f8ee5e046d42bd6fc225fa
tree55a9405e070933801107fea72d399120e95b72da
parent91f00aac2ba43d8a943f96ad66a851622b008d7d
el/dot-emacs.el (diary-add-to-list): Fix for multiple appointments.

If a day has multiple appointments, we want to reformat them all.
Iterate over the various transformations until convergence.  The
substitutions have been carefully (re-)designed to avoid gratuitous
matching.
el/dot-emacs.el