From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Report org-version after reloading Date: Fri, 10 Apr 2009 10:28:28 +0200 Message-ID: <775C64BD-F565-4DD2-82D1-66762220C057@gmail.com> References: <1239311972-3362-1-git-send-email-bernt@norang.ca> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LsC6P-0007Lp-7h for emacs-orgmode@gnu.org; Fri, 10 Apr 2009 04:28:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LsC6J-0007Gg-NG for emacs-orgmode@gnu.org; Fri, 10 Apr 2009 04:28:43 -0400 Received: from [199.232.76.173] (port=37574 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsC6J-0007GK-Gm for emacs-orgmode@gnu.org; Fri, 10 Apr 2009 04:28:39 -0400 Received: from yw-out-1718.google.com ([74.125.46.153]:25383) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LsC6J-0006tr-3e for emacs-orgmode@gnu.org; Fri, 10 Apr 2009 04:28:39 -0400 Received: by yw-out-1718.google.com with SMTP id 9so794733ywk.66 for ; Fri, 10 Apr 2009 01:28:37 -0700 (PDT) In-Reply-To: <1239311972-3362-1-git-send-email-bernt@norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: emacs-orgmode@gnu.org 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. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode