From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Agenda: How to bulk mark regex w/spaces? Date: Wed, 12 Feb 2020 00:22:55 +0100 Message-ID: <877e0sso8g.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38530) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1erp-0002nY-PO for emacs-orgmode@gnu.org; Tue, 11 Feb 2020 18:22:58 -0500 In-Reply-To: (Nathan Neff's message of "Tue, 11 Feb 2020 10:19:33 -0600") 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: Nathan Neff Cc: emacs-orgmode Hi Nathan, Nathan Neff writes: > 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) There is nothing special with the regexps you need to enter with `org-agenda-bulk-mark-regexp', you can use the same syntax you would use for, e.g., C-u C-s in Emacs. Note that only the text of the headline is considered, not part of the agenda line that are not the heading itself (e.g. todo keywords, tags, etc.) > Pre Class should work > Pre\sClass => Pre\s-Class should work > Pre\\sClass nope > Pre.*Class should work > {Pre Class} nope. HTH, -- Bastien