Introduce org-lparse-begin/end-list-item
commita0769aaebbb0f1b67c6406d182e65b1b83834815
authorJambunathan K <kjambunathan@gmail.com>
Wed, 31 Aug 2011 16:53:46 +0000 (31 22:23 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Wed, 31 Aug 2011 16:58:14 +0000 (31 22:28 +0530)
treef057e2649477e50aa35e786f801694025d64d07c
parent84226fe2b52997dd318007a057bee28a8f0677d5
Introduce org-lparse-begin/end-list-item

* contrib/lisp/org-lparse.el (org-lparse-end-list-item):
Renamed to `org-lparse-end-list-item-1'.
(org-lparse-begin-list-item, org-lparse-end-list-item): New
functions.  Use these instead of doing (org-lparse-begin
'LIST-ITEM ...) or (org-lparse-end 'LIST-ITEM ...).
(org-lparse-export-list-line, org-lparse-begin-level)
(org-lparse-end-level): Propagate above changes.
* contrib/lisp/org-odt.el
(org-odt-begin-list-item, org-odt-end-list-item): ditto.
* contrib/lisp/org-xhtml.el (org-xhtml-format-toc-item)
(org-xhtml-begin-toc, org-xhtml-end-toc): ditto.
contrib/lisp/org-lparse.el
contrib/lisp/org-odt.el
contrib/lisp/org-xhtml.el