Re: [O] Default silent results

2017-03-13 Thread Nick Dokos
Jarmo Hurri writes: > Jérémie Juste writes: > > Greetings. > >> you can tweek the default behaviour using >> org-babel-default-header-args:org variable >> >> My default configuration for org is the following. I did not modify >> it. >> >>

Re: [O] Default silent results

2017-03-13 Thread Jarmo Hurri
Jérémie Juste writes: Greetings. > you can tweek the default behaviour using > org-babel-default-header-args:org variable > > My default configuration for org is the following. I did not modify > it. > > org-babel-default-header-args:org is a variable defined in

Re: [O] Default silent results

2017-03-13 Thread Jérémie Juste
Hello you can tweek the default behaviour using org-babel-default-header-args:org variable My default configuration for org is the following. I did not modify it. org-babel-default-header-args:org is a variable defined in ‘ob-org.el’. Its value is ((:results . "raw silent") (:exports .

[O] Default silent results

2017-03-13 Thread Jarmo Hurri
Greetings. An old org-code of mine stopped working, and while trying to fix it I bumped into the following. What am I missing here? Jarmo * test A simple code block. #+name: org-block #+BEGIN_SRC org | foo | bar | |-+-| | 1 | 2 | #+END_SRC A silent call produces no