소스 검색

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

Eric Schulte 15 년 전
부모
커밋
799c15ffaf
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      contrib/babel/library-of-babel.org

+ 8 - 0
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.