Skip to content

Commit

Permalink
docs: Add link to online docs and fix ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
kristijanhusak committed Jan 24, 2025
1 parent a753840 commit 6d93758
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -2561,8 +2561,7 @@ Few examples:
=COMPUTER= and property =CATEGORY= equal to =mywork=:
=URGENT-COMPUTER+CATEGORY=mywork/-DONE=

*** Tangle
Extract source code (tangle)
*** Extract source code (tangle)
:PROPERTIES:
:CUSTOM_ID: extract-source-code-tangle
:END:
Expand All @@ -2571,7 +2570,6 @@ There is basic support for extracting source code with =tangle= and =noweb=.
These options are supported:

1. Setting =header-args= on multiple levels:

1. Configuration ([[#org_babel_default_header_args][org_babel_default_header_args]])
2. File level property (=#+property: header-args :tangle yes=)
3. Headline level property
Expand Down
1 change: 1 addition & 0 deletions docs/contributing.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#+OPTIONS: H:9
* Contributing Guide
:PROPERTIES:
:CUSTOM_ID: contributing-guide
Expand Down
4 changes: 3 additions & 1 deletion docs/index.org
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#+OPTIONS: H:9
* Nvim Orgmode

Nvim orgmode is a clone of Emacs Orgmode for Neovim 0.10.0+.
It aims to be a feature-complete implementation of Orgmode features in Neovim.

💡 TIP: To view this documentation offline in Neovim, run =:Org help=. More info in [[#globals-and-commands][Globals and commands]] section.
Online version of this documentation is available at [[https://nvim-orgmode.github.io]].

To view this documentation offline in Neovim, run =:Org help=. More info in [[#globals-and-commands][Globals and commands]] section.

** Quick start
:PROPERTIES:
Expand Down
1 change: 1 addition & 0 deletions docs/installation.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#+OPTIONS: H:9
* Installation

Orgmode can be installed with any package manager.
Expand Down
1 change: 1 addition & 0 deletions docs/plugins.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#+OPTIONS: H:9
* Plugins

📝 NOTE: If you create a plugin for orgmode, make sure to tag it with =orgmode-nvim= on github and submit an issue/PR to add it to this list.
Expand Down
1 change: 1 addition & 0 deletions docs/troubleshoot.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#+OPTIONS: H:9
** Troubleshooting
*** Indentation is not working

Expand Down
3 changes: 1 addition & 2 deletions docs/tutorial.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#+title: nvim-orgmode Tutorial
#+author: nvim-orgmode Team
#+OPTIONS: H:9

* Overview
Org-mode is a flexible note-taking system that was originally created for
Expand Down

0 comments on commit 6d93758

Please sign in to comment.