From 11037e62b2e9609372f76c935bc0593273cb61b9 Mon Sep 17 00:00:00 2001 From: Kristijan Husak Date: Mon, 20 Jan 2025 15:15:31 +0100 Subject: [PATCH] docs: Fix links in contributing toc --- docs/contributing.org | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/contributing.org b/docs/contributing.org index 677ddfc08..6887f73ab 100644 --- a/docs/contributing.org +++ b/docs/contributing.org @@ -6,13 +6,14 @@ Thanks for wanting to help out with nvim-orgmode, we appreciate the effort! - [[#reporting-bugsfeatures][Reporting Bugs/Features]] - [[#documentation][Documentation]] -- [[*Development][Development]] - - [[*Philosophy][Philosophy]] +- [[#development][Development]] + - [[#philosophy][Philosophy]] - [[#local-dev][Local dev]] - [[#code][Code]] - [[#tests][Tests]] - [[#parser][Parser]] + ** Reporting Bugs/Features :PROPERTIES: :CUSTOM_ID: reporting-bugsfeatures @@ -38,7 +39,13 @@ If you spot something missing in our [[file:../index.org][docs]], don't hesitate The [[https://github.com/nvim-orgmode/orgmode/wiki][wiki]] can be edited freely. ** Development +:PROPERTIES: +:CUSTOM_ID: development +:END: *** Philosophy +:PROPERTIES: +:CUSTOM_ID: philosophy +:END: We try to mimic the behavior of Emacs Orgmode as closely as possible. Variable names follow the same naming convention as in Emacs Orgmode, except that they are in =snake_case= instead of =kebab-case=.