From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: BUG: column view in agenda -- marker does not point anywhere Date: Mon, 21 Jan 2008 07:56:17 +0100 Message-ID: <6B7F61FB-5167-4ED6-BCA2-7F8BA7A595B2@science.uva.nl> References: <878x2kl5c2.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v915) 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 1JGqxZ-0005M4-6l for emacs-orgmode@gnu.org; Mon, 21 Jan 2008 02:20:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGqxW-0005IP-VJ for emacs-orgmode@gnu.org; Mon, 21 Jan 2008 02:20:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGqxW-0005Hv-Jg for emacs-orgmode@gnu.org; Mon, 21 Jan 2008 02:20:42 -0500 Received: from ug-out-1314.google.com ([66.249.92.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JGqxW-0000lX-Cy for emacs-orgmode@gnu.org; Mon, 21 Jan 2008 02:20:42 -0500 Received: by ug-out-1314.google.com with SMTP id a2so922767ugf.48 for ; Sun, 20 Jan 2008 23:20:41 -0800 (PST) In-Reply-To: <878x2kl5c2.fsf@gollum.intra.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 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. BTW, I guess your file starts with an empty line, to get column view for the entire file? Or do you call it in one of those headlines? If yes why do yoou need "down to get to the task? - Carsten On Jan 20, 2008, at 7:28 PM, Bernt Hansen wrote: > Hi Carsten, > > It seems today is bug reporting day :) > > ,----[ minimal.emacs ] > | (setq inhibit-splash-screen t) > | (global-font-lock-mode t) > | (add-to-list 'load-path (expand-file-name "~/git/org-mode")) > | (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) > | (require 'org-install) > | (define-key global-map "\C-ca" 'org-agenda) > | (custom-set-variables > | '(org-agenda-files (quote ("~/org/test.org")))) > | (setq org-use-fast-todo-selection t) > | > | (setq org-global-properties '(("Effort_ALL" . "0 0:10 0:30 1:00 > 2:00 3:00 4:00 5:00 6:00 7:00 8:00"))) > | (setq org-columns-default-format "%40ITEM(Task) > %17Effort(Estimated Effort){:} %CLOCKSUM") > | > | (org-agenda-list) > `---- > > ,----[ test.org ] > | * one > | SCHEDULED: <2008-01-20 Sun> > | * two > | SCHEDULED: <2008-01-19 Sat> > | * three > | SCHEDULED: <2008-01-17 Thu> > | *** TODO One Two Three > `---- > > | Keystroke | Notes | > |---------------+---------------------------------| > | C-c C-x C-c | Enter column view in the agenda | > | down arrow | to task | > | right arrow | to Estimated Effort field | > | S-right arrow | to set the value | > |---------------+---------------------------------| > > Each time I set the value I get the error: > > org-columns-update: Marker does not point anywhere > > but it does work and update the task property so it's not harming > anything in org-mode data that I can see - it just beeps and displays > the message which is confusing. > > This also breaks C-x ( macros which I use alot when repeating the same > actions on multiple tasks. When the error displays the macro > recording > terminates which is a little inconvenient. > > With the cursor on a task in the agenda > > | Keystroke | Notes | > |---------------+-----------------------------------| > | C-x ( | Start macro recording | > | right arrow | to Estimated Effort field | > | S-right arrow | to set the value (displays error) | > | C-x ) | to stop recording | > |---------------+-----------------------------------| > > This issues the error > > kmacro-end-macro: Not defining kbd macro > > Regards, > Bernt > > > > > _______________________________________________ > 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