add org example - cl-yag - Common Lisp Yet Another website Generator | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 1e46417916771c10ed235899b94e333866d11042 | |
parent 4ef4f5a4e82381039878f615749ad4de40f29c30 | |
Author: solene rapenne <[email protected]> | |
Date: Fri, 15 Dec 2017 00:53:09 +0100 | |
add org example | |
Diffstat: | |
A data/t.org | 5 +++++ | |
1 file changed, 5 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/data/t.org b/data/t.org | |
@@ -0,0 +1,5 @@ | |
+* test title | |
+org mode text | |
+#+BEGIN_SRC lisp | |
+code here | |
+#+END_SRC |