From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: if: Wrong type argument: stringp, \.\.\. Date: Wed, 09 Mar 2011 18:48:22 -0500 Message-ID: <14404.1299714502@alphaville.dokosmarshall.org> References: <0vk4g854go.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=33391 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxT7S-0003LZ-Gc for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 18:48:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxT7R-0001LO-Ci for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 18:48:42 -0500 Received: from vms173019pub.verizon.net ([206.46.173.19]:51734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxT7R-0001L9-1C for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 18:48:41 -0500 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173019.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LHT00I1JE4MHWW0@vms173019.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 09 Mar 2011 17:48:28 -0600 (CST) In-reply-to: Message from Markus Heller of "Wed, 09 Mar 2011 14:11:51 PST." <0vk4g854go.fsf@gmail.com> 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: Markus Heller Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Markus Heller wrote: > Hello group, > > I'm stumped. When I try to bring up the agenda with C-c a, I get the > error message mentioned in the subject line. > > I'm using 23.2.1 on Windoze 7 64 bit, and the orgmode from today: > > M-x org-version: 7.5 > > Here's my entire org-mode related part of my .emacs: > > ,---- > | ;; > | ;; Org Mode > | ;; > | > | ;; save all org buffers at 1 minute before the hour > | (run-at-time "00:59" 3600 'org-save-all-org-buffers) > | > | ;; no need to compile the sources > | (add-to-list 'load-path "~/.emacs.d/org-mode/lisp/") > | (add-to-list 'load-path "~/.emacs.d/org-mode/contrib/lisp/") > | (setq org-directory "h:/org/") > | (require 'org-install) > | > | ;; Custom Key Bindings > | (global-set-key "\C-cl" 'org-store-link) > | (global-set-key "\C-ca" 'org-agenda) > | (global-set-key "\C-cb" 'org-iswitchb) > | (global-set-key (kbd "") 'bh/clock-in-600-install-default-task) > | (global-set-key (kbd "") 'org-cycle-agenda-files) > | (global-set-key (kbd " b") 'bh/clock-in-NMR-booking-task) > | (global-set-key (kbd " g") 'gnus) > | (global-set-key (kbd " m") 'bh/clock-in-email-task) > | (global-set-key (kbd " o") 'bh/clock-in-organization-task) > | (global-set-key (kbd " p") 'bh/clock-in-phone-task) > | (global-set-key (kbd " r") 'bh/clock-in-read-task) > | (global-set-key (kbd " R") 'bh/clock-in-repair-task) > | (global-set-key (kbd " SPC") 'bh/clock-in-last-task) > | (global-set-key (kbd "") 'hist-org-clock-in-select) > | (global-set-key (kbd "") 'org-clock-goto) > | (global-set-key (kbd "") 'org-agenda) > `---- > > Any hints are highly appreciated. > We need a backtrace: see section 1.4, "Feedback", of the Org manual on how to get one. Nick