--- I'm always typing 'M-x org-version' after reloading the compiled or uncompiled org files using 'M-x org-reload'. This just saves me typing that extra command each time. Yes I'm lazy ;)
This and the following patches are available on my for-carsten branch. -Bernt lisp/org.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index c17a694..249f843 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -14774,7 +14774,8 @@ With prefix arg UNCOMPILED, load the uncompiled versions." (file-exists-p (concat f ".elc"))) (load (concat f ".elc") nil nil t) (load (concat f ".el") nil nil t)))) - files))) + files)) + (org-version)) ;;;###autoload (defun org-customize () -- 1.6.2.2.485.ge37347 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode