branch: externals/org-mathsheet commit 36fb466ca29cd541633428ac0a0f346dc76e38d3 Author: Ian Martins <ia...@jhu.edu> Commit: Ian Martins <ia...@jhu.edu>
Fixed links to org files --- README.md | 26 +++++++++----------------- mathsheet.org | 10 +++++----- 2 files changed, 14 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 9b3380e65e..705829085b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Here are some example worksheets generated by this tool: 1. [arithmetic](examples/add-sub-1.pdf) 2. [algebra](examples/algebra-1.pdf) -They were generated using [this configuration](examples/example.md). +They were generated using [this configuration](examples/example.org). ## Requirements @@ -126,7 +126,7 @@ Both are described in detail below. a worksheet, each worksheet is configured with a set of templates in a templates table. For example - <table id="orgbd001a4" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> + <table id="org3c0f295" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <colgroup> @@ -146,7 +146,6 @@ Both are described in detail below. <th scope="col" class="org-left">description</th> </tr> </thead> - <tbody> <tr> <td class="org-right">3</td> @@ -155,7 +154,6 @@ Both are described in detail below. <td class="org-left">addition</td> </tr> - <tr> <td class="org-right">1</td> <td class="org-right">2</td> @@ -186,7 +184,7 @@ Both are described in detail below. Here is another example template table. - <table id="org3d7301d" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> + <table id="orga58bae4" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <colgroup> @@ -206,7 +204,6 @@ Both are described in detail below. <th scope="col" class="org-left">description</th> </tr> </thead> - <tbody> <tr> <td class="org-right">3</td> @@ -215,7 +212,6 @@ Both are described in detail below. <td class="org-left">simple</td> </tr> - <tr> <td class="org-right">2</td> <td class="org-right">2</td> @@ -223,7 +219,6 @@ Both are described in detail below. <td class="org-left">second number bigger</td> </tr> - <tr> <td class="org-right">1</td> <td class="org-right">2</td> @@ -231,7 +226,6 @@ Both are described in detail below. <td class="org-left">subtraction</td> </tr> - <tr> <td class="org-right">1</td> <td class="org-right">3</td> @@ -239,7 +233,6 @@ Both are described in detail below. <td class="org-left">three terms</td> </tr> - <tr> <td class="org-right">1</td> <td class="org-right">4</td> @@ -247,7 +240,6 @@ Both are described in detail below. <td class="org-left">three terms with subtraction</td> </tr> - <tr> <td class="org-right">0</td> <td class="org-right">0</td> @@ -851,12 +843,12 @@ will overwrite the same file. # Literate Programming -This is written as a [literate program](https://en.wikipedia.org/wiki/Literate_programming) using [emacs org-mode](https://orgmode.org/). [The org -file](gimp-comic-book.md) contains the code and documentation for the math worksheet -generation script. When this file is saved, the source code is -generated using `org-babel-tangle` and the readme is generated using -`org-md-export-to-file`. +This is written as a [literate program](https://en.wikipedia.org/wiki/Literate_programming) using [emacs +org-mode](https://orgmode.org/). [The org file](mathsheet.org) contains the code and +documentation for the math worksheet generation script. When this +file is saved, the source code is generated using `org-babel-tangle` and +the readme is generated using `org-md-export-to-file`. -The first line of [the org file](mathsheet.md) configures emacs to run those commands +The first line of [the org file](mathsheet.org) configures emacs to run those commands whenever this file is saved, which generates the scripts and readme. diff --git a/mathsheet.org b/mathsheet.org index 9b8fcfab22..5b3bd55830 100644 --- a/mathsheet.org +++ b/mathsheet.org @@ -847,11 +847,11 @@ will overwrite the same file. #+end_src * Literate Programming -This is written as a [[https://en.wikipedia.org/wiki/Literate_programming][literate program]] using [[https://orgmode.org/][emacs org-mode]]. [[file:gimp-comic-book.org][The org -file]] contains the code and documentation for the math worksheet -generation script. When this file is saved, the source code is -generated using =org-babel-tangle= and the readme is generated using -=org-md-export-to-file=. +This is written as a [[https://en.wikipedia.org/wiki/Literate_programming][literate program]] using [[https://orgmode.org/][emacs +org-mode]]. [[file:mathsheet.org][The org file]] contains the code and +documentation for the math worksheet generation script. When this +file is saved, the source code is generated using =org-babel-tangle= and +the readme is generated using =org-md-export-to-file=. The first line of [[file:mathsheet.org][the org file]] configures emacs to run those commands whenever this file is saved, which generates the scripts and readme.