emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [bug] error with % in agenda
@ 2011-11-10 20:07 Samuel Wales
  0 siblings, 0 replies; only message in thread
From: Samuel Wales @ 2011-11-10 20:07 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-10 20:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-10 20:07 [bug] error with % in agenda Samuel Wales

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).