Questions Tagged With startuphttp://linuxexchange.org/tags/startup/?type=rssquestions tagged <span class="tag">startup</span>enMon, 18 Apr 2011 08:30:14 -0400automatically run an (emacs-)command on startup/shutdown of emacshttp://linuxexchange.org/questions/2365/automatically-run-an-emacs-command-on-startupshutdown-of-emacs<p>I use <a href="http://mobileorg.ncogni.to/">MobileOrg</a> to synchronize my <code>emacs</code> org-files with my mobile. For correct synchronization, mobile-org requires me to run <code>org-mobile-push</code> and <code>org-mobile-pull</code> from within emacs.</p> <p>I can automatically run <code>org-mobile-pull</code> on startup by inserting</p> <pre><code>(org-mobile-pull) </code></pre> <p>into my <code>.emacs</code> file, but how do I automatically run an emacs command when <strong>closing</strong> emacs?</p>JazzMon, 18 Apr 2011 08:30:14 -0400http://linuxexchange.org/questions/2365/automatically-run-an-emacs-command-on-startupshutdown-of-emacsstartupemacsshutdownautomationWhere to add script for system startuphttp://linuxexchange.org/questions/1452/where-to-add-script-for-system-startup<p>I'd like to run a script at the startup of my system but only at that time. I did some experimenting and found that /etc/profile.d is NOT the place to put this sort of script as it runs anytime someone logs in. I simply want the script to run at startup. It should be run as root.</p>AndyWed, 08 Dec 2010 20:24:39 -0500http://linuxexchange.org/questions/1452/where-to-add-script-for-system-startupstartup