Re: [Orgmode] fontification strikethrough unpleasantness with error forms in tables

2007-06-07 Thread Giovanni Ridolfi
On Wed, Jun 06, 2007 at 12:37:13PM -0500, William Henney wrote: | line | variance | mean | |--+--+| | oiii | 115.1801 +/- 37.7650 | 18.6588 +/- 2.6645 | | ha | 197.3689 +/- 35.9261 | 19.5581

[Orgmode] Problem when customizing TODO sequence

2007-06-07 Thread Jonathan Underwood
Hi, In my .emacs, I have this: (setq org-todo-keywords '((sequence TODO IN-PROGRESS | DONE CANCELLED))) and when I pressC-c C-t I get this: Debugger entered--Lisp error: (wrong-type-argument integerp sequence) org-todo(nil) call-interactively(org-todo) This is with GNU Emacs 22 and

[Orgmode] use the org-mode for scheme batch files

2007-06-07 Thread Fabian Braennstroem
Hi, I would like to use org-mode's ability for outlining and syntax highlighting for some scheme batch files. The file looks like this: ; ; Gitter !

[Orgmode] Re: Problem when customizing TODO sequence

2007-06-07 Thread Jonathan G . Underwood
Jonathan Underwood jonathan.underwood at gmail.com writes: Hi, In my .emacs, I have this: (setq org-todo-keywords '((sequence TODO IN-PROGRESS | DONE CANCELLED))) and when I pressC-c C-t I get this: Debugger entered--Lisp error: (wrong-type-argument integerp sequence)

Re: [Orgmode] fontification strikethrough unpleasantness with error forms in tables

2007-06-07 Thread William Henney
I can't reproduce this either. Strange. I'm attaching a (heavily compressed) screen shot that illustrates the problem. (Please let me know if this is a breach of list etiquette...) This is what I get when I do C-u C-x = on one of the characters in the problem area:

Re: Re: [Orgmode] fontification strikethrough unpleasantness with error forms in tables

2007-06-07 Thread Giovanni Ridolfi
On Thu, Jun 07, 2007 at 09:00:25AM -0500, William Henney wrote: I can't reproduce this either. Strange. I'm attaching a (heavily compressed) screen shot that illustrates the problem. (I'm using aquamacs on os x), but I wonder if anyone on the list has a solution to this So If I'm correct:

Re: [Orgmode] Re: Problem when customizing TODO sequence

2007-06-07 Thread Carsten Dominik
Try restarting Emacs, to make sure everything is consistent. Then check the value of the variable org-version to make sure that you are using the right value. Finally, make sure that you have no buffer-local settings for the TODO states, like #SEQ_TODO: TODO DONE - Carsten On Jun 7, 2007,

Re: [Orgmode] Re: Problem when customizing TODO sequence

2007-06-07 Thread Jonathan Underwood
On 07/06/07, Carsten Dominik [EMAIL PROTECTED] wrote: Try restarting Emacs, to make sure everything is consistent. Done. It is. Then check the value of the variable org-version to make sure that you are using the right value. C-h v org-version reports 4.76, so i think that's ok (I noticed