emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Where does org-mode elisp hacking go?


From: Lawrence Bottorff
Subject: [O] Where does org-mode elisp hacking go?
Date: Wed, 13 Mar 2013 14:53:10 -0500

I see on the org-hacks.html page lots of interesting elisp code. If I wanted to use some of this (lots of this) it seems wrong to shove it all in my .emacs file. My first guess would be to put what I want into separate .el files, go to my .org file and do a load-file on the .el file of hacks. But I really loath doing something that's not "best practice." What's the best practice for enabling org-mode elisp hacks? And what if I want to use just one hack for one project? With usual elisp-ing you can simply evaluate region. Is that possible in conjunction with a .org file? 

LB

reply via email to

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