emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Steven Buczkowski <steven.buczkowski@gmail.com>
To: emacs-orgmode@gnu.org
Subject: "Symbol's function definition is void: org-string-nw-p"
Date: Mon, 26 Mar 2012 10:44:11 -0400	[thread overview]
Message-ID: <1332773051.2404.32.camel@ascraeus> (raw)

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.
-----------------------------------

             reply	other threads:[~2012-03-26 14:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-26 14:44 Steven Buczkowski [this message]
2012-03-26 15:14 ` "Symbol's function definition is void: org-string-nw-p" Nick Dokos
2012-03-26 15:50   ` Steven Buczkowski
2012-03-26 17:07     ` Bastien
2012-03-27  9:33   ` aitor

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=1332773051.2404.32.camel@ascraeus \
    --to=steven.buczkowski@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).