From 385c2666b1519b598071b33189b8ca9f6ea28547 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 9 Sep 2010 15:35:46 +0200 Subject: [PATCH] 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. --- lisp/org-list.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-list.el b/lisp/org-list.el index ff6b80bfe..a47ef3822 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -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