From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: org-mode 7.01, error while scheduling item Date: Sun, 25 Jul 2010 18:06:22 +0200 Message-ID: <874ofntukh.wl%dmaus@ictsoc.de> References: <87bp9yzr90.wl%dmaus@ictsoc.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============0799541577==" Return-path: Received: from [140.186.70.92] (port=51534 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Od3iw-0003bK-Ta for emacs-orgmode@gnu.org; Sun, 25 Jul 2010 12:06:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Od3ic-000123-44 for emacs-orgmode@gnu.org; Sun, 25 Jul 2010 12:06:29 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:42714) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Od3ib-00011i-Rq for emacs-orgmode@gnu.org; Sun, 25 Jul 2010 12:06:26 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcelo de Moraes Serpa Cc: Org Mode --===============0799541577== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Sun_Jul_25_18:06:21_2010-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Sun_Jul_25_18:06:21_2010-1 Content-Type: text/plain; charset=US-ASCII 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.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Sun_Jul_25_18:06:21_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAkxMYP0ACgkQma24O1pEeOb7QwD/dZ0Od0Q8o/EqVAY+PN3bK1Nm Obtsj/cRoBjt5FnsOIoA/i/DIfO4g0VPinRG9Szwv9Dl/tgF6Wv2j/q+lIvRV6Ms =Q0Nb -----END PGP SIGNATURE----- --pgp-sign-Multipart_Sun_Jul_25_18:06:21_2010-1-- --===============0799541577== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0799541577==--