Hi Fletcher,
Fletcher Charest <[email protected]> writes:
> When I use the edit buffer (by pressing C-c '), my Org syntax is
> indented properly (in accordance with org-indent-mode, which is set
> to t). The code block itself looks like this after editing:
>
> #+BEGIN_SRC org :exports code
> ,* Top level headline
> ,** Second level
> ,*** Third level
> some text
> ,*** Third level
> more text
> #+END_SRC
>
> As you can see, the text ('some text' and 'more text') is not
> indented. This is a little bit annoying, but not too much - I can add
> the spaces myself.
The indentation of the exported HTML looks correct to me:
"some text" is right below "*** Third level"
> The problem is with the HTML export: I can't see the HTML output as I
> would see it in my Emacs buffer, that is to say, without the leading
> stars. In my output (see attached), leading stars are visible,
> although not colored. I would like them to be completely invisible.
The HTML color of the leading stars is taken from the org-hide face.
When your background is black, the org-hide face is black, hence the
color you see in the HTML output.
HTH,
--
Bastien