I have the following set up in .emacs
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(require 'muse-mode)
(require 'muse-html)
(require 'muse-project)
(require 'muse-publish)
(setq muse-project-alist
'(("Foo"
("~/Foo" :default "index")
(:base "html" :path "/var/www/Foo"))
("Bar"
("~/Bar")
(:base "html" :path "/var/www/Bar"))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
I can work on Foo and Bar separately and muse mode works very well.
Now I want to have some links between the two projects... I'm not sure but
it looks like I want something like the Bar#EntryName form of a
interproject link in the emacs wiki mode.
The following works:
In project Foo I have
[[../Bar/EntryName.html][EntryName]]
However I don't like it hard linking to an html file. Plus, I can't press
enter on the link in emacs to go straight to the .muse file.
The following does not work:
[[../Bar/EntryName][EntryName]]
I can follow the link in emacs to edit the .muse file, but the generated
html file in project Foo has a link to ../Bar/EntryName without the .html
suffix.
What is the correct way to handle this?
_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss