Skip to content

Commit

Permalink
Fix a typo (nvim-orgmode#603)
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
rwmpelstilzchen authored Aug 27, 2023
1 parent ab528fa commit 9fa5643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1123,9 +1123,9 @@ Some content [[|
`org` buffers have access to two abbreviations:

* `:today:` - expands to today's date (example: `<2021-06-29 Tue>`)
* `:itoday:` - expands to an invactive version of today's date (example: `[2021-06-29 Tue]`)
* `:itoday:` - expands to an inactive version of today's date (example: `[2021-06-29 Tue]`)
* `:now:` - expands to today's date and current time (example: `<2021-06-29 Tue 15:32>`)
* `:inow:` - expands to invactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`)
* `:inow:` - expands to inactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`)

## Formatting
Formatting is done via `gq` mapping, which uses `formatexpr` under the hood (see `:help formatexpr` for more info).
Expand Down
4 changes: 2 additions & 2 deletions doc/orgmode.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1513,9 +1513,9 @@ ABBREVIATIONS *orgmode-abbreviation
`org` buffers have access to two abbreviations:

* `:today:` - expands to today's date (example: `<2021-06-29 Tue>`)
* `:itoday:` - expands to an invactive version of today's date (example: `[2021-06-29 Tue]`)
* `:itoday:` - expands to an inactive version of today's date (example: `[2021-06-29 Tue]`)
* `:now:` - expands to today's date and current time (example: `<2021-06-29 Tue 15:32>`)
* `:inow:` - expands to invactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`)
* `:inow:` - expands to inactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`)

--------------------------------------------------------------------------------
FORMATTING *orgmode-formatting*
Expand Down

0 comments on commit 9fa5643

Please sign in to comment.