Hi,
Maybe this is an newbie question, but I think this is the best place to put
the question because didn't find the muse FAQ page.
I'm using muse to create a wiki system with my emacs. I was going to use
emacs-wiki, but there where some massages saying that was better to use
muse, and so I changed.
Presently I try to create two projects, for that I put the following line in
my .emacs:
---------------------
;; muse mode
(require 'muse-mode)
(require 'muse-colors)
(require 'muse-wiki)
(require 'muse-html)
(require 'muse-latex)
(require 'muse-texinfo)
(require 'muse-project)
(setq muse-project-alist
'(("DefaultProject"
("~/Wiki" :default "index")
(:base "html" :path "~/Wiki/publish"))
("EmacsTips"
("~/Wiki/EmacsTips" :default "index")
(:base "html" :path "~/Wiki/EmacsTips/publish"))))
---------------------
The problem is that when I'm editing files in the project "EmacsTips". When
I edit the file 'index', no problem, but if I create a new file, it does
create the file in the briefcase "~/Wiki".
Is this a normal behaviour? How can I change this?
Thanks in advance
Pedro Sousa
_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss