From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Activating modules before org-install (was: org-url-hexify-p is not respected) Date: Tue, 11 Sep 2012 13:10:54 +0000 (UTC) Message-ID: <87vcfkr9s1.fsf@mean.albasani.net> References: <87y5kjrw2z.wl%jamshark70@dewdrop-world.net> <87k3w2myru.wl%jamshark70@dewdrop-world.net> <19932.1347253107@alphaville> <87ehmammgw.wl%jamshark70@dewdrop-world.net> <87392qfknt.fsf@gmail.com> <87d31umkzk.wl%jamshark70@dewdrop-world.net> <87ipbmqrkm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBQF8-00023s-4G for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 09:11:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBQF7-0001Ss-55 for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 09:11:06 -0400 Received: from plane.gmane.org ([80.91.229.3]:58435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBQF6-0001Sn-UC for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 09:11:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TBQF8-0003Ug-Qg for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 15:11:06 +0200 Received: from e178213141.adsl.alicedsl.de ([85.178.213.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Sep 2012 15:11:06 +0200 Received: from gegendosenfleisch by e178213141.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Sep 2012 15:11:06 +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 James Harkins writes: > So then the question is, why was I getting the ID-style links in the > first place? I hadn't loaded that module before (I didn't even know > about load-library before). One short question: My ~/.emacs.d/init.el has these lines: ,---- | ;; modules got to be set _before_ org is loaded | (setq org-modules '(org-bbdb org-bibtex org-gnus org-info org-jsinfo | org-irc org-vm org-w3m org-crypt org-learn | org-collector org-habit org-depend org-timer)) | | ;; load up Org-mode and Org-babel | (require 'org-install) `---- Is it true that "modules got to be set _before_ org is loaded"? IOW: May something weird happen if e.g. module org-id enters the game later on? At quick glance on the manual, I saw nothing relevant. Of course, I could play it safe with M-x customize-variable org-modules, but ... well ... customize.