help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Viewing the default capture template


From: Christopher Howard
Subject: Re: Viewing the default capture template
Date: Thu, 26 Dec 2024 13:19:43 -0900

For posterity: the same default template string is used for all captures, if 
you don't specify one. The docstring for org-capture-templates indicates it 
is...

```
\"* %?\n %a\"
```

The %a refers to the annotation:

```
  %a          Annotation, normally the link created with `org-store-link'.
```

-- 
Christopher Howard



reply via email to

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