2009/12/3 Carsten Dominik :
> OK, I see now the problem, and I have fixed it.
>
Thanks very much !
--
Nicolas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listin
OK, I see now the problem, and I have fixed it.
Thanks!
- Carsten
On Dec 2, 2009, at 5:42 PM, Nicolas Girard wrote:
2009/12/2 Carsten Dominik :
Hi Nicolas,
the behavior eems to be correct to me. C1 is indented, therefore
part of
B1.
Hi Carsten,
agreed for C1, I was getting tired yest
2009/12/2 Carsten Dominik :
> Hi Nicolas,
>
> the behavior eems to be correct to me. C1 is indented, therefore part of
> B1.
>
Hi Carsten,
agreed for C1, I was getting tired yesterday night ; but that was not my point.
My point was, in the following two examples, the empty lines right
before "C"
Hi Nicolas,
the behavior eems to be correct to me. C1 is indented, therefore part
of B1.
- Carsten
On Dec 1, 2009, at 10:21 PM, Nicolas Girard wrote:
2009/12/1 Nicolas Girard :
The following test file
#===
- A0
- B0
C0
- A1
- B1
C1
- A2
- B2
C2
- A3
- B3
C3
#===
translates into
2009/12/1 Nicolas Girard :
> The following test file
>
> #===
> - A0
> - B0
> C0
>
> - A1
> - B1
>
> C1
>
> - A2
> - B2
>
> C2
>
> - A3
> - B3
>
>
> C3
> #===
>
> translates into
>
> %===
> \begin{itemize}
> \item B0
> \end{itemize}
> C0
>
> \begin{itemize}
> \item A1
> \item B1
>
> C1
> \item A2