Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a67786f

Browse files
author
nvim-orgmode
committedJan 24, 2025·
1 parent 0c5b8e7 commit a67786f

File tree

3 files changed

+193
-191
lines changed

3 files changed

+193
-191
lines changed
 

‎docs/configuration.org

Lines changed: 188 additions & 188 deletions
Large diffs are not rendered by default.

‎docs/contributing.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Thanks for wanting to help out with nvim-orgmode, we appreciate the effort!
1010
- [[#philosophy][Philosophy]]
1111
- [[#local-dev][Local dev]]
1212
- [[#code][Code]]
13+
- [[#tests][Tests]]
14+
- [[#parser][Parser]]
1315

1416

1517
** Reporting Bugs/Features

‎docs/tutorial.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ org_capture_templates = {
213213
After restarting Vim you should be able to select the =Repo= capture-template
214214
with =r= when you initiate a capture. If you have the link to the repo in you
215215
clipboard, it will be inserted into the link correctly. See the docs about the
216-
possible ways to [[file:./configuration.org::#org-capture-templates][configure your templates]].
216+
possible ways to [[file:./configuration.org::#org_capture_templates][configure your templates]].
217217

218218
* Archiving
219219
:PROPERTIES:
@@ -225,14 +225,14 @@ Let's say we are done with checking out the org-bullets repo, so we archive it
225225
by pressing =<Leader>o$= while on the heading. This will also archive any
226226
child headings. The default location for archived headings is
227227
<name-of-current-org-file>.org_archive, which can be changed with the
228-
[[file:./configuration.org::#org-archive-location][org_archive_location]] option.
228+
[[file:./configuration.org::#org_archive_location][org_archive_location]] option.
229229

230230
* Exporting
231231
:PROPERTIES:
232232
:CUSTOM_ID: exporting
233233
:END:
234234

235-
In case you want to preview, you can export your .org file to e.g., html with pandoc, see the [[file:./configuration.org::#org-export][docs]].
235+
In case you want to preview, you can export your .org file to e.g., html with pandoc, see the [[file:./configuration.org::#org_export][docs]].
236236

237237
* Further Resources
238238
:PROPERTIES:

0 commit comments

Comments
 (0)
Please sign in to comment.