Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo #603

Merged
merged 1 commit into from
Aug 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading