Update docs for v1.5
This commit is contained in:
@@ -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
|
||||
|
||||
12
doc/org.txt
12
doc/org.txt
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user