From: "Tim O'Callaghan" <tim.ocallaghan@gmail.com>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Re: iCal Import - updated code & Bug report
Date: Thu, 21 Jun 2007 12:00:44 +0200 [thread overview]
Message-ID: <3d6808890706210300h592a7e7cx4947dcb0fe410750@mail.gmail.com> (raw)
In-Reply-To: <90d13c8b734b66b677de4ed834aa1ba0@science.uva.nl>
My apologies, i should have included this before:
Debugger entered--Lisp error: (error "before first heading")
signal(error ("before first heading"))
cerror("before first heading")
apply(cerror "before first heading" nil)
error("before first heading")
(or (re-search-backward (concat "^\\(?:" outline-regexp "\\)") nil
t) (error "before first heading"))
(while (not found) (or (re-search-backward ... nil t) (error "before
first heading")) (setq found (and ... ...)))
(save-excursion (while (not found) (or ... ...) (setq found ...)))
(let (found) (save-excursion (while ... ... ...)) (goto-char found) found)
(or (outline-on-heading-p invisible-ok) (let (found) (save-excursion
...) (goto-char found) found))
org-back-to-heading(t)
(let ((fun ...) (pos ...) (re ...) level l) (org-back-to-heading t)
(setq level (funcall outline-level)) (catch (quote exit) (or previous
...) (while ... ... ... ...) (goto-char pos) nil))
org-goto-sibling()
(while (org-goto-sibling) (org-flag-heading nil))
(save-excursion (while (org-goto-sibling) (org-flag-heading nil)))
org-show-siblings()
(if siblings-p (org-show-siblings))
(when siblings-p (org-show-siblings))
(catch (quote exit) (if heading-p (org-flag-heading nil) (and ...
...)) (when following-p (save-excursion ...)) (when siblings-p
(org-show-siblings)) (when hierarchy-p (save-excursion ...)))
(let ((heading-p ...) (hierarchy-p ...) (following-p ...)
(siblings-p ...)) (catch (quote exit) (if heading-p ... ...) (when
following-p ...) (when siblings-p ...) (when hierarchy-p ...)))
org-show-context(agenda)
(progn (org-show-context (quote agenda)) (save-excursion (and ... ...)))
(if (org-mode-p) (progn (org-show-context ...) (save-excursion ...)))
(when (org-mode-p) (org-show-context (quote agenda)) (save-excursion
(and ... ...)))
(let* ((marker ...) (buffer ...) (pos ...))
(switch-to-buffer-other-window buffer) (widen) (goto-char pos) (when
(org-mode-p) (org-show-context ...) (save-excursion ...)) (and
highlight (org-highlight ... ...)))
org-agenda-goto(t)
(let ((win ...)) (org-agenda-goto t) (select-window win))
org-agenda-show()
(if (and org-agenda-follow-mode (get-text-property ... ...))
(org-agenda-show))
org-agenda-post-command-hook()
It occurs in noutline.el, the error is generated when it cannot find a
heading. I'm running the windows native - XEmacs Lucid 21.4 (patch 19)
"Constant Variable"
cheers,
Tim.
On 21/06/07, Carsten Dominik <dominik@science.uva.nl> wrote:
> I am unable to reproduce this bug. Anyone?
>
> - Carsten
>
>
prev parent reply other threads:[~2007-06-21 10:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-19 22:52 iCal Import - updated code & Bug report Tim O'Callaghan
2007-06-20 9:49 ` Carsten Dominik
2007-06-20 10:48 ` Tim O'Callaghan
2007-06-21 9:30 ` Carsten Dominik
2007-06-21 10:00 ` Tim O'Callaghan [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=3d6808890706210300h592a7e7cx4947dcb0fe410750@mail.gmail.com \
--to=tim.ocallaghan@gmail.com \
--cc=dominik@science.uva.nl \
--cc=emacs-orgmode@gnu.org \
/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.