Quote:
Originally Posted by davey
Thanks, that's close to the solution. It looks like the first --delexthtype pass results in a file that still has two Author headers ... one is blank, while the other is unchanged. So it really didn't delete a header; it just nulled one out.
A second pass on the output from the first pass results in a file with a single Author header, which is blank. So this actually deleted one, nulled the other.
So then you have to make a third pass with --exthtype and with --exthdata to restore the proper Author.

|
This was annoying. I will fix this buggy behaviour. I have just added a flag to add an author so I can test deleting authors...