| Paste number 11089: | sucking attempt to set variables within `muse-planner-alist' |
| Pasted by: | tekonivel |
| When: | 3 years, 10 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+8K1 |
| Channel: | #emacs |
| Paste contents: |
(setq muse-project-alist
'(("jotainhorinaa" ; arvosteluja
("~/Wiki/jotainhorinaa-muse"
:default "WelcomePage"
:force-publish ("WikiIndex")
)
(:base "html"
:path "~/WebWiki/JotainHorinaa-muse"
))
("kirjasto" ; kirjasto-asiat
("~/kirjasto/planner"
"~/kirjasto/planner/oppari"
:default "EtuSivu"
:force-publish ("WikiIndex")
:major-mode planner-mode
:visit-link planner-visit-link
:set muse-html-style-sheet "<link rel=\"stylesheet\" type=\"text/css\" href=\"stylesheet.css\">"
)
(:base "html"
:path "~/public_html/kirjasto"
))
))Annotations for this paste:
| Annotation number 1: | in reality i had some more parentheses there |
| Pasted by: | tekonivel |
| When: | 3 years, 10 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+8K1#1 |
| Paste contents: |
the line #17 was in reality
:set '((muse-html-style-sheet "<link rel=\"stylesheet\" type=\"text/css\" href=\"stylesheet.css\">"))