[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: (OT) Script to print weekly planner for whole year



On Wed, May 11, 2005 at 10:32:09AM +0200, Sven Bergner wrote:
> On Tue, May 10, 2005 at 07:07:10PM -0400, TR wrote:
> > Anyone knows of a script to create weekly planners for all the 52
> > weeks of the year? When doing it from emacs, with the latex calendar
> > mode, you would need to repeat sequence of comands 52 times. maybe
> > some perl or bash script will do it.
> 
> Emacs can do this for you. You can record a macro and the repeat this
> macro 52 times.
> start macrorecording:   <CTRL>-x (
> stop macrorecording:    <CTRL>-x )
> execute macro one time: <CTRL>-x e
> execute macro n times:  <ESC> 52 <CTRL>-x e
> 
> HTH,
>   Sven
> -- 

The problem here is that for the given week to be created, the point
would have to be within the given week. Hmm, may be including as last
command the sequence that moves to the next week. I will try
this. Thank you.



Reply to: