From mboxrd@z Thu Jan 1 00:00:00 1970 From: khi at users.sourceforge.jp (khi at users.sourceforge.jp) Date: Tue, 01 May 2007 22:00:11 +0900 Subject: [Howm-eng 34] Re: Formatting of filenames in *howmS* and *howmM* In-Reply-To: <447775300704300835n4f7fbe8j3949adb11c8dcaf6@mail.gmail.com> References: <447775300704300835n4f7fbe8j3949adb11c8dcaf6@mail.gmail.com> Message-ID: Hi. Thanks you for your suggestion. > Is it possible to add spaces so that it looks like this: > > [Recent] > > 2007-05 | = Journal for Week 5 of 2007 > > 2006-12-11-162624 | = SAP Timesheet entry This should work. (defadvice howm-menu-recent (around columnar-formatting activate) (let ((howm-menu-list-format "> %-17s | %s")) ad-do-it)) It will be the default behavior in the next version. -- khi at users.sourceforge.jp