I want strikethrough to be disabled when I type +org-mode in a document. In particular, this is for entries in a table. Is there an easy way to do this for a specific document in org-mode, since I want to disable it for only one document. If there was no way to switch it would be good.
+
I know that I may have a literal +character \plus, but I would like to see it in the document, and not read it \plus.
\plus
You can install org-emphasis-alistfor only one file:
org-emphasis-alist
-*- org-emphasis-alist: nil -*- +not struckout+
, (, ..). , ( , , alist ).
, :
-*- org-emphasis-alist: (("*" bold) ("/" italic) ("_" underline) ("=" org-verbatim verbatim) ("~" org-code verbatim) ("+" (:strike-through nil))); -*-
- , , (. ). , .
org :
(setq org-emphasis-alist (quote (("*" bold "<b>" "</b>") ("/" italic "<i>" "</i>") ("_" underline "<span style=\"text-decoration:underline;\">" "</span>") ("=" org-code "<code>" "</code>" verbatim) ("~" org-verbatim "<code>" "</code>" verbatim))))
: - ( )
,
# Local Variables: # org-emphasis-alist: (everything but strike through) # End:
, , (+) plus (\plus). "Auto Overlays",
, ( ) ,
( ).
. Emacs 24 Marmalade Repo, predictive
predictive
M-x package-install RET predictive RET
package-install
, -, "".
.
Source: https://habr.com/ru/post/1532376/More articles:How to get artifactory to update maven-metadata.xml for virtual repo? - mavenHow will google oauth migration affect OAuthWebSecurity.RegisterGoogleClient? - oauthReusing UIViewController for two tab bar items - iosВызов функции нокаута извне ViewModel - javascriptdata merge in R - mergeHow to collapse Pandas Dataframe columns and concatenate rows - pandasR: Как фильтровать/сглаживать двоичный сигнал - rHaskell platform installation error - linuxSilverstripe conditional check - phpWhy does the void pointer point to anything? - cAll Articles