emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* void-function error
@ 2011-01-19 17:37 Mehmet Atif Ergun
  2011-01-19 20:31 ` Nick Dokos
  2011-01-20  4:47 ` David Maus
  0 siblings, 2 replies; 3+ messages in thread
From: Mehmet Atif Ergun @ 2011-01-19 17:37 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

On opening emacs to take a look at my agenda, emacs opens with the
following error:

Debugger entered--Lisp error: (void-function ignore-errors)
  (ignore-errors (org-entry-get nil "ORDERED"))

No other problem but this error message... And everything seems to
work fine regardless of this message.
How can I find out what is causing this error on each startup?

I am using Ubuntu 10.10 with emacs 22.2.1. On Arch Linux (with emacs
23.2.1), I did not have this problem.

I believe (but I'm not sure) the error appeared after I set
org-agenda-skip-deadline-if-done and
org-agenda-skip-scheduled-if-done.

Thank you,
Sincerely,
Mehmet Ergun.

-- 
There is a crack in everything,
that's how the light gets in.
Leonard Cohen

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

* Re: void-function error
  2011-01-19 17:37 void-function error Mehmet Atif Ergun
@ 2011-01-19 20:31 ` Nick Dokos
  2011-01-20  4:47 ` David Maus
  1 sibling, 0 replies; 3+ messages in thread
From: Nick Dokos @ 2011-01-19 20:31 UTC (permalink / raw)
  To: Mehmet Atif Ergun; +Cc: nicholas.dokos, emacs-orgmode

Mehmet Atif Ergun <mehmetaergun@gmail.com> wrote:

> No other problem but this error message... And everything seems to
> work fine regardless of this message.
> How can I find out what is causing this error on each startup?
> 

emacs --debug-init

> I am using Ubuntu 10.10 with emacs 22.2.1. On Arch Linux (with emacs
> 23.2.1), I did not have this problem.
> 

Surely, Ubuntu 10.10 comes with a more recent version of emacs?

HTH,
Nick

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

* Re: void-function error
  2011-01-19 17:37 void-function error Mehmet Atif Ergun
  2011-01-19 20:31 ` Nick Dokos
@ 2011-01-20  4:47 ` David Maus
  1 sibling, 0 replies; 3+ messages in thread
From: David Maus @ 2011-01-20  4:47 UTC (permalink / raw)
  To: Mehmet Atif Ergun; +Cc: emacs-orgmode


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

At Wed, 19 Jan 2011 12:37:57 -0500,
Mehmet Atif Ergun wrote:
>
> Hi,
>
> On opening emacs to take a look at my agenda, emacs opens with the
> following error:
>
> Debugger entered--Lisp error: (void-function ignore-errors)
>   (ignore-errors (org-entry-get nil "ORDERED"))
>
> No other problem but this error message... And everything seems to
> work fine regardless of this message.
> How can I find out what is causing this error on each startup?
>
> I am using Ubuntu 10.10 with emacs 22.2.1. On Arch Linux (with emacs
> 23.2.1), I did not have this problem.

which Org mode version are you using?

M-x org-version RET

I can't find the expression (ignore-errors (org-entry-get nil
"ORDERED")) anywhere in a current Org mode version so I suspect you
use an older one.

The problem is that your Org mode version uses the function
`ignore-errors' which is for some reason not available at run-time.
In Emacs22 this func def is part of the cl package, so it might help
to add a

(require 'cl-macs)

To your init-file so the function is loaded properly.

HTH,
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

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

_______________________________________________
Emacs-orgmode mailing list
Please 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] 3+ messages in thread

end of thread, other threads:[~2011-01-20  4:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-19 17:37 void-function error Mehmet Atif Ergun
2011-01-19 20:31 ` Nick Dokos
2011-01-20  4:47 ` David Maus

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).