all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lowell Kirsh <lkirsh@cs.ubc.ca>
Subject: Re: htmlize from shell
Date: Tue, 22 Jun 2004 16:53:43 -0700	[thread overview]
Message-ID: <cbagq7$ivq$1@mughi.cs.ubc.ca> (raw)
In-Reply-To: <40D8BA4A.4010306@yahoo.com>

Thanks, we're almost there... I'm still having problems. emacs doesn't 
seem to recognize htmlize. I have a line to load it in my .emacs file 
but maybe that's not getting loaded? Also, when I try :

emacs --batch --eval "(progn(load 
\"~/emacs/addons/htmlize\")(htmlize-file \"emacs.el\"))"

this doesn't work either. What am I missing?

Lowell

Kevin Rodgers wrote:
> 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
> 

  reply	other threads:[~2004-06-22 23:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-22 21:08 htmlize from shell Lowell Kirsh
2004-06-22 23:01 ` Kevin Rodgers
2004-06-22 23:53   ` Lowell Kirsh [this message]
2004-06-22 23:38 ` Glenn Morris
2004-06-22 23:55 ` Michael Slass
2004-06-23 18:53   ` nick
2004-06-23 19:23     ` Michael Slass
2004-06-23 20:26     ` Johan Bockgård

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='cbagq7$ivq$1@mughi.cs.ubc.ca' \
    --to=lkirsh@cs.ubc.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.