all messages for Emacs-related lists mirrored at yhetil.org
 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 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.