From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francesco Pizzolante Subject: Blorgit > Issue with setf Date: Wed, 25 Nov 2009 14:39:03 +0100 Message-ID: <87iqcyafm0.fsf@missioncriticalit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org 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