Re: [PATCH] Re: the comment environment does not work for checkboxes

2022-08-07 Thread Ihor Radchenko
Ihor Radchenko writes: > Thanks for the heads-up! > Comment blocks are not supposed to contain Org markup, and thus it indeed > makes sense to support them in org-edit-special and in structure > templates. > > See the attached patch. Applied onto main via a303a794f.

Re: [PATCH] Re: the comment environment does not work for checkboxes

2022-08-04 Thread Ihor Radchenko
Uwe Brauer writes: >> See the attached patch. > > Are you going to commit that patch to master any time soon? > I just pulled but cannot see it. The patch task is scheduled for this Sunday. > BTW, do you have any idea why columnview needs to many iterations if the > number of headings and

Re: [PATCH] Re: the comment environment does not work for checkboxes

2022-08-04 Thread Uwe Brauer
> Uwe Brauer writes: > Thanks for the heads-up! > Comment blocks are not supposed to contain Org markup, and thus it indeed > makes sense to support them in org-edit-special and in structure > templates. > See the attached patch. Are you going to commit that patch to master any time soon? I

Re: [PATCH] Re: the comment environment does not work for checkboxes

2022-07-30 Thread Ihor Radchenko
Uwe Brauer writes: >> Headline markup has the top priority all the times. > I am confused Never mind then. I was explaining something you did not look for.

Re: [PATCH] Re: the comment environment does not work for checkboxes

2022-07-30 Thread Uwe Brauer
> Uwe Brauer writes: > Thanks! > To clarify, when you have > * Heading > #+begin_comment > * Lorem ipsum > #+end_comment > it is not seen by Org as comment block. > Instead, what Org "sees" is > > * Heading > > #+begin_comment > > > > * Lorem ipsum > > #+end_comment > > >

Re: [PATCH] Re: the comment environment does not work for checkboxes

2022-07-30 Thread Ihor Radchenko
Uwe Brauer writes: >> Uwe Brauer writes: > >> I am sorry, but I am not familiar with the feature you are referring to. > > I applied your patch and did a bit of testing: works flawlessly. Thanks! >> Either way, both src and comment blocks are supposed to contain >> arbitrary non-parseable

Re: [PATCH] Re: the comment environment does not work for checkboxes

2022-07-30 Thread Uwe Brauer
> Uwe Brauer writes: > I am sorry, but I am not familiar with the feature you are referring to. I applied your patch and did a bit of testing: works flawlessly. > Either way, both src and comment blocks are supposed to contain > arbitrary non-parseable text, which should not contribute to the

Re: [PATCH] Re: the comment environment does not work for checkboxes

2022-07-29 Thread Ihor Radchenko
Uwe Brauer writes: >> Uwe Brauer writes: > > Thanks for the patch (this is against the latest master I presume?) >> Thanks for the heads-up! >> Comment blocks are not supposed to contain Org markup, and thus it indeed >> makes sense to support them in org-edit-special and in structure >>

Re: [PATCH] Re: the comment environment does not work for checkboxes

2022-07-29 Thread Uwe Brauer
> Uwe Brauer writes: Thanks for the patch (this is against the latest master I presume?) > Thanks for the heads-up! > Comment blocks are not supposed to contain Org markup, and thus it indeed > makes sense to support them in org-edit-special and in structure > templates. > See the attached

[PATCH] Re: the comment environment does not work for checkboxes

2022-07-29 Thread Ihor Radchenko
Uwe Brauer writes: > Thanks, a couple of remarks > > 1. It does not work! I Presume you mean «C-c '» no «C-c C-'»? Well >this is bound to is edit special > ... > > Comments block are not listed and as I said it seems not to work, if > what you say is the correct syntax, then there

Re: the comment environment does not work for checkboxes

2022-07-29 Thread Uwe Brauer
>>> "AB" == Arne Babenhauserheide writes: > Uwe Brauer writes: >> #+BEGIN_COMMENT >> WAIT Computer >> :PROPERTIES: >> :Nr: 4 >> :Comp1:[X] >> :Comp2:[X] >> :END: >> #+END_COMMENT >> Does not. Any idea why? > In a block, you must escape * as ,* — open the environment with

Re: the comment environment does not work for checkboxes

2022-07-29 Thread Dr. Arne Babenhauserheide
Uwe Brauer writes: > #+BEGIN_COMMENT > WAIT Computer > :PROPERTIES: > :Nr: 4 > :Comp1:[X] > :Comp2:[X] > :END: > #+END_COMMENT > Does not. Any idea why? In a block, you must escape * as ,* — open the environment with C-c C-' and save it the same