emacs-orgmode
[Top][All Lists]
Advanced

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

Can `org-capture` templates be made to result in a sub-heading of the cu


From: Tim Visher
Subject: Can `org-capture` templates be made to result in a sub-heading of the current heading?
Date: Wed, 10 May 2023 17:04:22 -0400

Hey everyone,

Can `org-capture` templates be made to result in a sub-heading of the current heading?

So

```
* This Week
** TODO A TODO Item

   [2023-05-05 Fri 10:47]

   A description <point's here>
```

and I whack my capture keychord and get

```
* This Week
** TODO A TODO Item

   [2023-05-05 Fri 10:47]

   A description
*** [2023-05-10 Wed 17:02]

    [2023-05-10 Wed 17:02]

    <point's here>
```

I have a tendency to make these items for longer running tasks that I want to keep a journal on. The visibility cycling makes it easier to see my progress over time.

Thanks in advance!

-- Tim Visher

reply via email to

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