On 04-May-2014, at 11:46 am, Han Fan <visaya...@gmail.com> wrote: > Fletcher Charest <fletcher.char...@gmail.com> writes: > >> Hi, >> >> 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? >> >> FC > This is what works for me
#+begin_src org :exports code #+end_src It does not work without ":exports code” I found the solution here: http://lists.gnu.org/archive/html/emacs-orgmode/2011-01/msg01117.html Vikas