emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Bernt Hansen <bernt@norang.ca>
Cc: emacs-orgmode@gnu.org
Subject: Re: BUG: column view in agenda -- marker does not point anywhere
Date: Mon, 21 Jan 2008 07:56:17 +0100	[thread overview]
Message-ID: <6B7F61FB-5167-4ED6-BCA2-7F8BA7A595B2@science.uva.nl> (raw)
In-Reply-To: <878x2kl5c2.fsf@gollum.intra.norang.ca>

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

  reply	other threads:[~2008-01-21  7:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-20 18:28 BUG: column view in agenda -- marker does not point anywhere Bernt Hansen
2008-01-21  6:56 ` Carsten Dominik [this message]
2008-01-21 14:32   ` Bernt Hansen
2008-01-21 15:49     ` Brian van den Broek
2008-01-21 15:54     ` Bastien
2008-01-22 21:09   ` Bernt Hansen
2008-01-22 21:11   ` Bernt Hansen
2008-01-24  8:33 ` Carsten Dominik
2008-01-24 12:26   ` Bernt Hansen

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6B7F61FB-5167-4ED6-BCA2-7F8BA7A595B2@science.uva.nl \
    --to=dominik@science.uva.nl \
    --cc=bernt@norang.ca \
    --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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).