On Tue, Dec 21, 2010 at 4:26 AM, Michael Gauland <[email protected]> wrote: > Enclosing text in '=' symbols generally causes the text to be formatted as > code. I've found this fails if the last character in the text is a single > quote ('): > > + =This works= > + =So does 'this= > + =But not this'= > > The text in the first two lines appears in the 'code' face (gray), and is > exported to HTML in a <code> tag. The last line appears in the normal face, > and is not exported in a <code> tag. > > Is this expectd behavoiur? If not, where is the best place to start poking > around to fix it?
Yes, this is expected behaviour. Look at the variable org-emphasis-regexp-components, for more information. > > Thanks, > Mike > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > [email protected] > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > -- Puneeth _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
