Re: [O] Set checkbox to intermediate in code

2019-03-02 Thread Ken Mankoff
On 2019-02-28 at 08:51 +0100, Cecil Westerhof wrote... > I can set a checkbox to intermediate with: > C-u C-u C-c C-x C-b FYI, C-c C-c toggles boxes too. Shorter than C-c C-x C-b. -k.

Re: [O] Set checkbox to intermediate in code

2019-02-28 Thread Cecil Westerhof
Op do 28 feb. 2019 om 08:51 schreef Cecil Westerhof : > I can set a checkbox to intermediate with: > C-u C-u C-c C-x C-b > > But I want to do it with code. How would I do that? > Found it. Quit simple: (org-toggle-checkbox '(16)) -- Cecil Westerhof

[O] Set checkbox to intermediate in code

2019-02-27 Thread Cecil Westerhof
I can set a checkbox to intermediate with: C-u C-u C-c C-x C-b But I want to do it with code. How would I do that? -- Cecil Westerhof