`locfield` option does not set a valid state
KOMA-Script is a bundle of versatile LaTeX classes and packages
Brought to you by:
kohm
Using the locfield option in scrlttr2 results in class complaining that option does not set a valid state.
Minimal test:
\documentclass[locfield=wide]{scrlttr2}
\begin{document}
\end{document}
gets
Package scrbase Info: Unknown processing state.
(scrbase) Processing option `locfield=wide'
(scrbase) of member `.scrlttr2.cls' of family
(scrbase) `KOMA' doesn't set
(scrbase) a valid state. This will be interpreted
(scrbase) as \FamilyKeyStateProcessed on input line 1570.
In the log file. Passing the option in \KOMAOptions leads to the same result.
Unclear if I am misunderstanding the use of the option.
From the checklist for new issue reports:
You found an internal bug of
scrlttr2andscrletter(missing\FamilyKeyStateProcessedin the implementation of optionlocfield), that should be fixed. The change will have no effect on the print result. Only the output of the information will disappear. (So an update is not urgent).Thank you for the report.
Fixed in [r4113].
Related
Commit: [r4113]
Sorry if I messed the report a bit and thanks for the extremely quick response!