From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org-mode 4.29 Date: Fri, 12 May 2006 14:56:15 +0200 Message-ID: <6da0a39586c44b5a208dd5ae853116c1@science.uva.nl> References: <58aab51d6d2ac11c8641dd56bcace672@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FeXBz-0007p8-Rr for emacs-orgmode@gnu.org; Fri, 12 May 2006 08:56:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FeXBy-0007oA-Ri for emacs-orgmode@gnu.org; Fri, 12 May 2006 08:56:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeXBy-0007nw-FP for emacs-orgmode@gnu.org; Fri, 12 May 2006 08:56:26 -0400 In-Reply-To: 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: David O'Toole Cc: emacs-orgmode@gnu.org Looks like the org-mode file where you schedule the item in was not properly initialized. Everything works OK here so far..... Did you do this in a running emacs, load the new org.el and then try the commend? Or did you start a new Emacs? - Carsten On May 12, 2006, at 14:44, David O'Toole wrote: > > 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 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 > > -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477