emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug report: Heading in example considered as true heading
@ 2013-08-06 12:01 Samuel Loury
  2013-08-06 13:34 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Samuel Loury @ 2013-08-06 12:01 UTC (permalink / raw)
  To: OrgMode ML

[-- Attachment #1: Type: text/plain, Size: 784 bytes --]

Hi,

I realized recently the following behavior, running on org version 8.0.3
got from commit d7e884d86c8560477ca1e69fb8423db6770981ac (git sha).

Use the following org sample:

-----------Beginning
* test1
#+BEGIN_EXAMPLE
* stuff
#+END_EXAMPLE
* test2
-----------End

Then in test, do M-<down> to get test1 down.

Even though the example is badly indented, it is part of the test1 heading.

The buffer I expect after the command is:
-----------Beginning
* test2
* test1
#+BEGIN_EXAMPLE
* stuff
#+END_EXAMPLE
-----------End

What I got is
-----------Beginning
* stuff
#+BEGIN_EXAMPLE
* test1
#+END_EXAMPLE
* test2
-----------End

My 2 cents.
-- 
Konubinix
GPG Key    : 7439106A
Fingerprint: 5993 BE7A DA65 E2D9 06CE  5C36 75D2 3CED 7439 106A

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 489 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug report: Heading in example considered as true heading
  2013-08-06 12:01 Bug report: Heading in example considered as true heading Samuel Loury
@ 2013-08-06 13:34 ` Nicolas Goaziou
  2013-08-06 13:47   ` Samuel Loury
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2013-08-06 13:34 UTC (permalink / raw)
  To: Samuel Loury; +Cc: OrgMode ML

Hello,

Samuel Loury <konubinix@gmail.com> writes:

> I realized recently the following behavior, running on org version 8.0.3
> got from commit d7e884d86c8560477ca1e69fb8423db6770981ac (git sha).
>
> Use the following org sample:
>
> -----------Beginning
> * test1
> #+BEGIN_EXAMPLE
> * stuff
> #+END_EXAMPLE
> * test2
> -----------End

Headlines have precedence over blocks. Therefore "* stuff" is really
a headline in your example.

If you want to start a line with a star within an example block, escape
it with a comma. See section 11.3 in manual for more information.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug report: Heading in example considered as true heading
  2013-08-06 13:34 ` Nicolas Goaziou
@ 2013-08-06 13:47   ` Samuel Loury
  0 siblings, 0 replies; 3+ messages in thread
From: Samuel Loury @ 2013-08-06 13:47 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: OrgMode ML

[-- Attachment #1: Type: text/plain, Size: 712 bytes --]

Hi,
Nicolas Goaziou <n.goaziou@gmail.com> writes:

> Samuel Loury <konubinix@gmail.com> writes:
>
>> Use the following org sample:
>>
>> -----------Beginning
>> * test1
>> #+BEGIN_EXAMPLE
>> * stuff
>> #+END_EXAMPLE
>> * test2
>> -----------End
>
> Headlines have precedence over blocks. Therefore "* stuff" is really
> a headline in your example.
>
> If you want to start a line with a star within an example block, escape
> it with a comma. See section 11.3 in manual for more information.
Thanks for the answer.

Next time I fill a bug report, I will look closer to the manual :-).
-- 
Konubinix
GPG Key    : 7439106A
Fingerprint: 5993 BE7A DA65 E2D9 06CE  5C36 75D2 3CED 7439 106A

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 489 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-06 13:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-06 12:01 Bug report: Heading in example considered as true heading Samuel Loury
2013-08-06 13:34 ` Nicolas Goaziou
2013-08-06 13:47   ` Samuel Loury

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).