Skip to content

Commit ceb9f2c

Browse files
author
nvim-orgmode
committed
1 parent 93c913a commit ceb9f2c

7 files changed

+9
-6
lines changed

docs/configuration.org

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,8 +2561,7 @@ Few examples:
25612561
=COMPUTER= and property =CATEGORY= equal to =mywork=:
25622562
=URGENT-COMPUTER+CATEGORY=mywork/-DONE=
25632563

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

25732572
1. Setting =header-args= on multiple levels:
2574-
25752573
1. Configuration ([[#org_babel_default_header_args][org_babel_default_header_args]])
25762574
2. File level property (=#+property: header-args :tangle yes=)
25772575
3. Headline level property

docs/contributing.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#+OPTIONS: H:9
12
* Contributing Guide
23
:PROPERTIES:
34
:CUSTOM_ID: contributing-guide

docs/index.org

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
#+OPTIONS: H:9
12
* Nvim Orgmode
23

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

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

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

911
** Quick start
1012
:PROPERTIES:

docs/installation.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#+OPTIONS: H:9
12
* Installation
23

34
Orgmode can be installed with any package manager.

docs/plugins.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#+OPTIONS: H:9
12
* Plugins
23

34
📝 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.

docs/troubleshoot.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#+OPTIONS: H:9
12
** Troubleshooting
23
*** Indentation is not working
34

docs/tutorial.org

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#+title: nvim-orgmode Tutorial
2-
#+author: nvim-orgmode Team
1+
#+OPTIONS: H:9
32

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

0 commit comments

Comments
 (0)