I fixed the
problem with the internal links for me by changing the
PRPathLookup >> visitChildren: method so that it finds the child
also by the title. It is not very clean but works for my purposes.
Yes, that sounds like a simple solution: when parsing a path it
first tries to look it up by name, if it fails by title; paths are
always printed by name.
...
What do others think about this?
It sounds like a good compromise for me. The interim solution (as
implemented in Pier-All.72) already feels much simpler to deal with.
Thanks!
Dominique