all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Invalid function
@ 2014-06-22  2:44 Thomas S. Dye
  2014-06-22  3:04 ` Thorsten Jolitz
  2014-06-25  8:46 ` Bastien
  0 siblings, 2 replies; 8+ messages in thread
From: Thomas S. Dye @ 2014-06-22  2:44 UTC (permalink / raw)
  To: Org-mode

Aloha all,

Today I updated Org mode from its git repo using the makefile I've had
for a long time.  It usually works flawlessly, but today it didn't:

In toplevel form:
ox.el:77:1:Error: Invalid function: "Org"
Done (Total of 65 files compiled, 43 failed, 3 skipped)

What's going on?

Worg suggests that the invalid function problem might be solved by
running make clean and then make again, but doing this didn't help me.

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

^ permalink raw reply	[flat|nested] 8+ messages in thread
* invalid function
@ 2007-11-07 21:35 Nikola Skoric
  2007-11-08  0:29 ` Johan Bockgård
  0 siblings, 1 reply; 8+ messages in thread
From: Nikola Skoric @ 2007-11-07 21:35 UTC (permalink / raw)
  To: help-gnu-emacs

I have following code in script.el:

#!/usr/bin/emacs --script
(fset 'goto-nav-panel
   "\C-s<!--Navigation Panel-->\C-a")

(get-buffer-create "node5.html")
(set-buffer "node5.html")
(goto-nav-panel)

Executing it gives me this:

nick@rilmir:~/diplomski/html/diplomski$ ./script.el 
Loading 00debian-vars...
Loading /etc/emacs-snapshot/site-start.d/50auctex.el (source)...
Loading /usr/share/emacs/22.0.91/site-lisp/auctex.el (source)...
Loading /usr/share/emacs/22.0.91/site-lisp/preview-latex.el
(source)...
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Skipping dictionaries-common setup for emacs-snapshot
Loading /etc/emacs/site-start.d/50php-elisp.el (source)...
Invalid function: goto-nav-panel

I really tried to figure out why, but I just can't get it. This seems
to be the proper way to use a keyboard macro, but it just won't
work. What did I get wrong?

-- 
"Now the storm has passed over me
I'm left to drift on a dead calm sea
And watch her forever through the cracks in the beams
Nailed across the doorways of the bedrooms of my dreams"

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

end of thread, other threads:[~2014-06-25 16:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-22  2:44 Invalid function Thomas S. Dye
2014-06-22  3:04 ` Thorsten Jolitz
2014-06-22  3:26   ` Thomas S. Dye
2014-06-25  8:46 ` Bastien
2014-06-25 13:08   ` Achim Gratz
2014-06-25 16:37   ` Thomas S. Dye
  -- strict thread matches above, loose matches on Subject: below --
2007-11-07 21:35 invalid function Nikola Skoric
2007-11-08  0:29 ` Johan Bockgård

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.