Re: [NTG-context] Problem with context.startsection

2010-12-01 Thread Hans Hagen
On 30-11-2010 10:38, Peter Münster wrote: On Tue, Nov 30 2010, Procházka Lukáš Ing. - Pontex s. r. o. wrote: \enableregime[cp1250] Remove this line, see also page 6 of http://meeting.contextgarden.net/2010/talks/2010-09-15-documentworkflow/workflows.pdf (ok, there seems to be a bug with

Re: [NTG-context] Problem with context.startsection (was: Problem with \nolist)

2010-11-30 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Sun, 28 Nov 2010 19:00:37 +0100, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: \startsection[title={AAA aaa},list={AAA}] ... \stopsection ... OK, the example above works well when called from ConTeXt. But from Lua? - This Lua code seems to be wrong: ---

Re: [NTG-context] Problem with context.startsection (was: Problem with \nolist)

2010-11-30 Thread Wolfgang Schuster
Am 30.11.2010 um 17:51 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: On Sun, 28 Nov 2010 19:00:37 +0100, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: \startsection[title={AAA aaa},list={AAA}] ... \stopsection ... OK, the example above works well when called from

Re: [NTG-context] Problem with context.startsection

2010-11-30 Thread Peter Münster
On Tue, Nov 30 2010, Procházka Lukáš Ing. - Pontex s. r. o. wrote: \enableregime[cp1250] Remove this line, see also page 6 of http://meeting.contextgarden.net/2010/talks/2010-09-15-documentworkflow/workflows.pdf (ok, there seems to be a bug with \enableregime[], but if Hans could drop support

Re: [NTG-context] Problem with context.startsection

2010-11-30 Thread Procházka Lukáš Ing . - Pontex s . r . o .
... Thanks, that was really silly mistake of mine - I was Luaing the original ctx code so I forgot to enclose the ttt into the context(ttt); that was the problem. Braces were OK - statement: context.startsection({title = ti, list = li}) may be shortened to: context.startsection{title = ti,