From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: BUG: column view in agenda -- marker does not point anywhere Date: Tue, 22 Jan 2008 16:11:27 -0500 Message-ID: <87fxwp4lc0.fsf@gollum.intra.norang.ca> References: <878x2kl5c2.fsf@gollum.intra.norang.ca> <6B7F61FB-5167-4ED6-BCA2-7F8BA7A595B2@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHQPC-0000Ut-Pi for emacs-orgmode@gnu.org; Tue, 22 Jan 2008 16:11:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHQPB-0000U7-88 for emacs-orgmode@gnu.org; Tue, 22 Jan 2008 16:11:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHQPB-0000U4-66 for emacs-orgmode@gnu.org; Tue, 22 Jan 2008 16:11:37 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JHQPA-0006ih-Ri for emacs-orgmode@gnu.org; Tue, 22 Jan 2008 16:11:36 -0500 In-Reply-To: <6B7F61FB-5167-4ED6-BCA2-7F8BA7A595B2@science.uva.nl> (Carsten Dominik's message of "Mon\, 21 Jan 2008 07\:56\:17 +0100") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > So far I cannot reproduce this problem. One helpful thing would be to > post > a full backtrace, made with uncompiled org.el that will tell me exactly > which function tries to use an undefined marker. > Hopefully I did this backtrace correctly. $ emacs -q -l ~/minimal.emacs -l ~/git/org-mode/org.el Debugger entered--Lisp error: (error "Marker does not point anywhere") goto-char(#) (save-excursion (goto-char beg) (setq end (condition-case nil ... ...)) (goto-char end) (while (re-search-backward re beg t) (setq sumpos ... last-level level level ... val ... valflag ...) (cond ... ... ...))) (let* ((re ...) (lmax 30) (lsum ...) (lflag ...) (level 0) (ass ...) (format ...) (printf ...) (beg org-columns-top-level-marker) last-level val valflag flag end sumpos sum-alist sum str str1 useval) (save-excursion (goto-char beg) (setq end ...) (goto-char end) (while ... ... ...))) org-columns-compute("Effort") org-columns-update("Effort") (if (nth 3 (assoc key org-columns-current-fmt-compiled)) (org-columns-update key)) (let* ((col ...) (key ...) (value ...) (bol ...) (eol ...) (pom ...) (line-overlays ...) (allowed ...) nval) (when (equal key "ITEM") (error "Cannot edit item headline from here")) (unless (or allowed ...) (error "Allowed values for this property have not been defined")) (if (member key ...) (setq nval ...) (if previous ...) (if ... ...) (setq nval ...) (if ... ...)) (let (...) (remove-text-properties ... eol ...) (unwind-protect ... ...)) (move-to-column col) (if (nth 3 ...) (org-columns-update key))) org-columns-next-allowed-value() call-interactively(org-columns-next-allowed-value)