Implement description lists.
commite6b87d40b3a70718c96f2ce06a658533804b2b38
authorCarsten Dominik <carsten.dominik@gmail.com>
Mon, 5 May 2008 07:13:25 +0000 (5 09:13 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Mon, 5 May 2008 07:13:25 +0000 (5 09:13 +0200)
treef49c430a513df0c2a78fb0ad53a666e704cc5608
parent97eef5ed0722b35a9e5055e42429ef48c3f29ffe
Implement description lists.

These are implemented as part of plain lists, so a leading
"-" or "+" is still needed.  Maybe this is not the most pretty
implementation, but it works without rewriting the quite
complex list formatting code.  So all the list formatting
continues to work just fine.  The description tag
is highlighted in bold, so still easy to spot.

The HTML exporter does export these already, the LaTeX
exporter still needs to be adapted.
ChangeLog
ORGWEBPAGE/Changes.org
doc/org.texi
lisp/org-exp.el
lisp/org.el