Sebastian Reuße <s...@wirrsal.net> writes: > Nicolas Goaziou <m...@nicolasgoaziou.fr> writes:
[...] >> With the following document: >> >> --8<---------------cut here---------------start------------->8--- >> * Foo >> ** Bar >> * Foo2 >> --8<---------------cut here---------------end--------------->8--- >> >> Trying to refile "Foo2" under "Foo/Bar/Baz/" results in: >> >> --8<---------------cut here---------------start------------->8--- >> * Foo >> ** Bar >> * Foo >> ** Bar >> *** Baz >> **** Foo2 >> --8<---------------cut here---------------end--------------->8--- > > This was due to the trailing slash in the refile target. I now amended > the regex to normalize such input and added a test case with > a trailing slash. Care to give it another spin? AFAICT, it still doesn't work. I get the exact same result as detailed above.