Questions Tagged With automationhttp://linuxexchange.org/tags/automation/?type=rssquestions tagged <span class="tag">automation</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-emacsstartupemacsshutdownautomationAre there any Change Management Systems (CMS) for Linux?http://linuxexchange.org/questions/869/are-there-any-change-management-systems-cms-for-linux<p>I am curious to find out if there are any Change Management Systems available for Linux (free of course). I'd like to be able to make changes to common files I use but have the ability to "backout" those changes (version control). I have written some various shell scripts that do this in a very simple manner (cp existing file -> append date -> place in a different directory -> diff old/new and save that output) and perhaps that's enough but was hoping folks on here would know of same actual CMS tools out there.</p> <p>Thanks - Andy</p>AndyWed, 16 Jun 2010 19:28:56 -0400http://linuxexchange.org/questions/869/are-there-any-change-management-systems-cms-for-linuxshellbashautomationconfiguration-management