In a org file I have * what is x? #+BEGIN_SRC c char (*(*x())[])(); #+END_SRC \pause char \fbox{\fbox{(*\fbox{\fbox{(*\fbox{x()})}[]})}()};
The latex generated for the last line turned out to be char \fbox\{\fbox\{(*\fbox{\fbox{(*\fbox{x()})}[]})\}()\}; which is not expected. Is it a bug? I am using Emacs 23.3.1 and org 7.4, by the way.