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.
https://git.savannah.gnu.org/
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 para
> 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 ju
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.
> 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
>
>
> Hea
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 text
> 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
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
>> templat
> 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 patc
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 i
>>> "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 C
>>> "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 C
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 way
Hi
Please consider
#+begin_src
* Everything [3/4]
:PROPERTIES:
:COLUMNS: %TODO %ITEM %Nr %Comp1 %Comp2
:COOKIE_DATA: aggregate
:TODO: [ ]
:COMP1:[1/2]
:COMP2:[1/2]
:END:
# *** DONE Books
# :PROPERTIES:
# :Nr: 1
# :Comp1:[X]
# :Comp2:
14 matches
Mail list logo