(require 'muse-wiki)     ; load Wiki support

On Wed, Mar 21, 2012 at 2:06 PM, Emit Sorrels <[email protected]>wrote:

> Is this a recent feature? I'm using the debian squeeze package muse-el
> (3.12-1.1), and maybe it's too old. When I use the :: format it simply
> creates a new file in the current project's directory.
>
> While in Foo's muse file, I enter [[Bar::EntryName]]. When I follow the
> link it creates Bar::EntryName.muse in Foo/. Generated html link is
> "Bar::EntryName"
>
> Bar is declared in .emacs as a project name.
>
>
>
> On Wed, Mar 21, 2012 at 4:28 PM, Michael Olson <[email protected]> wrote:
>
>> Bar::EntryName is probably what you want.
>>
>> On Wed, Mar 21, 2012 at 1:16 PM, Emit Sorrels <[email protected]>wrote:
>>
>>> 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
>>>
>>>
>>
>>
>> --
>> Michael Olson  |  http://mwolson.org/
>>
>> _______________________________________________
>> Muse-el-discuss mailing list
>> [email protected]
>> https://mail.gna.org/listinfo/muse-el-discuss
>>
>>
>
> _______________________________________________
> Muse-el-discuss mailing list
> [email protected]
> https://mail.gna.org/listinfo/muse-el-discuss
>
>


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

Reply via email to