;; This buffer is for notes you don't want to save, and for Lisp evaluation. ;; If you want to create a file, visit that file with C-x C-f, ;; then enter the text in that file's own buffer. * This works #+NAME: test1 #+BEGIN_SRC bash a=2 #+END_SRC #+NAME: test2 #+BEGIN_SRC bash :noweb yes <> #+END_SRC #+BEGIN_SRC bash :noweb yes <> #+END_SRC shows in the org-edit-special window #+BEGIN_EXAMPLE a=2 #+END_EXAMPLE * This does not work After loading this block, #+BEGIN_SRC emacs-lisp :exports none :results none (org-babel-lob-ingest "t.org") #+END_SRC #+BEGIN_SRC bash :noweb yes <> #+END_SRC shows in the org-edit-special window #+BEGIN_EXAMPLE <> #+END_EXAMPLE * What I expect After ingesting the file, I should still get =a=2= in the org-edit-special