Re: [O] Add minlevel parameter to column view parameters

2017-10-19 Thread Nicolas Goaziou
Hello, Thomas Cordival writes: > you will find attached a simple patch to add a new parameter to the > column view dynamic block: minlevel. Thank you! > + (if (and minlevel maxlevel) > + (format "LEVEL>=%d&LEVEL<=%d" minlevel maxlevel) > + (if minlevel > +(format "LEVEL>

[O] Add minlevel parameter to column view parameters

2017-10-17 Thread Thomas Cordival
Hello, you will find attached a simple patch to add a new parameter to the column view dynamic block: minlevel. This parameter mirrors the behavior of the maxlevel parameter: only headings below a given level will be included in the table. I use this feature in documents where I want to keep a l