emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* "Symbol's function definition is void: org-string-nw-p"
@ 2012-03-26 14:44 Steven Buczkowski
  2012-03-26 15:14 ` Nick Dokos
  0 siblings, 1 reply; 5+ messages in thread
From: Steven Buczkowski @ 2012-03-26 14:44 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-27 11:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-26 14:44 "Symbol's function definition is void: org-string-nw-p" Steven Buczkowski
2012-03-26 15:14 ` Nick Dokos
2012-03-26 15:50   ` Steven Buczkowski
2012-03-26 17:07     ` Bastien
2012-03-27  9:33   ` aitor

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