Hi Detlef,
`ignore-errors' is defined in cl-macs in Emacs 22. You need to
compile the .el file
to get this macro. Alternatively, define it in your .emacs file
before loading org-mode stuff:
(defmacro ignore-errors (&rest body)
"Execute BODY; if an error occurs, return nil.
Otherwise, r
Try without a space between Test and [/] ?
On 3/23/10 10:51 AM, Eric S Fraga wrote:
On Tue, 23 Mar 2010 10:37:14 +0100, Detlef Steuer wrote:
Hi!
I try to use checkboxes (never used before):
* TODO Test [/]
- [ ] first
- [ ] second
Now I can C-c C-c to state-change a single box, bu
On Tue, 23 Mar 2010 10:37:14 +0100, Detlef Steuer wrote:
>
> Hi!
>
> I try to use checkboxes (never used before):
>
> * TODO Test [/]
> - [ ] first
> - [ ] second
>
> Now I can C-c C-c to state-change a single box, but the summary box in the
> headline never gets updated.
Very strange. T