danielmagnussons / orgmode

orgmode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
MIT License
753 stars 70 forks source link

Todo summary does not seem to work on linux #44

Open nickanderson opened 9 years ago

nickanderson commented 9 years ago
  * Todo
    - [X] tempwatch 2014-11-14 9:00
      - [X] remove previous symlink

When i goto the todo line and do ctr+alt+p summary it ends up looking like this

  * Todo[/] 
    - [X] tempwatch 2014-11-14 9:00
      - [X] remove previous symlink

Perhaps I am doing something wrong though.

danielmagnussons commented 9 years ago

Does it work if you update(toggle it) "tempwatch" checkbox after this?

andremeireles commented 5 years ago

For me works when the checkbox summary is created after the todos are created. Steps:

  1. create some todos, checked or unchecked
  2. create a checkbox summary before the todos, respecting the indentation hierarchy and hit ENTER inside [ / ]

Now you hit enter inside the todo's checkbox and the summary will update automatically.