|
@@ -858,7 +858,8 @@ security risks."
|
|
(let ((op org-export-plist-vars))
|
|
(let ((op org-export-plist-vars))
|
|
(while (setq o (pop op))
|
|
(while (setq o (pop op))
|
|
(if (and (nth 1 o)
|
|
(if (and (nth 1 o)
|
|
- (string-match (concat "\\<" (regexp-quote (nth 1 o))
|
|
|
|
|
|
+ (string-match (concat "\\(\\`\\|[ \t]\\)"
|
|
|
|
+ (regexp-quote (nth 1 o))
|
|
":\\(([^)\n]+)\\|[^ \t\n\r;,.]*\\)")
|
|
":\\(([^)\n]+)\\|[^ \t\n\r;,.]*\\)")
|
|
options))
|
|
options))
|
|
(setq p (plist-put p (car o)
|
|
(setq p (plist-put p (car o)
|