summaryrefslogtreecommitdiffstats
path: root/2023/info
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-08-21 08:50:23 -0400
committerSacha Chua <sacha@sachachua.com>2023-08-21 08:50:23 -0400
commit944ebc84d6b6640f4cf0682a7675709936af0e82 (patch)
tree206c19ed4ee3e54aa4402d66cd026d945c55b02b /2023/info
parentbcd08a261ba7672d928100fe64aa2f6ea7ee022a (diff)
downloademacsconf-wiki-944ebc84d6b6640f4cf0682a7675709936af0e82.tar.xz
emacsconf-wiki-944ebc84d6b6640f4cf0682a7675709936af0e82.zip
add one
Diffstat (limited to '2023/info')
-rw-r--r--2023/info/adventure-nav.md2
-rw-r--r--2023/info/extending-nav.md4
-rw-r--r--2023/info/llm-nav.md2
-rw-r--r--2023/info/lspocaml-after.md2
-rw-r--r--2023/info/one-after.md7
-rw-r--r--2023/info/one-before.md4
-rw-r--r--2023/info/one-nav.md6
-rw-r--r--2023/info/ref-after.md2
-rw-r--r--2023/info/uni-nav.md4
9 files changed, 25 insertions, 8 deletions
diff --git a/2023/info/adventure-nav.md b/2023/info/adventure-nav.md
index d06353cb..ba12ed56 100644
--- a/2023/info/adventure-nav.md
+++ b/2023/info/adventure-nav.md
@@ -1,5 +1,5 @@
<div class="talk-nav">
Back to the [[talks]]
-Previous by track: <a href="/2023/talks/uni">Authoring and presenting university courses with Emacs and a full libre software stack</a>
+Previous by track: <a href="/2023/talks/one">one.el: the static site generator for Emacs Lisp Programmers</a>
</div>
diff --git a/2023/info/extending-nav.md b/2023/info/extending-nav.md
index dc6018fd..f49681ca 100644
--- a/2023/info/extending-nav.md
+++ b/2023/info/extending-nav.md
@@ -1,7 +1,7 @@
<div class="talk-nav">
Back to the [[talks]]
-Previous by track: <a href="/2023/talks/lspocaml">Writing a Language Server In OCaml for Emacs, fun, and profit</a>
-Next by track: <a href="/2023/talks/ref">Org-Mode Workflow: Informal Reference Tracking</a>
+Previous by track: <a href="/2023/talks/lspocaml">Writing a language server in OCaml for Emacs, fun, and profit</a>
+Next by track: <a href="/2023/talks/ref">Org-Mode workflow: informal reference tracking</a>
Track: <span class="sched-track dev">dev</span>
</div>
diff --git a/2023/info/llm-nav.md b/2023/info/llm-nav.md
index 5a38789f..ca5cfbd7 100644
--- a/2023/info/llm-nav.md
+++ b/2023/info/llm-nav.md
@@ -2,5 +2,5 @@
<div class="talk-nav">
Back to the [[talks]]
Previous by track: <a href="/2023/talks/hn">The many ways to browse Hacker News from Emacs</a>
-Next by track: <a href="/2023/talks/lspocaml">Writing a Language Server In OCaml for Emacs, fun, and profit</a>
+Next by track: <a href="/2023/talks/lspocaml">Writing a language server in OCaml for Emacs, fun, and profit</a>
</div>
diff --git a/2023/info/lspocaml-after.md b/2023/info/lspocaml-after.md
index bf12ce15..409fc04c 100644
--- a/2023/info/lspocaml-after.md
+++ b/2023/info/lspocaml-after.md
@@ -1,7 +1,7 @@
<!-- Automatically generated by emacsconf-publish-after-page -->
-Questions or comments? Please e-mail [austin@cutedogs.org](mailto:austin@cutedogs.org?subject=Comment%20for%20EmacsConf%202022%20lspocaml%3A%20Writing%20a%20Language%20Server%20In%20OCaml%20for%20Emacs%2C%20fun%2C%20and%20profit)
+Questions or comments? Please e-mail [austin@cutedogs.org](mailto:austin@cutedogs.org?subject=Comment%20for%20EmacsConf%202022%20lspocaml%3A%20Writing%20a%20language%20server%20in%20OCaml%20for%20Emacs%2C%20fun%2C%20and%20profit)
<!-- End of emacsconf-publish-after-page -->
diff --git a/2023/info/one-after.md b/2023/info/one-after.md
new file mode 100644
index 00000000..9832af36
--- /dev/null
+++ b/2023/info/one-after.md
@@ -0,0 +1,7 @@
+<!-- Automatically generated by emacsconf-publish-after-page -->
+
+
+Questions or comments? Please e-mail [tony@tonyaldon.com](mailto:tony@tonyaldon.com?subject=Comment%20for%20EmacsConf%202022%20one%3A%20one.el%3A%20the%20static%20site%20generator%20for%20Emacs%20Lisp%20Programmers)
+
+
+<!-- End of emacsconf-publish-after-page -->
diff --git a/2023/info/one-before.md b/2023/info/one-before.md
new file mode 100644
index 00000000..af9cef3a
--- /dev/null
+++ b/2023/info/one-before.md
@@ -0,0 +1,4 @@
+<!-- Automatically generated by emacsconf-publish-before-page -->
+
+# Description
+<!-- End of emacsconf-publish-before-page --> \ No newline at end of file
diff --git a/2023/info/one-nav.md b/2023/info/one-nav.md
new file mode 100644
index 00000000..23647338
--- /dev/null
+++ b/2023/info/one-nav.md
@@ -0,0 +1,6 @@
+
+<div class="talk-nav">
+Back to the [[talks]]
+Previous by track: <a href="/2023/talks/uni">Authoring and presenting university courses with Emacs and a full libre software stack</a>
+Next by track: <a href="/2023/talks/adventure">An Org-Mode based text adventure game for learning the basics of Emacs, inside Emacs, written in Emacs Lisp</a>
+</div>
diff --git a/2023/info/ref-after.md b/2023/info/ref-after.md
index b8c88d90..9a823b5f 100644
--- a/2023/info/ref-after.md
+++ b/2023/info/ref-after.md
@@ -1,7 +1,7 @@
<!-- Automatically generated by emacsconf-publish-after-page -->
-Questions or comments? Please e-mail [christopher@librehacker.com](mailto:christopher@librehacker.com?subject=Comment%20for%20EmacsConf%202022%20ref%3A%20Org-Mode%20Workflow%3A%20Informal%20Reference%20Tracking)
+Questions or comments? Please e-mail [christopher@librehacker.com](mailto:christopher@librehacker.com?subject=Comment%20for%20EmacsConf%202022%20ref%3A%20Org-Mode%20workflow%3A%20informal%20reference%20tracking)
<!-- End of emacsconf-publish-after-page -->
diff --git a/2023/info/uni-nav.md b/2023/info/uni-nav.md
index 7c3f86b4..cca3da43 100644
--- a/2023/info/uni-nav.md
+++ b/2023/info/uni-nav.md
@@ -1,6 +1,6 @@
<div class="talk-nav">
Back to the [[talks]]
-Previous by track: <a href="/2023/talks/ref">Org-Mode Workflow: Informal Reference Tracking</a>
-Next by track: <a href="/2023/talks/adventure">An Org-Mode based text adventure game for learning the basics of Emacs, inside Emacs, written in Emacs Lisp</a>
+Previous by track: <a href="/2023/talks/ref">Org-Mode workflow: informal reference tracking</a>
+Next by track: <a href="/2023/talks/one">one.el: the static site generator for Emacs Lisp Programmers</a>
</div>