From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Auto-load org-colview when updating a dynamic colview block Date: Thu, 24 Jul 2008 10:11:46 -0700 Message-ID: References: <86vdyv8b63.fsf@pmade.com> Mime-Version: 1.0 (Apple Message framework v926) 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 1KM4MF-0002cC-GG for emacs-orgmode@gnu.org; Thu, 24 Jul 2008 13:12:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KM4MD-0002Zq-2W for emacs-orgmode@gnu.org; Thu, 24 Jul 2008 13:12:02 -0400 Received: from [199.232.76.173] (port=33654 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM4MC-0002ZX-LM for emacs-orgmode@gnu.org; Thu, 24 Jul 2008 13:12:00 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:1986) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KM4MB-0002VC-RT for emacs-orgmode@gnu.org; Thu, 24 Jul 2008 13:12:00 -0400 In-Reply-To: <86vdyv8b63.fsf@pmade.com> 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: Peter Jones Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Jul 24, 2008, at 10:05 AM, Peter Jones wrote: > If you try to update a dynamic colview block before org-colview has > been auto-loaded, you get an error message about an undefined function > org-dblock-write:columnview. > > Adding this function name to the list of auto-load functions that are > in org-colview to the auto-load list in org.el fixes the problem. > > From b450416fd270232317c0bc07d59536f2266e3e51 Mon Sep 17 00:00:00 2001 > From: Peter Jones > Date: Thu, 24 Jul 2008 11:02:14 -0600 > Subject: [PATCH] Auto-load org-colview when updating a dynamic > colview block > > If you try to update a dynamic colview block before org-colview has > been auto-loaded, you get an error message about an undefined function > org-dblock-write:columnview. > > Adding this function name to the list of auto-load functions that are > in org-colview to the auto-load list in org.el fixes the problem. > --- > lisp/org.el | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lisp/org.el b/lisp/org.el > index 4051568..7a5be1f 100644 > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -2650,7 +2650,7 @@ collapsed state." > (org-autoload (if (featurep 'xemacs) "org-colview-xemacs" "org- > colview") > '(org-columns-number-to-string org-columns-get-format-and-top-level > org-columns-compute org-agenda-columns org-columns-remove-overlays > - org-columns org-insert-columns-dblock)) > + org-columns org-insert-columns-dblock org-dblock- > write:columnview)) > > ;; Autoload ID code > > -- > 1.5.3.7 > > > -- > Peter Jones, http://pmade.com > pmade inc. Louisville, CO US > _______________________________________________ > 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