From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Agenda: How to bulk mark regex w/spaces? Date: Tue, 11 Feb 2020 10:19:33 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000048298d059e4f39ea" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53566) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1YGI-0003OL-MH for emacs-orgmode@gnu.org; Tue, 11 Feb 2020 11:19:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1YGH-0003Jg-N9 for emacs-orgmode@gnu.org; Tue, 11 Feb 2020 11:19:46 -0500 Received: from mail-il1-x12e.google.com ([2607:f8b0:4864:20::12e]:43195) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j1YGH-0003J0-Ia for emacs-orgmode@gnu.org; Tue, 11 Feb 2020 11:19:45 -0500 Received: by mail-il1-x12e.google.com with SMTP id o13so3918535ilg.10 for ; Tue, 11 Feb 2020 08:19:45 -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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode --00000000000048298d059e4f39ea Content-Type: text/plain; charset="UTF-8" Hello all, I'm trying to use org-agenda-bulk-mark-regexp and trying to search for headings having "Pre Class". None of the combinations have worked so far (I've tried with quotes and without quotes in the prompt) Pre Class Pre\sClass Pre\\sClass Pre.*Class {Pre Class} It appears that the function is simply using the (re-search-forward) function, and I've tried simply calling :(re-search-forward "Pre Class") in the agenda, and the text is indeed found. Therefore, I'm wondering if the prompt for the regex is somehow mangling the input to the function itself? Thanks, --Nate --00000000000048298d059e4f39ea Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello all,

I'm trying to use or= g-agenda-bulk-mark-regexp and trying to search for
headings havin= g "Pre Class".

None of the combinations = have worked so far (I've tried with quotes
and without quotes= in the prompt)

Pre Class
Pre\sClass
Pre\\sClass
Pre.*Class
{Pre Class}
It appears that the function is simply using the
(re-= search-forward) function, and I've tried simply calling
:(re-= search-forward "Pre Class") in the agenda, and the text is indeed=
found.

Therefore, I'm wondering if = the prompt for the regex is somehow mangling
the input to the fun= ction itself?

Thanks,
--Nate
<= br>
--00000000000048298d059e4f39ea--