Re: [Orgmode] Removing footnotes
$i; END{print $n/$i}' logfile > #+end_src > > - Carsten > > > > On Jan 18, 2010, at 10:50 PM, Joe Python wrote: > > Orgmode Gurus, >> >> How to remove the footnotes from my file. >> I have some perl code in my notes which I like to export to
[Orgmode] Removing footnotes
Orgmode Gurus, How to remove the footnotes from my file. I have some perl code in my notes which I like to export to html and tex. --< org file begins here>--- * Tips ** Average bytes transferred perl -lane'$n+=$F[9]; ++$i; END{print $n/$i}' logfile