Bastien writes:
> Hi Jason,
>
> Jason Dunsmore writes:
>
>> Bastien writes:
>>
>>> Hi Jason,
>>>
>>> Jason Dunsmore writes:
>>>
I noticed that lines with leading asterisks inside of source and example
blocks are interpreted as headings:
>>>
>>> The attached patch should fix this -- p
On Aug 25, 2011, at 3:27 PM, Bastien wrote:
> Hi Jason,
>
> Jason Dunsmore writes:
>
>> Bastien writes:
>>
>>> Hi Jason,
>>>
>>> Jason Dunsmore writes:
>>>
I noticed that lines with leading asterisks inside of source and example
blocks are interpreted as headings:
>>>
>>> The a
Hi Jason,
Jason Dunsmore writes:
> Bastien writes:
>
>> Hi Jason,
>>
>> Jason Dunsmore writes:
>>
>>> I noticed that lines with leading asterisks inside of source and example
>>> blocks are interpreted as headings:
>>
>> The attached patch should fix this -- please confirm.
>
> Hm, I'm still s
Hi,
Eric Schulte wrote:
> Daniel Bausch writes:
>> AFAIK that is exactly the case, for which the "," rule is for.
>> Just put a "," in front of the offending line and everything will be fine.
>> On export the "," is removed.
>
> Using org-edit-special bound to C-c ' to edit the contents of source
Using org-edit-special bound to C-c ' to edit the contents of source or
example blocks will inserted the leading ","s automatically when they
are required.
Best -- Eric
Daniel Bausch writes:
> Hi,
>
> AFAIK that is exactly the case, for which the "," rule is for.
> Just put a "," in front of th
Hi,
AFAIK that is exactly the case, for which the "," rule is for.
Just put a "," in front of the offending line and everything will be fine.
On export the "," is removed.
best regards,
Daniel
Am Dienstag 16 August 2011, 20:27:01 schrieb Jason Dunsmore:
> Hello,
>
> I noticed that lines with le
Bastien writes:
> Hi Jason,
>
> Jason Dunsmore writes:
>
>> I noticed that lines with leading asterisks inside of source and example
>> blocks are interpreted as headings:
>
> The attached patch should fix this -- please confirm.
Hm, I'm still seeing the same issue with both source and example
Hi Jason,
Jason Dunsmore writes:
> I noticed that lines with leading asterisks inside of source and example
> blocks are interpreted as headings:
The attached patch should fix this -- please confirm.
Thanks!
>From 4ff6f7a78c07654e70ac8473c911b873340f0b67 Mon Sep 17 00:00:00 2001
From: Bastien
Hello,
I noticed that lines with leading asterisks inside of source and example
blocks are interpreted as headings:
--8<---cut here---start->8---
* Heading 1
#+begin_example
foo
* bar
blah
#+end_example
* Heading 2
--8<---cut here---en