emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Markus Heller <hellerm2@gmail.com>
To: emacs-orgmode@gnu.org
Subject: if: Wrong type argument: stringp, \.\.\.
Date: Wed, 09 Mar 2011 14:11:51 -0800	[thread overview]
Message-ID: <0vk4g854go.fsf@gmail.com> (raw)

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 "<f6>") 'bh/clock-in-600-install-default-task)
| (global-set-key (kbd "<f8>") 'org-cycle-agenda-files)
| (global-set-key (kbd "<f9> b") 'bh/clock-in-NMR-booking-task)
| (global-set-key (kbd "<f9> g") 'gnus)
| (global-set-key (kbd "<f9> m") 'bh/clock-in-email-task)
| (global-set-key (kbd "<f9> o") 'bh/clock-in-organization-task)
| (global-set-key (kbd "<f9> p") 'bh/clock-in-phone-task)
| (global-set-key (kbd "<f9> r") 'bh/clock-in-read-task)
| (global-set-key (kbd "<f9> R") 'bh/clock-in-repair-task)
| (global-set-key (kbd "<f9> SPC") 'bh/clock-in-last-task)
| (global-set-key (kbd "<f10>") 'hist-org-clock-in-select)
| (global-set-key (kbd "<f11>") 'org-clock-goto)
| (global-set-key (kbd "<f12>") 'org-agenda)
`----

Any hints are highly appreciated.

Thanks
Markus

             reply	other threads:[~2011-03-09 22:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-09 22:11 Markus Heller [this message]
2011-03-09 23:48 ` if: Wrong type argument: stringp, \.\.\ Nick Dokos
2011-03-09 23:57   ` Markus Heller
2011-03-10  0:58     ` Bernt Hansen
2011-03-10 23:57       ` Markus Heller
2011-03-11  8:32         ` Bastien
2011-03-10  1:11     ` Nick Dokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0vk4g854go.fsf@gmail.com \
    --to=hellerm2@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).