Do not add an extraneous blank lines when parsing lists
commitba092ec08d3a7b3fe3cd1b617a1b6c297382fd4d
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 24 Jul 2011 18:03:30 +0000 (24 20:03 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 24 Jul 2011 18:03:30 +0000 (24 20:03 +0200)
tree8cbd9dbe9e78fe096c8140cd745d1a13c8b86635
parentef670abc498bf887890a843da9fd20f1559aa632
Do not add an extraneous blank lines when parsing lists

* lisp/org-exp.el (org-export-mark-list-end,
  org-export-mark-list-properties): don't remove the ending regexp
  when it consists in blank lines.
* lisp/org-list.el (org-list-parse-list): ditto, but remove it
  completely when it isn't made of blank lines (i.e. during export process).
lisp/org-exp.el
lisp/org-list.el