"Markus Hoenicka" <[EMAIL PROTECTED]> writes: > Jim Ottaway writes: > > This is the version from Emacs 22.0.50.4, I tried it in 21.4.1, and it > > seems to work OK. If it works for you, it will be easy to add a > > compatibility function to muse-backlink. If it fails, you might want to > > reload the original definition from your subr.el. > > > > This indeed fixes the backlink problem. The only problem that remains > is that the plan page template is still not used in pages created by > following a link. That is, these pages now contain the proper > backlinks, but they are empty otherwise. I assume your test did not > try to address that, but I'd greatly appreciate to get that fixed too.
I have had a look, and I can see what is happening: it’s because of the interaction of various muse and planner hooks, and some configuration variables such as planner-tasks-file-behavior. I can make it work correctly for your minimal configuration, but the changes break it for other set-ups. I didn’t set the minimal configuration up properly when I tested it, so I didn’t see the erroneous behaviour. Hmm. I think muse-backlink-handle-link needs to be re-written to directly insert the backlink, rather than trying to do clever things with hooks. I won’t be able to do this myself for a few days, I am afraid, but feel free, of course, to fiddle with it yourself if you like. Regards, -- Jim Ottaway _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
