Does org currently support any syntax like the latex \desciption
environment, something that would look like
,----
| first: a description/definition of first
| another: another item to be defined
`----
or
,----
| - first: a description/definition of first
| - another: another item to be defined
`----
in org, and would export to something like
,----
| \begin{description}
| \item[first] a description/definition of first
| \item[another] another item to be defined
| \end{description}
`----
in latex? If not would it be difficult/desirable to add?
Thanks -- Eric
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode