Nicolas Goaziou writes:
> Akater writes:
>
>> I got an impression that UNNUMBERED's children get cut off prior to
>> what user can do,
>
> UNNUMBERED headings are not cut off, at least not by "ox.el".
>
>> hence writing a simple backend won't help, and I'll have to patch org
>> (ox) source. Do
Hello,
Akater writes:
> I got an impression that UNNUMBERED's children get cut off prior to
> what user can do,
UNNUMBERED headings are not cut off, at least not by "ox.el".
> hence writing a simple backend won't help, and I'll have to patch org
> (ox) source. Do you know for sure I'm wrong?
On November 18, 2017 5:18:10 PM GMT+00:00, Nicolas Goaziou
wrote:
> I suggest to write a parse tree filter that does that
>change to the tree.
>
I got an impression that UNNUMBERED's children get cut off prior to what user
can do, hence writing a simple backend won't help, and I'll have to patch
On November 18, 2017 5:18:10 PM GMT+00:00, Nicolas Goaziou
>I see. I don't think UNNUMBERED should be able to modify the structure
>of the document. I suggest to write a parse tree filter that does that
>change to the tree.
>
>Regards,
Please note: it is not UNNUMBERED that modifies the structure
Hello,
Akater writes:
> On November 17, 2017 10:09:55 PM GMT+00:00, Nicolas Goaziou
> wrote:
>>
>>OOC, what is the output you expect from your initial example?
>>
>
> in LaTeX:
>
> * section-one
> blah
> * unnumbered-header
> :PROPERTIES:
> :UNNUMBERED:
> :SKIP-OUTLINE-LEVEL:
> :END:
> ** sect
On November 17, 2017 10:09:55 PM GMT+00:00, Nicolas Goaziou
wrote:
>
>OOC, what is the output you expect from your initial example?
>
in LaTeX:
* section-one
blah
* unnumbered-header
:PROPERTIES:
:UNNUMBERED:
:SKIP-OUTLINE-LEVEL:
:END:
** section-two
blah
** section-three
blah
* section-four
bl
Hello,
Akater writes:
> In case UNNUMBERED's inheritance could be turned off by a standard
> procedure, my other points are meaningless. So let's first figure out if
> it could.
It cannot. That's a feature intended to preserve sanity.
As suggested, you could write an export back-end that ignor
Kaushal Modi writes:
> Have you looked at org-use-property-inheritance variable
> http://orgmode.org/manual/Property-inheritance.html -- You can set that to
> a regexp that does not match UNNUMBERED.
As this page mentions, default value is nil, which means nothing would be
inherited. UNNUMBERED
On Fri, Nov 17, 2017, 7:00 AM Akater wrote:
> I have to deal with a document that has an unfortunate vague structure
> which involves unnumbered headlines spanning a couple of numbered
> ones. I'd like to convert the document into Org and thus effectively
> need to implement a feature that would
I have to deal with a document that has an unfortunate vague structure
which involves unnumbered headlines spanning a couple of numbered
ones. I'd like to convert the document into Org and thus effectively
need to implement a feature that would allow unnumbered property in Org
not to be inherited b
10 matches
Mail list logo