emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Agenda: How to bulk mark regex w/spaces?


From: Bastien
Subject: Re: Agenda: How to bulk mark regex w/spaces?
Date: Wed, 12 Feb 2020 00:22:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Nathan,

Nathan Neff <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]