Alan Schmitt <alan.schm...@polytechnique.org> writes: > Thanks, I confirm it works for email, but I’m having trouble getting rid > of the place. Here is an ECM: > > testlco.lco > \ProvidesFile{testlco.lco} > > \setkomavar{place}{Rennes} > > \endinput > > letter.org > #+latex_class: my-letter > #+options: place:nil > #+lco: testlco > > letter text > > The output still mentions “Rennes” right before the date.
"place" is a bit tricky because there is no \KOMAoption{place}{false} setting. Anyway, I think it should now be fixed: any time you alter place setting (with "place" OPTION item or PLACE keyword), it is set after LCO inclusion. Regards,