Fixed #175, fragment for both description and terms in a description list.

This commit is contained in:
Yujie Wen 2015-12-08 23:55:35 +08:00
parent de8423c435
commit 91458b93de
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ holding export options."
;; Check-boxes in descriptive lists are associated to tag.
(concat (format "<dt%s>%s</dt>"
attr-html (concat checkbox term))
"<dd>"))))
(format "<dd%s>" attr-html)))))
(unless (eq type 'descriptive) checkbox)
(and contents (org-trim contents))
(case type