Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
二重括弧を含む R コードをインラインで表示する必要があります。たとえば、=x[[1]]=リンク src_R{x[[1]]}として評価されます。
=x[[1]]=
src_R{x[[1]]}
これらの二重括弧をエスケープする方法、またはインライン コード ブロックを使用してリンクを無効にするにはどうすればよいですか?
org-activate-linksこの問題を解決するために変数をカスタマイズできるかもしれません。
org-activate-links
include のデフォルト値はorg-activate-links、bracket特定のリンクとして二重括弧をアクティブにします。以下のようにこの記号を削除するorg-activate-linksと、org-mode で自動的にリンクとして表示されなくなります。
bracket
(setq org-activate-links '(angle plain radio tag date footnote))