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

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

[emacs-wiki-discuss] Re: planner muse-publish html format


From: Bill O'Donnell
Subject: [emacs-wiki-discuss] Re: planner muse-publish html format
Date: Thu, 23 Mar 2006 14:27:12 +0000 (UTC)
User-agent: slrn/0.9.8.1 (Linux)

On 2006-03-23, Michael Olson <address@hidden> wrote:
> --===============0956118530==
> Content-Type: multipart/signed; boundary="=-=-=";
>       micalg=pgp-sha1; protocol="application/pgp-signature"
>
> --=-=-=
> Content-Transfer-Encoding: quoted-printable
>
> address@hidden writes:
>
>> On 2006-03-22, Michael Olson <address@hidden> wrote:
> My guess is that you have (:base "html" ..) instead of
> (:base "planner-html") in your muse-project-alist.  I can't tell for
> certain, since you didn't include your Planner and Muse settings.
oh, sorry... here is the snippet from my main.el I believe you refer to:
---------
(setq planner-directory "~/Plans")

(setq planner-project "WikiPlanner")

(setq muse-project-alist
       '(("WikiPlanner"
                ("~/Plans"
                 :default "TaskPool" 
                 :major-mode planner-mode
                 :visit-link planner-visit-link)
                 (:base "planner-html" 
                        :path "~/public_html/Plans"))))

(load "modes.el")
(load "hooks.el")
-----------





reply via email to

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