From e2309aafc0eb46b04973dad1cea17ead394c8093 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 18 Jul 2023 19:54:45 -0400 Subject: [PATCH] Add notes. --- notes/blog_posts/org_mode/notes.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/notes/blog_posts/org_mode/notes.org b/notes/blog_posts/org_mode/notes.org index 17a2038..6715c72 100644 --- a/notes/blog_posts/org_mode/notes.org +++ b/notes/blog_posts/org_mode/notes.org @@ -1,2 +1,8 @@ * Title ideas ** Org-mode is the Afghanistan of parsers +* Contents +** footnote definition vs list item end conditions +They have different precedent despite identical values +** Invisible, non-typeable escape character +** Why not use the invisible escape character for the special case of entities +entities use ={}= to escape the end of an entity but the invisible non-typeable escape character used everywhere else would have worked here too.