File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1123,9 +1123,9 @@ Some content [[|
1123
1123
` org ` buffers have access to two abbreviations:
1124
1124
1125
1125
* ` :today: ` - expands to today's date (example: ` <2021-06-29 Tue> ` )
1126
- * ` :itoday: ` - expands to an invactive version of today's date (example: ` [2021-06-29 Tue] ` )
1126
+ * ` :itoday: ` - expands to an inactive version of today's date (example: ` [2021-06-29 Tue] ` )
1127
1127
* ` :now: ` - expands to today's date and current time (example: ` <2021-06-29 Tue 15:32> ` )
1128
- * ` :inow: ` - expands to invactive version of today's date and current time (example: ` [2021-06-29 Tue 15:32] ` )
1128
+ * ` :inow: ` - expands to inactive version of today's date and current time (example: ` [2021-06-29 Tue 15:32] ` )
1129
1129
1130
1130
## Formatting
1131
1131
Formatting is done via ` gq ` mapping, which uses ` formatexpr ` under the hood (see ` :help formatexpr ` for more info).
Original file line number Diff line number Diff line change @@ -1513,9 +1513,9 @@ ABBREVIATIONS *orgmode-abbreviation
1513
1513
`org` buffers have access to two abbreviations:
1514
1514
1515
1515
* `:today:` - expands to today's date (example: `<2021-06-29 Tue>`)
1516
- * `:itoday:` - expands to an invactive version of today's date (example: `[2021-06-29 Tue]`)
1516
+ * `:itoday:` - expands to an inactive version of today's date (example: `[2021-06-29 Tue]`)
1517
1517
* `:now:` - expands to today's date and current time (example: `<2021-06-29 Tue 15:32>`)
1518
- * `:inow:` - expands to invactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`)
1518
+ * `:inow:` - expands to inactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`)
1519
1519
1520
1520
--------------------------------------------------------------------------------
1521
1521
FORMATTING *orgmode-formatting*
You can’t perform that action at this time.
0 commit comments