emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* emacs 23.0.60.1
@ 2008-03-29 19:25 lanas
  2008-03-30 17:09 ` Cezar Halmagean
  0 siblings, 1 reply; 9+ messages in thread
From: lanas @ 2008-03-29 19:25 UTC (permalink / raw)
  To: emacs-orgmode Mailinglist

Hello all,

  I've tried org-mode on the emacs 23.0.60.1 I retrived from cvs from
Savannah and compiled.  Orgmode does not run and emacs reports:

"Wrong number of arguments: quote, 3"

emacs was launched like this:

./emacs -fn "DejaVu LGC Sans Mono-11"

  It'd be nice to run emacs in Orgmode with a nice font...

Cheers,

Al

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: emacs 23.0.60.1
  2008-03-29 19:25 emacs 23.0.60.1 lanas
@ 2008-03-30 17:09 ` Cezar Halmagean
  2008-03-31  0:07   ` lanas
  0 siblings, 1 reply; 9+ messages in thread
From: Cezar Halmagean @ 2008-03-30 17:09 UTC (permalink / raw)
  To: emacs-orgmode

lanas <lanas@securenet.net> writes:

> Hello all,
>
>   I've tried org-mode on the emacs 23.0.60.1 I retrived from cvs from
> Savannah and compiled.  Orgmode does not run and emacs reports:
>
> "Wrong number of arguments: quote, 3"
>
> emacs was launched like this:
>
> ./emacs -fn "DejaVu LGC Sans Mono-11"
>
>   It'd be nice to run emacs in Orgmode with a nice font...
>
> Cheers,

I have the same version of emacs here and org works just fine.

Cezar

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: emacs 23.0.60.1
  2008-03-30 17:09 ` Cezar Halmagean
@ 2008-03-31  0:07   ` lanas
  2008-03-31  6:38     ` Cezar Halmagean
  0 siblings, 1 reply; 9+ messages in thread
From: lanas @ 2008-03-31  0:07 UTC (permalink / raw)
  To: emacs-orgmode

Le Dimanche, 30 Mars 2008 10:09:00 -0700,
Cezar Halmagean <cezar@mixandgo.ro> a écrit :

> >   I've tried org-mode on the emacs 23.0.60.1 I retrived from cvs
> > from Savannah and compiled.  Orgmode does not run and emacs reports:
> >
> > "Wrong number of arguments: quote, 3"

> I have the same version of emacs here and org works just fine.

Which version of org are you using ?

Al

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: emacs 23.0.60.1
  2008-03-31  0:07   ` lanas
@ 2008-03-31  6:38     ` Cezar Halmagean
  2008-03-31 23:36       ` lanas
  2008-03-31 23:47       ` lanas
  0 siblings, 2 replies; 9+ messages in thread
From: Cezar Halmagean @ 2008-03-31  6:38 UTC (permalink / raw)
  To: emacs-orgmode

lanas <lanas@securenet.net> writes:

>
> Which version of org are you using ?
>

I am using org-5.23a

Cezar

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: emacs 23.0.60.1
  2008-03-31  6:38     ` Cezar Halmagean
@ 2008-03-31 23:36       ` lanas
  2008-03-31 23:47       ` lanas
  1 sibling, 0 replies; 9+ messages in thread
From: lanas @ 2008-03-31 23:36 UTC (permalink / raw)
  To: emacs-orgmode

Le Dimanche, 30 Mars 2008 23:38:59 -0700,
Cezar Halmagean <cezar@mixandgo.ro> 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: emacs 23.0.60.1
  2008-03-31  6:38     ` Cezar Halmagean
  2008-03-31 23:36       ` lanas
@ 2008-03-31 23:47       ` lanas
  2008-04-02  9:45         ` Bastien
  1 sibling, 1 reply; 9+ messages in thread
From: lanas @ 2008-03-31 23:47 UTC (permalink / raw)
  To: emacs-orgmode

Le Dimanche, 30 Mars 2008 23:38:59 -0700,
Cezar Halmagean <cezar@mixandgo.ro> 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: emacs 23.0.60.1
  2008-03-31 23:47       ` lanas
@ 2008-04-02  9:45         ` Bastien
  2008-04-03  9:01           ` Carsten Dominik
  0 siblings, 1 reply; 9+ messages in thread
From: Bastien @ 2008-04-02  9:45 UTC (permalink / raw)
  To: emacs-orgmode

lanas <lanas@securenet.net> 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: emacs 23.0.60.1
  2008-04-02  9:45         ` Bastien
@ 2008-04-03  9:01           ` Carsten Dominik
  2008-04-03 10:49             ` Bastien
  0 siblings, 1 reply; 9+ messages in thread
From: Carsten Dominik @ 2008-04-03  9:01 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 889 bytes --]


On Apr 2, 2008, at 11:45 AM, Bastien wrote:
> lanas <lanas@securenet.net> 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


[-- Attachment #1.2: Type: text/html, Size: 1557 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: emacs 23.0.60.1
  2008-04-03  9:01           ` Carsten Dominik
@ 2008-04-03 10:49             ` Bastien
  0 siblings, 0 replies; 9+ messages in thread
From: Bastien @ 2008-04-03 10:49 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik <dominik@science.uva.nl> 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-04-03 10:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-29 19:25 emacs 23.0.60.1 lanas
2008-03-30 17:09 ` Cezar Halmagean
2008-03-31  0:07   ` lanas
2008-03-31  6:38     ` Cezar Halmagean
2008-03-31 23:36       ` lanas
2008-03-31 23:47       ` lanas
2008-04-02  9:45         ` Bastien
2008-04-03  9:01           ` Carsten Dominik
2008-04-03 10:49             ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).