From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Buczkowski Subject: "Symbol's function definition is void: org-string-nw-p" Date: Mon, 26 Mar 2012 10:44:11 -0400 Message-ID: <1332773051.2404.32.camel@ascraeus> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCB9k-00007W-A7 for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 10:44:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCB9d-0006If-Vt for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 10:44:23 -0400 Received: from mail-qc0-f169.google.com ([209.85.216.169]:59511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCB9d-0006I4-PC for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 10:44:17 -0400 Received: by qcsd16 with SMTP id d16so3783026qcs.0 for ; Mon, 26 Mar 2012 07:44:16 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Morning everyone, I tried updating orgmode through apt-get last night but found M-x org-version reporting 6.36c not one of the more recent versions so I reinstalled by hand this morning from the 7.8.06 tar archive at orgmode.org. Both installations seemed to run without incident but, now, when I try to activate a capture task, I get the following error: "Symbol's function definition is void: org-string-nw-p" I see where this variable is used in several of the orgmode .el files but don't see where it gets set or how that relates to my capture setup. So far, everything but my capture templates seem to work just as they did on Saturday so something is different as a result one of the two upgrade attempts. I just don't see what. I am running orgmode under GNU emacs 23.1.1 and Ubuntu 10.04 M-x org-version still reports version 6.36c but the files in /usr/local/share/emacs/site-lisp are all timestamped for this morning's update to 7.8 ** .emacs capture template snippet ** (setq org-directory "~/org/") ;;; capture templates (setq org-capture-templates '(("t" "Todo" entry (file+headline (concat org-directory "/Refile.org") "Tasks") "* TODO %?\n %i\n") ("c" "Call" entry (file+headline (concat org-directory "/Refile.org") "Phone Calls") "* CALL %?\n %i\n") ("e" "Email" entry (file+headline (concat org-directory "/Refile.org") "Emails") "* EMAIL %?\n %i\n") ("j" "Journal" entry (file+datetree (concat org-directory "/Journal.org")) "* %?\nEntered on %U\n %i\n"))) ************************************* Any pointers or advice to get this back up and running would be greatly appreciated. thanks! steven -- ----------------------------------- Steven Buczkowski PhD Candidate - Atmospheric Physics UMBC Physics Dept 1000 Hilltop Circle Baltimore, MD 21250 Email: sbuczkowski@umbc.edu Cell: 413-687-9102 (No texts. Email instead.) 2m/70cm: KB3RRJ (147.135+[156.7]/448.275-[156.7]) Smoke Signal: Two long, Two short. I'll send a rider. -----------------------------------