# -*- org-confirm-babel-evaluate: nil; -*- #+TITLE: examplebug.org #+AUTHOR: Eric S Fraga * disappearing source code blocks The following source code block counts the number of files in the current directory. #+name: t1 #+begin_src sh :exports results :results output # count the number of files in the directory ls | wc -l #+end_src There are call_t1() files in the directory.