From: Ihor Radchenko <yantar92@posteo.net>
To: Jean Louis <bugs@gnu.support>
Cc: Heinz Tuechler <tuechler@gmx.at>, emacs-orgmode@gnu.org
Subject: Re: section continuation
Date: Sat, 31 Dec 2022 12:16:39 +0000 [thread overview]
Message-ID: <878rinbwew.fsf@localhost> (raw)
In-Reply-To: <Y62dkisFyeV7DGqz@protected.localdomain>
Jean Louis <bugs@gnu.support> writes:
>> Could you please elaborate what you mean by "not be counted"?
>
> It is not counted as part of the structure, see PDF below.
>
> https://gnu.support/images/2022/12/2022-12-29/A8D99EA3-9341-4A59-945B-851F68F440E7.pdf
What I see is an equivalent of UNNUMBERED heading property. See
https://orgmode.org/manual/Export-Settings.html
AFAIU, we are talking about much more significant changes to the Org
document schema. It is probably best illustrated using html export.
Consider the following Org example document:
* Heading
Some introductory text
** Sub-heading 1
Cras placerat accumsan nulla.
** Sub-heading 2
Vivamus id enim.
<some kind of markup to signal "Heading" continuation>
Closing text that belongs to "Heading", but not "Sub-heading 2".
---------
HTML:
<div class="outline-1">
<h2><span class="section-number-2">1.</span> Heading</h2>
<p>
Some introductory text
</p>
<div class="outline-3">
<h3><span class="section-number-3">1.1.</span> Sub-heading 1</h3>
<p>
Cras placerat accumsan nulla.
</p>
</div>
<div class="outline-3">
<h3><span class="section-number-3">1.2.</span> Sub-heading 2</h3>
<p>
Vivamus id enim.
</p>
</div>
<p>
Closing text that belongs to "Heading", but not "Sub-heading 2".
</p>
</div>
Note that both introductory text and closing text belong to the same "div".
There is no equivalent in LaTeX/PDF.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
next prev parent reply other threads:[~2022-12-31 12:17 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-27 13:08 section continuation (was: Is the cascading logic of outlines a feature, or a design bug?) abq
2022-12-27 13:57 ` tomas
2022-12-28 2:22 ` Samuel Wales
2022-12-27 14:15 ` section continuation abq
2022-12-27 15:36 ` tomas
2022-12-27 20:22 ` abq
2022-12-28 5:17 ` Ihor Radchenko
2022-12-28 8:58 ` tomas
2022-12-29 6:01 ` Tim Cross
2022-12-29 8:57 ` tomas
2022-12-29 9:21 ` Heinz Tuechler
2022-12-29 10:09 ` Jean Louis
2022-12-29 10:42 ` Ihor Radchenko
2022-12-29 14:00 ` Jean Louis
2022-12-31 12:16 ` Ihor Radchenko [this message]
2022-12-31 12:26 ` tomas
2023-01-01 21:29 ` Tom Gillespie
2022-12-29 10:28 ` tomas
2022-12-31 12:03 ` Greg Minshall
2022-12-29 10:06 ` Jean Louis
2022-12-29 12:47 ` Max Nikulin
2022-12-28 17:37 ` Timothy
2022-12-28 19:34 ` tomas
2022-12-29 10:21 ` Ihor Radchenko
2022-12-29 10:30 ` tomas
2023-01-01 21:19 ` Marcin Borkowski
2022-12-28 20:01 ` Heinz Tuechler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878rinbwew.fsf@localhost \
--to=yantar92@posteo.net \
--cc=bugs@gnu.support \
--cc=emacs-orgmode@gnu.org \
--cc=tuechler@gmx.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).