emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Numbering only *some* subheadings?


From: Rasmus
Subject: Re: [O] Numbering only *some* subheadings?
Date: Thu, 30 Apr 2015 11:16:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi Matt,

Matt Price <address@hidden> writes:

> Is this possible? Anyone have a suggestion?

It is not possible in Org since one of the basic assumptions of the
UNNUMBERED property is that it is inherited from parent(s).  I think this
is the right design choice in most cases.  Perhaps it should be possible
to explicitly override this choice with something like the following:

* Course Outline
:PROPERTIES:
:UNNUMBERED: t
:END:
** Introduction
:PROPERTIES:
:UNNUMBERED: nil
:END:
some long multi paragraph text.
** Origins of the French Revolution
:PROPERTIES:
:UNNUMBERED: nil
:END:
more text. Readings.

Or introduce an explicit NUMBERED property (probably easier in code).
However, the numbering will likely be complicated as they are no longer
sub-numbered according to parent (i.e. the correct numbering is not 0.1,
0.2, 0.3 but 1, 2, 3).

Do you think this is generally useful or is this a one-off document?

—Rasmus

-- 
To err is human. To screw up 10⁶ times per second, you need a computer




reply via email to

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