babel: adding simple "echo" function to library-of-babel

This commit is contained in:
Eric Schulte 2010-06-09 21:03:21 -07:00
parent 4fb9fa323e
commit 799c15ffaf
1 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,14 @@
The raw Org-mode text of this file can be downloaded at
[[repofile:contrib/babel/library-of-babel.org][library-of-babel.org]]
* Simple
A collection of simple utility functions
#+srcname: echo
#+begin_src emacs-lisp :var input="echo'd"
input
#+end_src
* File I/O
** reading and writing files
Read the contents of the file at =path= into a string.