I need to display some R code in-line that contains double brackets.. e.g., =x[[1]]=
and src_R{x[[1]]}
are evaluated as a link.
How can I escape those double brackets, or otherwise disable the linking using inline code blocks?
Maybe you can customize the variable org-activate-links
to resolve this issue.
The default value of org-activate-links
includes bracket
to activate double brackets as certain links. If you remove this symbol from org-activate-links
as below, they won't be displayed as links automatically in org-mode.
(setq org-activate-links '(angle plain radio tag date footnote))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With