I have the following skeleton pair setup to quickly insert LaTeX fragents into org-mode
documents:
(setq skeleton-pair t)
(global-set-key (kbd "$") 'skeleton-pair-insert-maybe)
This works. But the trouble is that it works everywhere. How can I limit this behavior, so that it affects the body text of Emacs org
documents (i.e., not applied to babel code-blocks)?