On Tuesday, 9 July 2019 at 4:30:56 +0200, Ingo Schwarze wrote:
> Hi Kirill,
>
> Kirill S Sapelkin wrote on Mon, Jul 08, 2019 at 07:19:17PM -0700:
>
>> Just started using groff and mom (had been using LaTeX) for letters so far.
>> So far it seems elegant.
>>
>> Could not find a way to automaticaly
On 09/07/19 12:30:56, Ingo Schwarze wrote:
Kirill S Sapelkin wrote on Mon, Jul 08, 2019 at 07:19:17PM -0700:
> Could not find a way to automaticaly insert the date at compile
time other than:
>
> .DATE
> .sy date '+%e %B %Y' > dater
> .so dater
> .sy rm dater
Logically, inserting the date a
On Tue, 9 Jul 2019, Ingo Schwarze wrote:
Logically, inserting the date at compile time doesn't really make sense.
You don't want the date of compiling there, you want the date the letter
was written and originally sent. So there is really value in having the
author enter the date manually.
Hi Kirill,
Kirill S Sapelkin wrote on Mon, Jul 08, 2019 at 07:19:17PM -0700:
> Just started using groff and mom (had been using LaTeX) for letters so far.
> So far it seems elegant.
>
> Could not find a way to automaticaly insert the date at compile time
> other than:
>
> .DATE
> .sy date '+%e