summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-04-28 16:09:22 -0400
committerAmin Bandali <amin@aminb.org>2018-04-28 16:09:22 -0400
commit967b0a8269f01ba3020df0725a56615826993df3 (patch)
tree0ed6a127b850a08e8f444ba8a5e94de37ac25094
parent180cab37b6034248c12a50d0a77360b52ef1fbfe (diff)
downloadconfigs-967b0a8269f01ba3020df0725a56615826993df3.tar.gz
configs-967b0a8269f01ba3020df0725a56615826993df3.tar.xz
configs-967b0a8269f01ba3020df0725a56615826993df3.zip
[emacs] fix post initialization TOC link on GitHub
GitHub's Org mode renderer doesn't use the CUSTOM_ID property for generating internal in-file links like Org mode itself does. So, at least for now, the internal link has to match the heading's full name.
-rw-r--r--init.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.org b/init.org
index 371ec1e..88f5e24 100644
--- a/init.org
+++ b/init.org
@@ -28,7 +28,7 @@ having fast startup times.
- [[#header][Header]]
- [[#initial-setup][Initial setup]]
- [[#core][Core]]
-- [[#post-init][Post initialization]]
+- [[#post-initialization][Post initialization]]
- [[#footer][Footer]]
* Header
@@ -638,7 +638,7 @@ TODO: break this giant source block down into individual org sections.
* Post initialization
:PROPERTIES:
-:CUSTOM_ID: post-init
+:CUSTOM_ID: post-initialization
:END:
Display how long it took to load the init file.