|
@@ -2744,7 +2744,7 @@ org-leve-* faces."
|
|
|
"[^" border "]"
|
|
|
"\\)"
|
|
|
"\\3\\)"
|
|
|
- "\\([" post "]\\|$\\)?"))
|
|
|
+ "\\([" post "]\\|$\\)"))
|
|
|
(setq org-verbatim-re
|
|
|
(concat "\\([" pre "]\\|^\\)"
|
|
|
"\\("
|
|
@@ -2756,10 +2756,10 @@ org-leve-* faces."
|
|
|
"[^" border "]"
|
|
|
"\\)"
|
|
|
"\\3\\)"
|
|
|
- "\\([" post "]\\|$\\)?")))))
|
|
|
+ "\\([" post "]\\|$\\)")))))
|
|
|
|
|
|
(defcustom org-emphasis-regexp-components
|
|
|
- '(" \t('\"{" "- \t.,:!?;'\")}" " \t\r\n,\"'" "." 1)
|
|
|
+ '(" \t('\"{" "- \t.,:!?;'\")}\\" " \t\r\n,\"'" "." 1)
|
|
|
"Components used to build the regular expression for emphasis.
|
|
|
This is a list with 6 entries. Terminology: In an emphasis string
|
|
|
like \" *strong word* \", we call the initial space PREMATCH, the final
|