More general regexp for descriptions items

* org-list.el (org-list-to-generic): Descriptions labels can be any
  suit of symbols, and will end at double colons.
This commit is contained in:
Nicolas Goaziou 2010-09-09 15:35:46 +02:00 committed by David Maus
parent 7c28d8d336
commit 385c2666b1
1 changed files with 1 additions and 1 deletions

View File

@ -2245,7 +2245,7 @@ Valid parameters PARAMS are
(while (setq sublist (pop list))
(cond ((symbolp sublist) nil)
((stringp sublist)
(when (string-match "^\\(\\S-+\\)[ \t]+::" sublist)
(when (string-match "^\\(.*\\)[ \t]+::" sublist)
(setq term (org-trim (format (concat dtstart "%s" dtend)
(match-string 1 sublist))))
(setq sublist (concat ddstart