Hi all, I'm writing up a document that I'm going to export to html. I have a lot of environment variables and paths with embedded underscores. Is there a way to turn off the automatic subscripting? I haven't found anything other than going back and inserting backslashes all over the place which isn't really desirable.
Actually, I like the feature and I would prefer an option that would make the optional curly braces less optional. So $WORKING_RELEASE is unaltered and module_{base} gets subscripted. Also, does anyone have any tips for making cut-n-paste-able commands the document export pleasantly for regular browsers and yet reasonable under lynx? Lines prefixed with ':' aren't working so well in lynx. They don't indent and attempts to insert a blank line under them fail. So a document like this: ------------------------------- * heading - This is how you do it :doit --like-so - Then do this :dothis --this-way ------------------------------ Comes out like this in lynx: -------------------------------- 1 heading * This is how you do it doit --like-so * Then do this dothis --this-way --------------------------------- It looks nice in firefox. Edd _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode