_where:_ there are a series of if statements starting @ https://github.com/sccn/EEG-BIDS/blame/master/bids_export.m#L507 _expected behaviour:_ any label is valid for sessions since it is a string in the [spec](https://bids-specification.readthedocs.io/en/stable/modality-agnostic-files.html#sessions-file) _identified issue:_ these relies on the length because it assumes number like ses-1 run-2 but one can have ses-baseline and run-1 ([runs are ok since defined non negative indices](https://bids-specification.readthedocs.io/en/stable/appendices/entities.html#run)) _possible fix_ have not figured out