From bdbb75b5d7b15ff31233c9ea824395be7ac8caae Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 23 Apr 2023 19:18:57 +0100 Subject: Add a footnote --- content.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content.org b/content.org index 6b7aa29..354cfd4 100644 --- a/content.org +++ b/content.org @@ -482,7 +482,7 @@ first create a simple =ymhg/incr-id= function which simply increments the last c #+end_src However, one problem is that if we get to an ID with a =9=, it will stop incrementing correctly and -turn into a =:=, which will break the naming scheme. This could simply be fixed by turning the last +turn into a =:=,[fn:1] which will break the naming scheme. This could simply be fixed by turning the last value of the ID into a number, incrementing that, then turning it back into the original representation. However, for the current purpose we'll just assume that manual intervention will be required sometimes. Then, to create the function that generates an ID branching off of the current @@ -2242,3 +2242,8 @@ version of the article. *** 2022-06-28 - Section 2.2, ยง3 :: This section mentioned a variable =x= which should have actually been =tmp=. + +* Footnotes + +[fn:1] Thanks to Joseph Turner for refactoring the =ymhg/incr-id= function and correcting the +description of incrementing past 9. -- cgit