emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Is there an environment for Org syntax?


From: Bastien
Subject: Re: [O] Is there an environment for Org syntax?
Date: Wed, 19 Mar 2014 11:09:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Fletcher,

Fletcher Charest <address@hidden> 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



reply via email to

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