From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: [bug] error with % in agenda Date: Thu, 10 Nov 2011 13:07:39 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROauT-0000M0-No for emacs-orgmode@gnu.org; Thu, 10 Nov 2011 15:07:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROauS-0000NT-P2 for emacs-orgmode@gnu.org; Thu, 10 Nov 2011 15:07:41 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:57003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROauS-0000Mr-JB for emacs-orgmode@gnu.org; Thu, 10 Nov 2011 15:07:40 -0500 Received: by iaek3 with SMTP id k3so953982iae.0 for ; Thu, 10 Nov 2011 12:07:39 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Latest git. setq: Wrong type argument: number-or-marker-p, nil +(nil 1) (setq entries-marked (+ entries-marked 1)) (progn (setq entries-marked (+ entries-marked 1)) (call-interactively (quote org-agenda-bulk-mark))) (if (string-match regexp (get-text-property ... ...)) (progn (setq entries-marked ...) (call-interactively ...))) (when (string-match regexp (get-text-property ... ...)) (setq entries-marked (+ entries-marked 1)) (call-interactively (quote org-agenda-bulk-mark))) (while (re-search-forward regexp nil t) (when (string-match regexp ...) (setq entries-marked ...) (call-interactively ...))) (save-excursion (goto-char (point-min)) (goto-char (next-single-property-change ... ...)) (while (re-search-forward regexp nil t) (when ... ... ...))) (let (entries-marked) (save-excursion (goto-char ...) (goto-char ...) (while ... ...)) (if (not entries-marked) (message "No entry matching this regexp."))) org-agenda-bulk-mark-regexp("e") call-interactively(org-agenda-bulk-mark-regexp) Thanks.