Re: [O] [babel] Some variables with no default value don't provoke an error

2011-09-16 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> Eric Schulte wrote: >>> "Sebastien Vauban" writes: Weirdly enough, in the following code block, I must add a default value for vars `table', `column' and `type' but not for the var `nullability'. I've even been able

Re: [O] [babel] Some variables with no default value don't provoke an error

2011-09-16 Thread Eric Schulte
Hi, "Sebastien Vauban" writes: > Hi Eric, > > Eric Schulte wrote: >> "Sebastien Vauban" writes: >>> Weirdly enough, in the following code block, I must add a default value for >>> vars `table', `column' and `type' but not for the var `nullability'. >>> >>> I've even been able to add fake vars `

Re: [O] [babel] Some variables with no default value don't provoke an error

2011-09-16 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> Weirdly enough, in the following code block, I must add a default value for >> vars `table', `column' and `type' but not for the var `nullability'. >> >> I've even been able to add fake vars `something' and `else' with no error >> being

Re: [O] [babel] Some variables with no default value don't provoke an error

2011-09-15 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Eric, > > As said previously, I've been forced to add a default value to many code > blocks I had in my local LOB, which I ingest in my `.emacs' file: > > #+begin_src emacs-lisp > (when (try-require 'ob-lob) >(org-babel-lob-ingest "~/emacs/site-lisp/my-local-l