From 799c15ffaf1e0a0e28d5e3037dbc23ef6084cedf Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Wed, 9 Jun 2010 21:03:21 -0700 Subject: [PATCH] babel: adding simple "echo" function to library-of-babel --- contrib/babel/library-of-babel.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contrib/babel/library-of-babel.org b/contrib/babel/library-of-babel.org index ded879220..807ada4d9 100644 --- a/contrib/babel/library-of-babel.org +++ b/contrib/babel/library-of-babel.org @@ -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.