Sebastien Vauban <sva-n...@mygooglest.com> writes: > Hello, > > When ~code~ is converted to LaTeX, it becomes \verb~code~; i.e., it uses > a potentially "dangerous" character, in this case `~' which is active. > > In most cases, it is unnoticeable, but in some environments, it breaks. > > The solution is to protect the command, what the attached patch does. >
I'm not sure it solves the problem. I had looked at this problem five years ago and had concluded that \protect was a bust, because \verb is special - see http://thread.gmane.org/gmane.emacs.orgmode/14256/focus=14257 Maybe I got it wrong back then, but I thought I'd bring it to your attention. Nick