emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [PATCH] Report org-version after reloading


From: Carsten Dominik
Subject: Re: [Orgmode] [PATCH] Report org-version after reloading
Date: Fri, 10 Apr 2009 10:28:28 +0200

Hi Bernt,

I have applied all three patches, thanks.

- Carsten

On Apr 9, 2009, at 11:19 PM, Bernt Hansen wrote:

---
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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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