emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [bug] Org-verbatim and org-code not converted into HTML tags


From: Sebastien Vauban
Subject: Re: [O] [bug] Org-verbatim and org-code not converted into HTML tags
Date: Sat, 29 Mar 2014 09:45:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

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 &lt;LANGUAGE&gt; &lt;HEADER-ARGS&gt;</span>
+"color: #008ED1; background-color: #EAEAFF;">#+begin_src &lt;LANGUAGE&gt; 
&lt;HEADER-ARGS&gt;</span>
 <span style="background-color: #FFFFE0;">&lt;BODY&gt;
 </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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]