Carsten Dominik <[EMAIL PROTECTED]> 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(#<marker in no buffer>)
(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)
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode