Skip to content

Commit ee918b1

Browse files
committed
docs(DOCS.md): fix typos in clocking latex highlight section
1 parent 570c16b commit ee918b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DOCS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ When set to `false`, it is disabled.
215215
Possible values:
216216
* `native` - Includes whole latex syntax file into the org syntax. It can potentially cause some highlighting issues and slowness.
217217
* `entities` - Highlight latex only in these situations (see [Orgmode latex fragments](https://orgmode.org/manual/LaTeX-fragments.html#LaTeX-fragments)):
218-
* between `/begin` and `/end` delimiters
218+
* between `\begin` and `\end` delimiters
219219
* between `$` and `$` delimiters - example: `$a^2=b$`
220220
* between `$$` and `$$` delimiters - example: `$$ a=+\sqrt{2} $$`
221221
* between `\[` and `\]` delimiters - example: `\[ a=-\sqrt{2} \]`
@@ -1239,7 +1239,7 @@ Agenda view mapping: `I`<br />
12391239
Start the clock by adding or updating the `:LOGBOOK:` drawer. Note that this clocks out any currently active clock.<br />
12401240
Also, agenda/todo/search view highlights item that is clocked in.
12411241
##### Clock out
1242-
Org file mapping: `<leader>oxi`<br />
1242+
Org file mapping: `<leader>oxo`<br />
12431243
Agenda view mapping: `O`<br />
12441244
Clock out the entry and update the `:LOGBOOK:` drawer, and also add a total tracked time.<br />
12451245
Note that in agenda view pressing `O` anywhere clocks the currently active entry, while in org file cursor must be in the headline subtree.

0 commit comments

Comments
 (0)