Hi!

Try to add:

(require 'muse-publish)

and change your project like this:

(setq muse-project-alist
      '(("aist-web"
         ("~/Action/web" :default "index"
          :major-mode muse-mode)
         (:base "html" :path "~/Action/web-public")
         (:base "pdf" :path "~/Action/web-public/pdf"))))


Yoriyuki Yamagata wrote 2011-11-14 10:17:
> Hi, list.
>
> I have encountered the following problem.  When I link Muse page (in
> the same project) by [[page][text]] notations and publish these links,
> they are converted to the link "page", not "page.html".
>
> I tried to understand the issue and I found
> "muse-project-applicable-styles" returns page verbatim.  I don't know
> this is relevant or not, though.
>
> So, my question is, this is the bug or feature, or my
> misconfiguration?  Any suggestion will be appreciated.
>
> I use most recent Git version of Muse.  My configuration is
>
> ;;Muse
> (add-to-list 'load-path "~/site-lisp/muse-el/lisp")
> (require 'muse-mode)     ; load authoring mode
> (require 'muse-html)     ; load publishing styles I use
> (require 'muse-project)
>
> (setq muse-project-alist
>       '(("aist-web"
>          ("~/Action/web" :default "index")
>          (:base "html" :path "~/Action/web-public")
>          (:base "pdf" :path "~/Action/web-public/pdf"))))
>
> Best,


_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to