emacs-devel
[Top][All Lists]
Advanced

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

allow loading initialization from .org file -- would be breaking change


From: Eric Schulte
Subject: allow loading initialization from .org file -- would be breaking change
Date: Thu, 18 Nov 2010 09:48:38 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi,

It is now possible to load a user's initialization from emacs-lisp code
blocks embedded in Org-mode files using the `org-babel-load-file'
command.  Currently users of this setup must still have an elisp init.el
function which loads up their .org files.  See for example this fairly
widely used configuration [1] which uses this init file [2].

Would it make sense to begin loading .init.org and .emacs.org files by
default.  This would be a breaking change for any users who have both
.init.el and .init.org, and what's worse it would overwrite the .init.el
file when the embedded elisp is tangled out of the Org-mode file.

Best -- Eric

Footnotes: 
[1]  

[2]  




reply via email to

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