Re: [O] [babel] set post tangle hook on per file basis - evalu

2011-08-10 Thread Rainer M Krug
On Tue, Aug 9, 2011 at 7:14 PM, Eric Schulte wrote: > >> > >> Hi Rainer, > >> > >> I like to use file local variables [1] to do per-file Org-mode > >> configuration and customization this is an easy way to set the local > >> value of a variable every time the file is opened. > >> > >> I think you

Re: [O] [babel] set post tangle hook on per file basis - evalu

2011-08-09 Thread Eric Schulte
>> >> Hi Rainer, >> >> I like to use file local variables [1] to do per-file Org-mode >> configuration and customization this is an easy way to set the local >> value of a variable every time the file is opened. >> >> I think you could use file local variables to evaluate arbitrary elisp >> when a

Re: [O] [babel] set post tangle hook on per file basis - evalu

2011-08-09 Thread Rainer M Krug
On Tue, Aug 9, 2011 at 2:33 PM, Eric Schulte wrote: > Rainer M Krug writes: > > > Hi > > > > for different files, I put different things in the post-tangle hook. At > tha > > moment, I have an emacs-lisp code block, which I evaluate before I > tangle, > > but I forget this sometimes - so y quest

Re: [O] [babel] set post tangle hook on per file basis - evalu

2011-08-09 Thread Eric Schulte
Rainer M Krug writes: > Hi > > for different files, I put different things in the post-tangle hook. At tha > moment, I have an emacs-lisp code block, which I evaluate before I tangle, > but I forget this sometimes - so y question: is it possible (and think to > remember that it is, but I can't fi

[O] [babel] set post tangle hook on per file basis - evalu

2011-08-08 Thread Rainer M Krug
Hi for different files, I put different things in the post-tangle hook. At tha moment, I have an emacs-lisp code block, which I evaluate before I tangle, but I forget this sometimes - so y question: is it possible (and think to remember that it is, but I can't find how) to evaluate a source code b