diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-08-22 22:06:34 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-08-22 22:08:09 -0400 |
commit | 22a9aacfb6a13155ed89358bfd853c305000c141 (patch) | |
tree | 5b5fc992aa6bce4a4710e23921b349b2dae88a82 /2024/info | |
parent | 9a7beb792ce1bd979ef07d0730b84c2c702ff8d7 (diff) | |
download | emacsconf-wiki-22a9aacfb6a13155ed89358bfd853c305000c141.tar.xz emacsconf-wiki-22a9aacfb6a13155ed89358bfd853c305000c141.zip |
Add literate
Diffstat (limited to '')
-rw-r--r-- | 2024/info/literate-after.md | 10 | ||||
-rw-r--r-- | 2024/info/literate-before.md | 12 | ||||
-rw-r--r-- | 2024/info/literate-nav.md | 6 | ||||
-rw-r--r-- | 2024/info/org-teach-nav.md | 1 |
4 files changed, 29 insertions, 0 deletions
diff --git a/2024/info/literate-after.md b/2024/info/literate-after.md new file mode 100644 index 00000000..17e8fe28 --- /dev/null +++ b/2024/info/literate-after.md @@ -0,0 +1,10 @@ +<!-- Automatically generated by emacsconf-publish-after-page --> + + +Questions or comments? Please e-mail [emacsconf-org-private@gnu.org](mailto:emacsconf-org-private@gnu.org?subject=Comment%20for%20EmacsConf%202023%20literate%3A%20Literate%20Programming%20for%20the%2021st%20Century) + +---- +Got an idea for an EmacsConf talk or session? We'd love to hear from you! Check out the [[Call for Participation|/2024/cfp]] for details. + + +<!-- End of emacsconf-publish-after-page --> diff --git a/2024/info/literate-before.md b/2024/info/literate-before.md new file mode 100644 index 00000000..14c43a73 --- /dev/null +++ b/2024/info/literate-before.md @@ -0,0 +1,12 @@ +<!-- Automatically generated by emacsconf-publish-before-page --> +[[!toc ]] +Format: 20-min talk; Q&A: BigBlueButton conference room +Status: TO_CONFIRM + + + + + + +# Description +<!-- End of emacsconf-publish-before-page -->
\ No newline at end of file diff --git a/2024/info/literate-nav.md b/2024/info/literate-nav.md new file mode 100644 index 00000000..80c4b632 --- /dev/null +++ b/2024/info/literate-nav.md @@ -0,0 +1,6 @@ + +<div class="talk-nav"> +Back to the [[talks]] +Previous by track: <a href="/2024/talks/org-teach">org-teach: a minor mode for writing course materials in Emacs</a> +Track: <span class="sched-track Development">Development</span> +</div> diff --git a/2024/info/org-teach-nav.md b/2024/info/org-teach-nav.md index b3905c39..d860f6e6 100644 --- a/2024/info/org-teach-nav.md +++ b/2024/info/org-teach-nav.md @@ -2,5 +2,6 @@ <div class="talk-nav"> Back to the [[talks]] Previous by track: <a href="/2024/talks/water">Watering my (digital) plant with Emacs timers</a> +Next by track: <a href="/2024/talks/literate">Literate Programming for the 21st Century</a> Track: <span class="sched-track General">General</span> </div> |