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

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

Re: [emacs-wiki-discuss] muse?


From: TC
Subject: Re: [emacs-wiki-discuss] muse?
Date: Fri, 12 Nov 2004 23:29:16 -0600

I've been trying muse, out of the box as it were.  My lisp setup is
almost verbatim John's:

;;;;;
(add-to-list 'load-path "~/emacs/lisp/muse")

(require 'muse-mode)
(require 'muse-html)
(require 'muse-latex)
(require 'muse-texinfo)
(require 'muse-docbook)
(require 'muse-project)

(setq muse-project-alist
      '(("MuseTest"
         ("~/public_html/MuseTest" :default "index")
         (:base "html" :path "~/public_html/musetest")
         (:base "pdf"  :path "~/public_html/musetest/pdf")
         )))
;;;;;

But attempting to publish the project specified above fails with:

"Symbol's value as variable is void: save-some-buffers-action-alist"

coming, I think, from muse-project-save-buffers.


tc





reply via email to

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