Hi, I still cannot understand how this link is being created. Any suggestions would be welcome.
Thanks, Seb On Wed, 07 Mar 2012 11:33:40 -0600, Seb <[email protected]> wrote: > On Wed, 7 Mar 2012 09:23:42 +0100, > Alex Ott <[email protected]> wrote: >> Hello Can you show your setup? > Sure: > (require 'muse-mode) ; load authoring mode > (require 'muse-project) ; load support for projects (require > 'muse-html) ; load publishing styles I use (require 'muse-latex) ; > load LaTeX/PDF publishing styles (require 'muse-latex2png) ; publish > <latex> tags (require 'muse-texinfo) ; load Info publishing style > (require 'muse-colors) ; load coloring/font-lock module (require > 'muse-wiki) ; load wiki support (require 'muse-blosxom) ; load blosxom > module (require 'muse-xml) ; load XML support > ;; My derived styles (muse-derive-style "sl-plan-xhtml" > "planner-xhtml" :header "~/WWW/WebWiki/include/header.html" :footer > "~/WWW/WebWiki/include/footer.html") (muse-derive-style "sl-mun-xhtml" > "xhtml" :header "~/WWW/MUN/include/header.html" :footer > "~/WWW/MUN/include/footer.html") > (setq planner-project "WikiPlanner" planner-html-style-sheet "<link > rel=\"stylesheet\" type=\"text/css\" media=\"all\" > href=\"../include/sluque-wiki.css\" />" muse-project-alist > `(("WikiPlanner" ("~/Plans" :default "WikiHome" :force-publish > ("indexWiki") :major-mode planner-mode :visit-link planner-visit-link) > (:base "sl-plan-xhtml" :path "~/WWW/WebWiki" :exclude > "[1-9][0-9][0-9][0-9]\\.[0-9]+\\.[0-9]+")) ("Website" ("~/WWW/source" > :default "index") (:base "xhtml" :path "~/WWW")) ("MUN" > ("~/WWW/MUN/source" :default "index") (:base "sl-mun-xhtml" :path > "~/WWW/MUN")) ("Blog" (,@(muse-project-alist-dirs > "~/WWW/WebWiki/pyblosxom/source") :default "index") > ,@(muse-project-alist-styles "~/WWW/WebWiki/pyblosxom/source" > "~/WWW/WebWiki/pyblosxom/entries" "blosxom-xhtml"))) > muse-blosxom-base-directory "~/WWW/WebWiki/pyblosxom/source" > muse-blosxom-use-metadate t muse-file-extension nil muse-mode-auto-p t > muse-xhtml-header "~/WWW/include/header.html" muse-xhtml-footer > "~/WWW/include/footer.html" muse-xhtml-style-sheet "<link > rel=\"stylesheet\" type=\"text/css\" media=\"all\" > href=\"include/sluque-wiki.css\" />" muse-html-meta-content-type > "application/xhtml+xml" muse-wiki-interwiki-alist '(("slsite" > . "http://subpolar.dyndns.org/~sluque/") ("slmunsite" > . "http://www.ucs.mun.ca/~sluque/") ("emacswiki" > . "http://www.emacswiki.org/cgi-bin/wiki/"))) > (add-hook 'find-file-hooks 'muse-mode-maybe) > (provide 'sl-muse) > The today.html symlink gets produced at publishing time (C-c C-p) and > points to the published page. -- Seb _______________________________________________ Muse-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/muse-el-discuss
