|
@@ -5074,6 +5074,7 @@ The following commands are available:
|
|
|
;; Calc embedded
|
|
;; Calc embedded
|
|
|
(org-set-local 'calc-embedded-open-mode "# ")
|
|
(org-set-local 'calc-embedded-open-mode "# ")
|
|
|
(modify-syntax-entry ?@ "w")
|
|
(modify-syntax-entry ?@ "w")
|
|
|
|
|
+ (modify-syntax-entry ?\" "\"")
|
|
|
(if org-startup-truncated (setq truncate-lines t))
|
|
(if org-startup-truncated (setq truncate-lines t))
|
|
|
(org-set-local 'font-lock-unfontify-region-function
|
|
(org-set-local 'font-lock-unfontify-region-function
|
|
|
'org-unfontify-region)
|
|
'org-unfontify-region)
|