emacs-orgmode
[Top][All Lists]
Advanced

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

Re: TODO state for heading intersection?


From: Jean Louis
Subject: Re: TODO state for heading intersection?
Date: Wed, 11 Jan 2023 20:58:21 +0300
User-agent: Mutt/2.2.9+54 (af2080d) (2022-11-21)

* Nick Dokos <ndokos@gmail.com> [2023-01-10 20:53]:
> IIUC, you can use `org-map-entries` to apply the function `org-todo`
> (or a different function if you want) to a collection of nodes in a
> file that are specified through tags/properties matches:
> 
>    (org-map-entries #'org-todo "LEVEL=1" 'file)
> 
> will apply it to top-level nodes only.
> 
> See
> 
>    (info "(org)Using the Mapping API")
> 
> and
> 
>    (info "(org)Matching tags and properties")

Programmatically I can do it in many ways. 

I speak of doing it in easy manner.

I am thankful for all people who answered, though I found solution:

1. Run Org Agenda on keyword.

2. Mark the items

3. Invoke "B" for bulk action

4. Change the state of TODO.


-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

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