[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Stripping captured journal entries
From: |
Michael Welle |
Subject: |
Re: Stripping captured journal entries |
Date: |
Fri, 05 Jan 2024 12:20:49 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
"Loris Bennett" <loris.bennett@fu-berlin.de> writes:
> Hi,
>
> I capture journal entries such as
>
> * 2024-01 January
>
> ** 2024-01-03 Wednesday
>
> *** Did this
> Added: [2024-01-03 Wed 10:35]
> - foo
>
> *** Did that
> Added: [2024-01-03 Wed 12:13]
> - bar
>
> ** 2024-01-04 Thursday
>
> *** Did something else
> Added: [2024-01-04 Thu 09:53]
> - foobar
>
> I would like be able to extract a simple list of the headlines below the
> dates across multiple dates, i.e.
>
> *** Did this
> *** Did that
> *** Did something else
>
> However, I only want some of the entries within the month, specifically,
> just those within a given week.
maybe you can use (org-map-entries 'org-get-heading "LEVEL=3") as a
starting point.
Regards
hmw