emacs-wiki-discuss
[Top][All Lists]
Advanced

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

[emacs-wiki-discuss] cannot call M-x muse-html-***


From: Cheng-shan Frank Liu
Subject: [emacs-wiki-discuss] cannot call M-x muse-html-***
Date: Sat, 07 Jan 2006 22:14:30 -0600
User-agent: Thunderbird 1.5 (X11/20051201)

Dear all:

I have used emacs wiki for about one year and recently migrated to muse. As proposed by the list, muse is a lot of fun.

I want to change the css in muse to the one I have been using. But, after installation of the most recently released tar-ball (within Emacs 21.4.5 under Fedora Linux Core 4), I type M-x muse-html and, as shown below, there is no html-related function available.

muse-browse-result                 muse-browse-url
muse-colors-buffer                 muse-edit-link-at-point
muse-follow-name-at-mouse          muse-follow-name-at-mouse-other-window
muse-follow-name-at-point          muse-follow-name-at-point-other-window
muse-index                         muse-insert-tag
muse-mode                          muse-next-reference
muse-previous-reference            muse-project-delete-output-files
muse-project-find-file             muse-project-publish
muse-publish-class-tag             muse-publish-file
muse-publish-this-file             muse-version
muse-what-changed


In my .emacs I have:
...
...
;;Muse
  (add-to-list 'load-path "/usr/local/muse/lisp")
  (require 'muse-mode)     ; load authoring mode
  (require 'muse-html)     ; load publishing styles I use
  (require 'muse-latex)
  (require 'muse-texinfo)
  (require 'muse-docbook)

;; Creating and Managing Muse Projects
  (require 'muse-project)
  (setq muse-project-alist
        '(("notepad"                  ; my various writings
          ("~/museProjects" :default "Welcome")
          (:base "html" :path "~/museWeb")
          (:base "pdf" :path "~/museWeb/pdf")
          )))
...
...

Could you give me some hint so that I don't need to use configuration-group to specify a style sheet?

Thank you.

Frank


--
Cheng-shan Frank Liu
Dept. of Political Science    E-mail: address@hidden
University of Kansas          Web: http://lark.cc.ku.edu/~ashan
1541 Lilac Lane, Room 504     Office: (785) 864-9019
Lawrence, Kansas 66044-3177   FAX: (785) 864-5700




reply via email to

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