emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] org-mode 7.01, error while scheduling item


From: David Maus
Subject: Re: [Orgmode] org-mode 7.01, error while scheduling item
Date: Sun, 25 Jul 2010 18:06:22 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Marcelo de Moraes Serpa wrote:
>GNU Emacs 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) of 2010-05-08.

>Backtrace attached.

Thanks.  It looks like a problem with calendar.el: Org tries to use a
function in the calendar-buffer named "*Calendar*" and fails because
there is no window that contains such a buffer.

 - are there any customizations starting with "calendar-" in place?

 - can you open the calendar using M-x calendar RET?

 - if you can open the calendar, what is the name of the calendar
   buffer?

   To find out the name of the calendar buffer use this simple
   function:

   (defun dmj/print-buffer-name ()
     "Print name of current buffer."
     (interactive)
     (print (buffer-name)))

   Simply place cursor after this expression and evaluate it (C-x
   C-e).  After this you can M-x dmj/print-buffer-name RET to display
   the (internal) name of the calendar buffer.

Best,
  -- David

--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... address@hidden
Email..... address@hidden

Attachment: pgpXXkzAY_zyW.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]