Samuel Wales wrote: > #+BEGIN_EXAMPLE > PR > /////////\\\\\\\\\ > #+END_EXAMPLE > > <pre class="example"> > PR > /////////\\\\\\\\\ > </pre> > > This must be deliberate, but I don't know how to disable that feature.
Try the following: ;; preserve spaces and `tab' characters in source code blocks (setq org-src-preserve-indentation t) Best regards, Seb -- Sebastien Vauban