Re: [Orgmode] Re: emacs 23.0.60.1

2008-04-03 Thread Carsten Dominik


On Apr 2, 2008, at 11:45 AM, Bastien wrote:

lanas [EMAIL PROTECTED] writes:

'(org-todo-keywords (quote (TODO NOTE LATER VERIFY BUG  
DONE) org-todo-interpretation (quote sequence)))


Once this line is commented out, then org mode works nicely.  That's
great.  It's nice to have that font choice in emacs.  Next I will try
to see why the above line causes the problem.


The above line should be split into two variable settings:

'(org-todo-keywords (quote (TODO NOTE LATER VERIFY BUG  
DONE)))

'(org-todo-interpretation (quote sequence))


Sorry that I need to correct this, but also as modified by Bastien this
is still the old, obsolete form.  The correct setting would be

'(org-todo-keywords (quote (sequence TODO NOTE LATER VERIFY  
BUG | DONE)))


No setting of org-todo-interpretation is required.

- Carsten

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs 23.0.60.1

2008-04-03 Thread Bastien
Carsten Dominik [EMAIL PROTECTED] writes:

 Sorry that I need to correct this, but also as modified by Bastien this
 is still the old, obsolete form.  The correct setting would be

 '(org-todo-keywords (quote (sequence TODO NOTE LATER VERIFY BUG |
 DONE)))

 No setting of org-todo-interpretation is required.

I stand corrected :)

-- 
Bastien


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs 23.0.60.1

2008-04-02 Thread Bastien
lanas [EMAIL PROTECTED] writes:

 '(org-todo-keywords (quote (TODO NOTE LATER VERIFY BUG DONE) 
 org-todo-interpretation (quote sequence)))

 Once this line is commented out, then org mode works nicely.  That's
 great.  It's nice to have that font choice in emacs.  Next I will try
 to see why the above line causes the problem.

The above line should be split into two variable settings:

'(org-todo-keywords (quote (TODO NOTE LATER VERIFY BUG DONE)))
'(org-todo-interpretation (quote sequence))  

I also suggest you use a different file than your ~/.emacs.el to keep
customized-thru-custom variables -- I use this in my ~/.emacs.el:

(setq custom-file ~/.emacs-custom.el)
(load custom-file)

-- 
Bastien


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs 23.0.60.1

2008-03-31 Thread lanas
Le Dimanche, 30 Mars 2008 23:38:59 -0700,
Cezar Halmagean [EMAIL PROTECTED] a écrit :

  Which version of org are you using ?

 I am using org-5.23a

I'm using 5.22a.

I've tried it on both Fedora Core 6 x86_64 and Fedora 8 i386 and the
same error happens when doing M-x org-mode:

Wrong number of arguments: quote, 3

I've used the following to compile emacs 23.0.60.1:

./configure --with-x-toolkit=gtk --enable-font-backend --with-xft

And then I ran emacs from the emacs/src directory:

./emacs -fn DejaVu LGC Sans Mono-11

Do you remember the compile switches you have used ?

Thanks,

Al


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: emacs 23.0.60.1

2008-03-31 Thread lanas
Le Dimanche, 30 Mars 2008 23:38:59 -0700,
Cezar Halmagean [EMAIL PROTECTED] a écrit :

  Which version of org are you using ?
 I am using org-5.23a

OK, I got it working.  I also upgraded to 5.23a.  There was a problem at
the startup, eg. the same error as before.  So I ran with --debug-init
and the problem was with the following line in the .emacs file:

'(org-todo-keywords (quote (TODO NOTE LATER VERIFY BUG DONE) 
org-todo-interpretation (quote sequence)))

Once this line is commented out, then org mode works nicely.  That's
great.  It's nice to have that font choice in emacs.  Next I will try
to see why the above line causes the problem.


Al


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode