Doc fixes

This commit is contained in:
Carsten Dominik 2009-11-30 20:52:14 +01:00
parent 10bb5610b3
commit ed5513079b
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
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
snippets.

View File

@ -126,6 +126,8 @@ the bullet in each item of he list."
(defcustom org-empty-line-terminates-plain-lists nil
"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."
:group 'org-plain-lists
:type 'boolean)