|
@@ -2021,7 +2021,7 @@ TYPE must be a string, any of:
|
|
(intern (concat ":" key)))))
|
|
(intern (concat ":" key)))))
|
|
(save-match-data
|
|
(save-match-data
|
|
(when args
|
|
(when args
|
|
- (setq args (org-split-string args ";") args2 nil)
|
|
|
|
|
|
+ (setq args (org-split-string args ",[ \t]*") args2 nil)
|
|
(while args
|
|
(while args
|
|
(while (string-match "\\\\\\'" (car args))
|
|
(while (string-match "\\\\\\'" (car args))
|
|
;; repair bad splits
|
|
;; repair bad splits
|