Carsten Dominik 16 лет назад
Родитель
Сommit
ed5513079b
2 измененных файлов с 5 добавлено и 0 удалено
  1. 3 0
      lisp/ChangeLog
  2. 2 0
      lisp/org-list.el

+ 3 - 0
lisp/ChangeLog

@@ -1,5 +1,8 @@
 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
 
 
+	* org-list.el (org-empty-line-terminates-plain-lists): Update
+	docstring.
+
 	* org.el (org-format-latex): Fix link creation for processed latex
 	* org.el (org-format-latex): Fix link creation for processed latex
 	snippets.
 	snippets.
 
 

+ 2 - 0
lisp/org-list.el

@@ -126,6 +126,8 @@ the bullet in each item of he list."
 
 
 (defcustom org-empty-line-terminates-plain-lists nil
 (defcustom org-empty-line-terminates-plain-lists nil
   "Non-nil means, an empty line ends all plain list levels.
   "Non-nil means, an empty line ends all plain list levels.
+This is currently effective only during export.  It should also have
+an effect for indentation and plain list folding, but it does not.
 When nil, empty lines are part of the preceding item."
 When nil, empty lines are part of the preceding item."
   :group 'org-plain-lists
   :group 'org-plain-lists
   :type 'boolean)
   :type 'boolean)