Update docs for v1.5

This commit is contained in:
Alex Vear
2021-03-11 19:46:15 +00:00
parent bab85fda8a
commit 5e1d9fb5fb
2 changed files with 13 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ vim +'helptags ~/.vim/pack/plugins/start/org/doc/' +q
Make sure the following options are set in your vimrc to enable all
functionality:
#+BEGIN_SRC
#+BEGIN_SRC vim
syntax enable
filetype plugin indent on
#+END_SRC

View File

@@ -37,6 +37,12 @@ enable it manually.
>
:set filetype=outline
<
Just make sure the following options are set in your vimrc to enable all
functionality offered by this plugin:
>
syntax enable
filetype plugin indent on
<
==============================================================================
3. CONFIGURATION *org-configuration*
@@ -158,6 +164,12 @@ To enable only in a single buffer, use this instead:
==============================================================================
4. CHANGE LOG *org-changelog*
v1.5 [2021-03-11]~
* Added support for alphabetical ordered list bullets. (Thanks Isti115!)
* Option to disable (La)TeX highlighting. (See: |g:org_highlight_tex|)
* Doc update.
v1.4 [2020-08-24]~
* Render "strikethrough" text as "struck through".