From 96e5f293f8e2059bac6c8bf5572be5a1c64dd4f7 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sun, 11 Jul 2010 18:52:47 +0200 Subject: [PATCH] Fix typo --- lisp/org-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 80f6e11d1..f1cea62d5 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -234,7 +234,7 @@ This option can also be set with the +OPTIONS line, e.g. \"num:t\"." "Format of section numbers for export. The variable has two components. 1. A list of lists, each indicating a counter type and a separator. - The counter type can be any of \"1\", \"A\", \"a\", \"I\", or \"a\". + The counter type can be any of \"1\", \"A\", \"a\", \"I\", or \"i\". It causes causes numeric, alphabetic, or roman counters, respectively. The separator is only used if another counter for a subsection is being added.