Vikas Rawal wrote: > On 04-May-2014, at 11:46 am, Han Fan <visaya...@gmail.com> wrote: >> Fletcher Charest <fletcher.char...@gmail.com> writes: >>> >>> Sorry if I misunderstood... If you create an Org source block like >>> this with nothing inside: >>> >>> #+begin_src org >>> >>> #+end_src >>> >>> ...then, with your cursor inside, enter it with C-c ', write your >>> org tree, and validate with C-c ' again, then export... Does it do >>> what you want? > > This is what works for me > > #+begin_src org :exports code > > #+end_src > > It does not work without ":exports code”
I don't understand that, as ":exports code" is the default for Org code blocks, as shown by: ╭──── │ org-babel-default-header-args:org is a variable defined in `ob-org.el'. │ Its value is ((:results . "raw silent") (:exports . "code")) │ │ Documentation: │ Default arguments for evaluating a org source block. ╰──── Best regards, Seb -- Sebastien Vauban