Eric Schulte 17 лет назад
Родитель
Сommit
de09a9813e
1 измененных файлов с 7 добавлено и 1 удалено
  1. 7 1
      org-babel.org

+ 7 - 1
org-babel.org

@@ -139,7 +139,13 @@ table, allowing the test suite to be run be evaluation of the table
 and the results to be collected in the same table.
 and the results to be collected in the same table.
 
 
 *** Emacs initialization files stored in Org-Mode buffers
 *** Emacs initialization files stored in Org-Mode buffers
-Once org-babel-tangle is completed this could be a very compelling use case.
+Using `org-babel-tangle' it is possible to embed your Emacs
+initialization into org-mode files.  This allows for folding,
+note-taking, todo's etc... embedded with the source-code of your Emacs
+initialization, and through org-mode's publishing features aids in
+sharing your customizations with others.
+
+**** my customization
 
 
 
 
 ** features
 ** features