Dear all:

I have a plan page named develop, and a directory name which has the
same name 'develop'.

now, I have this plan:
#A just a test (develop)

and has opend the directory 'develop' in another dired buffer.

If I move the cursor to (develop) in Plan buffer , and click RETURN,
it will switch to the buffer 'develop', which is a dired-buffer for
that directory, not the develop.muse, which I actualy want to go.

It seems that this is a problem in function planner-visit-link  from
my debug trace.

I have tryied to modify planner.el as below:
1190c1190
<         (setq base-buffer (get-buffer link))
---
        (setq base-buffer (get-buffer (concat link ".muse" )))

this will solved this problem, but I am not  sure whether this is the
right solution.

thanks for your advice and help.

Rocky

_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to