summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2010-09-09 15:35:46 +0200
committerDavid Maus <dmaus@ictsoc.de>2010-09-09 19:24:55 +0200
commit385c2666b1519b598071b33189b8ca9f6ea28547 (patch)
tree969de4a771c729e8444eb9305edc61da568a9184
parent7c28d8d3362ef1c41837b99cf69c9ccf172aa21f (diff)
downloadorg-mode-385c2666b1519b598071b33189b8ca9f6ea28547.tar.gz
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.
-rw-r--r--lisp/org-list.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-list.el b/lisp/org-list.el
index ff6b80b..a47ef38 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