From bab85fda8ad42f0414859ce72b09a1143ef5f298 Mon Sep 17 00:00:00 2001 From: Alex Vear Date: Thu, 11 Mar 2021 19:39:47 +0000 Subject: [PATCH] Update doc file to mention alphabetical ordered list bullets Related: #4 --- doc/org.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/org.txt b/doc/org.txt index 7e6535b..547458c 100644 --- a/doc/org.txt +++ b/doc/org.txt @@ -139,6 +139,22 @@ To disable only in a single buffer, use this instead: > let b:org_highlight_tex = 0 < +------------------------------------------------------------------------------ + *'b:org_list_alphabetical_bullets'* *'g:org_list_alphabetical_bullets'* +Value: numeric~ +Default: 0~ + +Enable/disable alphabetical bullets on ordered lists. This is disabled by +default like in Emacs. + +To enable for all Org mode files place the following line in your vimrc: +> + let g:org_list_alphabetical_bullets = 1 +< +To enable only in a single buffer, use this instead: +> + let b:org_list_alphabetical_bullets = 1 +< ============================================================================== 4. CHANGE LOG *org-changelog*