From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: Macro question with new texinfo exporter Date: Mon, 04 Feb 2013 19:57:37 +0100 Message-ID: <87lib33o0u.fsf@Rainer.invalid> References: <877gmvalzn.fsf@gmail.com> <87vcae53fi.fsf@bzg.ath.cx> <87haly96xi.fsf@gmail.com> <87zjzqejhz.fsf@bzg.ath.cx> <87wquumhqk.fsf@gmail.com> <87wquth35i.fsf@bzg.ath.cx> <87ehh12gjp.fsf@gmail.com> <87halsat2l.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2REs-000418-Vx for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 13:58:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U2REr-0003Hk-LO for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 13:57:58 -0500 Received: from plane.gmane.org ([80.91.229.3]:56763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2REr-0003Hc-Ei for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 13:57:57 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U2RF6-0006Al-5t for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 19:58:12 +0100 Received: from pd9eb23a5.dip.t-dialin.net ([217.235.35.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2013 19:58:12 +0100 Received: from Stromeko by pd9eb23a5.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2013 19:58:12 +0100 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 Bastien writes: > You need to reload uncompiled files with C-u M-x org-reload RET I don't see the relation to the original problem, which is caused by a switch from master to maint. This will not work without at least unloading Org or better, restarting Emacs. > BTW, I think it should be the defaut behavior of org-reload. > > Achim, any objection of making it the default, while > C-u M-x org-reload RET would reload compiled files if any? I think that the current default, which has been in place for years, is just fine. Reloading uncompiled is only useful for when you want to create backtraces. If you always want to run uncompiled, then you can opt to never compile Org and org-reload will follow suit, if you clean up load-path to not contain older (compiled) Org distributions: --8<---------------cut here---------------start------------->8--- (setq load-path (delq nil (mapcar (lambda (p) (when (not (string-match "lisp/org$" p)) p)) load-path))) (add-to-list 'load-path "/path/to/uncompiled/org") (load "org-loaddefs.el" nil nil 'nosuffix) --8<---------------cut here---------------end--------------->8--- Of course you should not do this after Org has already been loaded. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf Blofeld V1.15B11: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada