From 5e1d9fb5fb30ca0225cc831bfbd76f5dcd74413b Mon Sep 17 00:00:00 2001 From: Alex Vear Date: Thu, 11 Mar 2021 19:46:15 +0000 Subject: [PATCH] Update docs for v1.5 --- README.org | 2 +- doc/org.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 97dbb8f..d9e0794 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/doc/org.txt b/doc/org.txt index 547458c..d5fcb0f 100644 --- a/doc/org.txt +++ b/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".