Hello, Nicolas Goaziou wrote: > Sebastien Vauban writes: > >> When =:hlines yes=, strips horizontal lines from the input table. >> >> outputs the following HTML: >> >> <p>When =:hlines yes=, strips horizontal lines from the input >> table.</p> >> >> with Org-mode version 8.2.5h (release_8.2.5h-867-g25c591). > > This should be fixed. Thank you.
This is: --8<---------------cut here---------------start------------->8--- - <li>during <b>weave</b> (code blocks with =:exports= set to - <code>results</code> or <code>both</code>)</li> + <li>during <b>weave</b> (code blocks with <code>:exports</code> set + to <code>results</code> or <code>both</code>)</li> --8<---------------cut here---------------end--------------->8--- Thank you. Though, there are extra diffs in my HTML output, about the style of the org-block delimiter lines: they've lost their "under/over-line" feature, and colors are not the same anymore. See: --8<---------------cut here---------------start------------->8--- <div class="org-src-container"> <pre class="src src-org"> <span style= -"color: #555555; background-color: #E2E1D5; text-decoration: underline;">#+begin_src <LANGUAGE> <HEADER-ARGS></span> +"color: #008ED1; background-color: #EAEAFF;">#+begin_src <LANGUAGE> <HEADER-ARGS></span> <span style="background-color: #FFFFE0;"><BODY> </span><span style= -"color: #555555; background-color: #E2E1D5; text-decoration: overline;">#+end_src</span> +"color: #008ED1; background-color: #EAEAFF;">#+end_src</span> </pre> </div> --8<---------------cut here---------------end--------------->8--- In the previous version ("-" above), the `org-block-begin-line' (for example) had well its underline and the colors did match their definition in the color theme I use (Leuven, in current Emacs trunk, or on MELPA): --8<---------------cut here---------------start------------->8--- `(org-block-begin-line ((,class (:underline "#A7A6AA" :foreground "#555555" :background "#E2E1D5")))) `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555" :background "#E2E1D5")))) --8<---------------cut here---------------end--------------->8--- This is not the case anymore. Any idea? Best regards, Seb -- Sebastien Vauban