From: Carsten Dominik <dominik@uva.nl>
To: Peter Jones <mlists@pmade.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] Auto-load org-colview when updating a dynamic colview block
Date: Thu, 24 Jul 2008 10:11:46 -0700 [thread overview]
Message-ID: <C717BD9A-9F76-4255-A9D5-1EA9465B24E0@uva.nl> (raw)
In-Reply-To: <86vdyv8b63.fsf@pmade.com>
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 <pjones@pmade.com>
> 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
prev parent reply other threads:[~2008-07-24 17:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-24 17:05 [PATCH] Auto-load org-colview when updating a dynamic colview block Peter Jones
2008-07-24 17:11 ` Carsten Dominik [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=C717BD9A-9F76-4255-A9D5-1EA9465B24E0@uva.nl \
--to=dominik@uva.nl \
--cc=emacs-orgmode@gnu.org \
--cc=mlists@pmade.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.