all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Blorgit > Issue with setf
@ 2009-11-25 13:38 Francesco Pizzolante
  0 siblings, 0 replies; 2+ messages in thread
From: Francesco Pizzolante @ 2009-11-25 13:38 UTC (permalink / raw
  To: mailing-list-org-mode

Hi,

After having updated orgmode and blorgit to their latest versions, I kept
getting the following error:

*ERROR*: Symbol's function definition is void: setf

This error was preventing the creation of any html/latex/pdf files.

After applying this patch, everything is back to normal:

--8<---------------cut here---------------start------------->8---
diff --git a/elisp/org-interaction.el b/elisp/org-interaction.el
index 5b4868b..6f87971 100644
--- a/elisp/org-interaction.el
+++ b/elisp/org-interaction.el
@@ -1,4 +1,5 @@
 (require 'org)
+(require 'cl)
--8<---------------cut here---------------end--------------->8---

Maybe cl is no longer loaded by other packages?

Thanks,
Francesco


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Blorgit > Issue with setf
@ 2009-11-25 13:39 Francesco Pizzolante
  0 siblings, 0 replies; 2+ messages in thread
From: Francesco Pizzolante @ 2009-11-25 13:39 UTC (permalink / raw
  To: mailing-list-org-mode

Hi,

After having updated orgmode and blorgit to their latest versions, I kept
getting the following error:

*ERROR*: Symbol's function definition is void: setf

This error was preventing the creation of any html/latex/pdf files.

After applying this patch, everything is back to normal:

--8<---------------cut here---------------start------------->8---
diff --git a/elisp/org-interaction.el b/elisp/org-interaction.el
index 5b4868b..6f87971 100644
--- a/elisp/org-interaction.el
+++ b/elisp/org-interaction.el
@@ -1,4 +1,5 @@
 (require 'org)
+(require 'cl)
--8<---------------cut here---------------end--------------->8---

Maybe cl is no longer loaded by other packages?

Thanks,
Francesco


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

end of thread, other threads:[~2009-11-25 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-25 13:39 Blorgit > Issue with setf Francesco Pizzolante
  -- strict thread matches above, loose matches on Subject: below --
2009-11-25 13:38 Francesco Pizzolante

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.