emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Blorgit > Issue with setf


From: Francesco Pizzolante
Subject: [Orgmode] Blorgit > Issue with setf
Date: Wed, 25 Nov 2009 14:39:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]