From: David O'Toole <dto@gnu.org>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode@gnu.org
Subject: Re: Org-mode 4.29
Date: Fri, 12 May 2006 08:44:49 -0400 [thread overview]
Message-ID: <m3lkt7v2da.fsf@gnu.org> (raw)
In-Reply-To: <58aab51d6d2ac11c8641dd56bcace672@science.uva.nl> (Carsten Dominik's message of "Fri, 12 May 2006 14:03:32 +0200")
I'm getting an error when I try to schedule a TODO item from the
global TODO list using C-c C-s. I've pasted the backtrace below.
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
re-search-forward(nil nil t)
(and (eq elt (quote closed)) (re-search-forward org-closed-time-regexp nil t))
(or (and (eq elt ...) (re-search-forward org-scheduled-time-regexp nil t)) (and (eq elt ...) (re-search-forward org-deadline-time-regexp nil t)) (and (eq elt ...) (re-search-forward org-closed-time-regexp nil t)))
(if (or (and ... ...) (and ... ...) (and ... ...)) (progn (replace-match "") (if ... ...)))
(when (or (and ... ...) (and ... ...) (and ... ...)) (replace-match "") (if (looking-at " +") (replace-match "")))
(while list (setq elt (pop list)) (goto-char (point-min)) (when (or ... ... ...) (replace-match "") (if ... ...)))
(let (beg end col list elt (buffer-invisibility-spec nil) ts) (org-back-to-heading t) (setq beg (point)) (looking-at (concat outline-regexp "\\( *\\)[^
\n]*")) (goto-char (match-end 1)) (setq col (current-column)) (goto-char (1+ ...)) (if (and ... ...) (narrow-to-region ... ...) (insert "\n") (backward-char 1) (narrow-to-region ... ...) (indent-to-column col)) (setq list (cons what remove)) (while list (setq elt ...) (goto-char ...) (when ... ... ...)) (goto-char (point-max)) (when what (insert ... ... " ") (insert ...)) (goto-char (point-min)) (widen) (if (looking-at "[ ]+
?\n") (replace-match "")) ts)
(save-excursion (let (beg end col list elt ... ts) (org-back-to-heading t) (setq beg ...) (looking-at ...) (goto-char ...) (setq col ...) (goto-char ...) (if ... ... ... ... ... ...) (setq list ...) (while list ... ... ...) (goto-char ...) (when what ... ...) (goto-char ...) (widen) (if ... ...) ts))
org-add-planning-info(scheduled nil closed)
org-schedule()
(setq ts (org-schedule))
(save-current-buffer (set-buffer buffer) (widen) (goto-char pos) (setq ts (org-schedule)) (message "Item scheduled for %s" ts))
(with-current-buffer buffer (widen) (goto-char pos) (setq ts (org-schedule)) (message "Item scheduled for %s" ts))
(let* ((marker ...) (buffer ...) (pos ...) ts) (with-current-buffer buffer (widen) (goto-char pos) (setq ts ...) (message "Item scheduled for %s" ts)))
org-agenda-schedule(nil)
call-interactively(org-agenda-schedule)
Carsten Dominik <dominik@science.uva.nl> writes:
> I am releasing version 4.29 of Org-mode, with these changes:
>
>
> Version 4.29
> - Inlining images in HTML export now depends on wheather the link
> contains a description or not.
> - TODO items can be scheduled from the global TODO list using C-c C-s
> - TODO items already scheduled can be made to disappear from the
> global
> todo list, see `org-agenda-todo-ignore-scheduled'.
> - In Tables, formulas may also be Lisp forms.
> - Exporting the visible part of an outline with `C-c C-x v' works now
> for all available exporters.
> - Bug fixes, lots of them :-(
>
> http://www.astro.uva.nl/~dominik/Tools/org/
>
> Enjoy, and keep the feedback coming.
>
> - Carsten
>
> --
> Carsten Dominik
> Sterrenkundig Instituut "Anton Pannekoek"
> Universiteit van Amsterdam
> Kruislaan 403
> NL-1098SJ Amsterdam
> phone: +31 20 525 7477
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
--
Dave O'Toole
dto@gnu.org
next prev parent reply other threads:[~2006-05-12 12:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-12 12:03 Org-mode 4.29 Carsten Dominik
2006-05-12 12:44 ` David O'Toole [this message]
2006-05-12 12:56 ` Carsten Dominik
2006-05-12 13:32 ` John Rakestraw
2006-05-12 13:35 ` Carsten Dominik
2006-05-13 18:47 ` T. V. Raman
2006-05-14 16:14 ` Carsten Dominik
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=m3lkt7v2da.fsf@gnu.org \
--to=dto@gnu.org \
--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.