I use Emacs Org-mode to write some documents, and I describe some files like “/path/to/file_blah.conf”.
After I hit c-c c-e h to export one of those files to HTML, all the filenames in that file containing _ become small subscript words.
How can I make Org-mode ignore the underscores, so that I can see the filenames on the HTML page?
on top of your file put the following line and save. reopen the file or hit C-c C-c on that line
BTW: what is there in your org-emphasis-alist. C-h v
org-emphasis-alist. You might need to edit that to achieve output to your liking