Hi Michael, > If it were in my template files, then it would show up in my emacs > buffer and draft files, right?
If they're not hiding it from you to be helpful.
Try
LC_ALL=C sed -n $'/[^\t -~]/l' foo bar ...
to see if there is any output for files foo, bar, ...
--
Cheers, Ralph.
