Re: [O] BUG docu org-babel-default-header-args

2013-04-05 Thread Bastien
Hi Andreas, Andreas Röhler writes: > customization needs a defcustom, not a defvar > > (defvar org-babel-default-header-args > '((:session . "none") (:results . "replace") (:exports . "code") > (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no") > (:padnewline . "yes")) >

Re: [O] BUG docu org-babel-default-header-args

2013-04-05 Thread Andreas Röhler
Am 05.04.2013 19:14, schrieb Bastien: Hi Andreas, Andreas Röhler writes: http://orgmode.org/manual/System_002dwide-header-arguments.html#System_002dwide-header-arguments Org Mode Info System-wide header arguments System-wide values of header arguments can be spec

Re: [O] BUG docu org-babel-default-header-args

2013-04-05 Thread Bastien
Hi Andreas, Andreas Röhler writes: > http://orgmode.org/manual/System_002dwide-header-arguments.html#System_002dwide-header-arguments > Org Mode Info > System-wide header arguments > > > System-wide values of header arguments can be specified by customizing > the `or