Dmitry Ermolov
Results
5
issues of
Dmitry Ermolov
That will force update of db entries even if help page hasn't changed.
accepted
`cod` should have possibility to install new version of itself and restart.
accepted
If `#+BEGIN_SRC` / `#+END_SRC` block is indented org4idea complains with error: > BLOCK_CONTENT or BLOCK_END expected, got '#+END_SRC' ``` Example: #+BEGIN_SRC print("Hello world") #+END_SRC ``` Though according to [documentation](https://orgmode.org/manual/Literal-Examples.html) indented...