>>>>> Eric Schulte writes: > A potentially related issue, > The following org-mode snippet doesn't export correctly to latex, > presumably because of protection issues similar to those addressed in > your patch. Any ideas? > --8<---------------cut here---------------start------------->8--- > ** comments not commented > # $some stuff > # some more stuff$ -- I should be a comment line > --8<---------------cut here---------------end--------------->8--- Yes. Actually, the latex stuff is processed before taking care of comments (one of the last actions in every exporter). So the $...$ snippet is matched by org-latex and protected. This patch removes protection check from comment deletion : something in comment must not be exported anyway. I don't see any corner case right now. >> This patch looks great. Since it's >10 lines long, I must ask if you've >> signed the FSF papers for contributions to Emacs? If not is that >> something you're willing to do? I have sent the signed papers last Wednesday (I had to since my patch for org-babel-asymptote). I'm now waiting for their mail. Regards, -- Nicolas