Guest User

Untitled

a guest
Jan 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #+NAME: bill-bo
  2. #+BEGIN_SRC emacs-lisp
  3. "hello"
  4. #+END_SRC
  5.  
  6. #+BEGIN_SRC sh :var B=bill-bo
  7. echo $B world
  8. #+END_SRC
  9.  
  10. #+RESULTS:
  11. : hello world
Add Comment
Please, Sign In to add comment