> > `To avoid conflicts with currency specifications, single ‘$’ characters are > only recognized as math delimiters if the enclosed text contains at most two > line breaks, is directly attached to the ‘$’ characters with no whitespace > in between, and if the closing ‘$’ is followed by whitespace, punctuation or > a dash. ' >
This lists a series of conditions for recognizing $ as a math delimiter, instead of as a dollar sign. Basically, if you want it recognized as a math delimiter: 1. don't make the text you enclose have more than two linebreaks 2. don't put whitespace between your math and the $ 3. don't follow your $ with anything but whitespace or punctuation. _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode