Quote:
Originally Posted by JimmXinu
As for removing the "Last Update Year/Month", you can do that with replace_metadata again. This shows both removing replace_metadata and changing In-Progress to Incomplete.
Code:
replace_metadata:
^Last Update Year/Month: \d+/\d+%=>
^In-Progress$=>Incomplete
|
With this I get an error message: '%' must be followed by '%' or '(', found: u'%=>'
I am only using the first part, as the in-progress/incomplete difference is irrelevant to me.