Normally, org-mode ignores your attempts to markup text that starts with
" or '. That’s probably a safe measure because "~/" is a very
common string to write but ~ is one of Org’s markup elements.
Fixing that is a simple matter, but it takes a bit of digging around. We just
need to remove those two characters from the 3rd element of
org-emphasis-regexp-components.
Applying Markup to Strings in org-mode
07 Jul 2015, by Artur Malabarba.Normally,
org-mode
ignores your attempts to markup text that starts with " or '. That’s probably a safe measure because"~/"
is a very common string to write but~
is one of Org’s markup elements.Fixing that is a simple matter, but it takes a bit of digging around. We just need to remove those two characters from the 3rd element of
org-emphasis-regexp-components
.Tags: org-mode, init.el, emacs,
Debugger improvements in Cider 0.10.0 »
« Fine-tuning subtree visibility in org-mode
Related Posts
Define context-aware keys in Emacs in org-mode
Changing the org-mode ellipsis in org-mode
Better time-stamps in org-export in org-mode
Content © 2019, All rights reserved. Icons under CC3.0.