From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: odt export version conflict on emacs for mac os x Date: Sat, 31 Aug 2013 18:53:10 +0200 Message-ID: <87k3j1hkeh.fsf@Rainer.invalid> References: <87k3j5krwt.fsf@gmail.com> <513951A8-0878-4133-AD2B-36FAC7D4B98C@gmail.com> <87ob8eian4.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFoQY-0007ej-AH for emacs-orgmode@gnu.org; Sat, 31 Aug 2013 12:53:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFoQS-0006DH-5x for emacs-orgmode@gnu.org; Sat, 31 Aug 2013 12:53:34 -0400 Received: from plane.gmane.org ([80.91.229.3]:34470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFoQR-0006Bk-Ux for emacs-orgmode@gnu.org; Sat, 31 Aug 2013 12:53:28 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VFoQQ-0008Ms-V6 for emacs-orgmode@gnu.org; Sat, 31 Aug 2013 18:53:26 +0200 Received: from pd9eb3f02.dip0.t-ipconnect.de ([217.235.63.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Aug 2013 18:53:26 +0200 Received: from Stromeko by pd9eb3f02.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Aug 2013 18:53:26 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Christian Moe writes: > Could you give a pointer to your code? I'd like to try it. Here it is again: --8<---------------cut here---------------start------------->8--- ;; ;; Kill any old org remnants ;; ;; clean load-path (setq load-path (delq nil (mapcar (function (lambda (p) (unless (string-match "lisp/org$" p) p))) load-path))) ;; remove property lists to defeat cus-load and remove autoloads (mapatoms (function (lambda (s) (let ((sn (symbol-name s))) (when (string-match "^\\(org\\|ob\\|ox\\)-?" sn) (setplist s nil) (when (autoloadp s) (unintern s))))))) --8<---------------cut here---------------end--------------->8--- After this Emacs should behave like it had never heard of Org at all. As I said, use at your own risk - the intention is to do this as early as possible, before any other initializations have taken place so that these then can set up Org on a clean slate. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada