mirror of
https://github.com/vale981/literate-programming-tutorials
synced 2025-03-04 09:21:38 -05:00
Updated README.org
This commit is contained in:
parent
98116ecbad
commit
5f281ae2d6
2 changed files with 30 additions and 0 deletions
15
README.org
15
README.org
|
@ -10,6 +10,21 @@
|
|||
|
||||
*** Literate Programming using org-mode
|
||||
|
||||
**** How-To
|
||||
|
||||
The =How-To= tutorials provide enough details to complete a small project.
|
||||
|
||||
#+BEGIN_SRC bash :exports results :results drawer replace
|
||||
ROOT_DIR='how-to'
|
||||
for dir in `ls -1 ${ROOT_DIR}`; do
|
||||
echo "- [[file:${ROOT_DIR}/${dir}][${dir}]]"
|
||||
done
|
||||
#+END_SRC
|
||||
|
||||
#+RESULTS:
|
||||
:RESULTS:
|
||||
- [[file:how-to/00-convert-latex-template-into-org-mode-template][00-convert-latex-template-into-org-mode-template]]
|
||||
:END:
|
||||
|
||||
** Useful Resources
|
||||
|
||||
|
|
|
@ -746,6 +746,21 @@ Use this file to manage the files listed in the table below:
|
|||
|
||||
,*** Literate Programming using org-mode
|
||||
|
||||
,**** How-To
|
||||
|
||||
The =How-To= tutorials provide enough details to complete a small project.
|
||||
|
||||
,#+BEGIN_SRC bash :exports results :results drawer replace
|
||||
ROOT_DIR='how-to'
|
||||
for dir in `ls -1 ${ROOT_DIR}`; do
|
||||
echo "- [[file:${ROOT_DIR}/${dir}][${dir}]]"
|
||||
done
|
||||
,#+END_SRC
|
||||
|
||||
,#+RESULTS:
|
||||
:RESULTS:
|
||||
- [[file:how-to/00-convert-latex-template-into-org-mode-template][00-convert-latex-template-into-org-mode-template]]
|
||||
:END:
|
||||
|
||||
,** Useful Resources
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue