Re: toggle a checkbox in a property

2022-07-17 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> But how can I obtain >> >> * Test >> :PROPERTIES: >> :ID: 46b9eb11-e258-4dc9-bf56-3c2112cf6b0a >> :Received: [-] >> :END: >> >> org-toggle-checkbox does not work for these sort of checkboxes. > The [ ] <> [X] is hardcoded. >

[SOLVED] (was: toggle a checkbox in a property)

2022-07-17 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> But how can I obtain >> >> * Test >> :PROPERTIES: >> :ID: 46b9eb11-e258-4dc9-bf56-3c2112cf6b0a >> :Received: [-] >> :END: >> >> org-toggle-checkbox does not work for these sort of checkboxes. > The [ ] <> [X] is hardcoded. >

Re: toggle a checkbox in a property

2022-07-17 Thread Ihor Radchenko
https://orgmode.org/manual/Property-Syntax.html#Property-Syntax On Sun, Jul 17, 2022 at 10:31 PM Uwe Brauer wrote: > >>> "IR" == Ihor Radchenko writes: > > > Uwe Brauer writes: > >> But how can I obtain > >> > >> * Test > >> :PROPERTIES: > >> :ID: 46b9eb11-e258-4dc9-bf56-3c2112cf6b0a >

Re: toggle a checkbox in a property

2022-07-17 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> But how can I obtain >> >> * Test >> :PROPERTIES: >> :ID: 46b9eb11-e258-4dc9-bf56-3c2112cf6b0a >> :Received: [-] >> :END: >> >> org-toggle-checkbox does not work for these sort of checkboxes. > The [ ] <> [X] is hardcoded. >

Re: toggle a checkbox in a property

2022-07-17 Thread Ihor Radchenko
Uwe Brauer writes: > But how can I obtain > > * Test > :PROPERTIES: > :ID: 46b9eb11-e258-4dc9-bf56-3c2112cf6b0a > :Received: [-] > :END: > > org-toggle-checkbox does not work for these sort of checkboxes. The [ ] <> [X] is hardcoded. But you can always set Received_ALL property

toggle a checkbox in a property

2022-07-17 Thread Uwe Brauer
Hi Look at this example * Test :PROPERTIES: :ID: 46b9eb11-e258-4dc9-bf56-3c2112cf6b0a :Received: [X] :END: Using `org-shiftright' I can obtain * Test :PROPERTIES: :ID: 46b9eb11-e258-4dc9-bf56-3c2112cf6b0a :Received: [ ] :END: But how can I obtain * Test