Re: [O] Set checkbox to intermediate in code
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
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