help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: htmlize from shell


From: Kevin Rodgers
Subject: Re: htmlize from shell
Date: Tue, 22 Jun 2004 17:01:30 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Lowell Kirsh wrote:
> I would like to convert several files to html using the htmlize package.
> How can I do this from my shell rather than from withing emacs? (I want
> to script it)

I would try this:

for file in *; do
  emacs --batch --eval "(htmlize-file \"$file\")"
done

--
Kevin Rodgers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]