bugemacs-wiki, planner, and related modules - Bugs: bug #14877, wrong-type-argument arrayp nil in...

 
 

bug #14877: wrong-type-argument arrayp nil in planner-create-note-from-task

Submitter:  None
Submitted:  Fri 28 Oct 2005 04:25:20 AM UTC
   
 
Category:  * planner Severity:  3 - Normal
Item Group:  None Status:  Works For Me
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 05 Jan 2006 10:56:17 PM UTC, comment #1: 

This looks like an emacs-wiki problem.  Transitioning to Muse should fix this.

Michael W. Olson <mwolson>
Group administrator
Fri 28 Oct 2005 04:25:20 AM UTC, original submission:  

I try to create a note on a task with the latest planner and get a wrong-type-argument arrayp nil. I use GNU Emacs 22.0.50.1 (powerpc-apple-darwin8.2.0).

Here the backtrace:

Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
  replace-regexp-in-string("\\]" "%5D" nil t t)
  emacs-wiki-replace-regexp-in-string("\\]" "%5D" nil)
  emacs-wiki-link-escape("(1)" t)
  emacs-wiki-make-link("2005.10.28#1" "(1)")
  (if (or (null link) (string= link "")) "" (emacs-wiki-make-link link name))
  planner-make-link("2005.10.28#1" "(1)")
  (concat (planner-task-description task-info) " " (planner-make-link (concat ... "#" ...) (format "(%d)" note-num)))
  (planner-edit-task-description (concat (planner-task-description task-info) " " (planner-make-link ... ...)))
  (progn (planner-edit-task-description (concat ... " " ...)))
  (if (planner-find-task task-info) (progn (planner-edit-task-description ...)))
  (when (planner-find-task task-info) (planner-edit-task-description (concat ... " " ...)))
  (save-window-excursion (when (planner-find-task task-info) (planner-edit-task-description ...)))
  (save-excursion (save-window-excursion (when ... ...)))
  (progn (when (and plan-page-p ...) (planner-jump-to-linked-task task-info)) (setq note-num (planner-create-note ...)) (save-excursion (save-window-excursion ...)) (insert " " (planner-task-description task-info) "\n\n"))
  (if task-info (progn (when ... ...) (setq note-num ...) (save-excursion ...) (insert " " ... "\n\n")))
  (when task-info (when (and plan-page-p ...) (planner-jump-to-linked-task task-info)) (setq note-num (planner-create-note ...)) (save-excursion (save-window-excursion ...)) (insert " " (planner-task-description task-info) "\n\n"))
  (let ((task-info ...) note-num) (when task-info (when ... ...) (setq note-num ...) (save-excursion ...) (insert " " ... "\n\n")))
  planner-create-note-from-task(nil)
  call-interactively(planner-create-note-from-task)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-01-05 mwolson StatusNone Works For Me
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code