From 62e52f2aabd2ed1a41df1e8dcc455940952e8367 Mon Sep 17 00:00:00 2001
From: Vedang Manerikar <ved.manerikar@gmail.com>
Date: Mon, 30 Dec 2024 11:28:54 +0530
Subject: [PATCH] Add a Local Variables section to load toc-org-mode in
 unravel-emacs

---
 unravel-emacs.org | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/unravel-emacs.org b/unravel-emacs.org
index 5d96639..eee31bc 100644
--- a/unravel-emacs.org
+++ b/unravel-emacs.org
@@ -7322,3 +7322,14 @@ I use the incredible ledger-mode for all my personal finance tracking
 #+begin_src emacs-lisp :tangle "custom-lisp/vedang-personal.el"
   (provide 'vedang-personal)
 #+end_src
+
+** COMMENT Local Variables
+
+We use ~toc-org-mode~ in this file, to generate titles which are
+compliant with GitHub. Here, we enable ~toc-org-mode~ for this file
+specifically, so that others who open the file in Emacs Org-mode can
+navigate the TOC properly.
+
+# Local Variables:
+# eval: (toc-org-mode 1)
+# End: