From: Michael Heerdegen via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Viewing the default capture template
Date: Thu, 26 Dec 2024 23:35:52 +0100 [thread overview]
Message-ID: <877c7m2htj.fsf@web.de> (raw)
In-Reply-To: 875xn6fml9.fsf@librehacker.com
Christopher Howard <christopher@librehacker.com> writes:
> > Does eww have an associated separate org capture template? I don't see
> > anything like that defined in eww.el...
>
> I think this is basically the question I'm asking. If I don't pass a
> template in for the org-capture-templates list entry, whatever is used
> by default somehow works in EWW buffers, generating a proper org link
> with title. I want to see what that template is, so I can make
> something similar.
Did you bind or customize `org-capture-templates'? The default is nil.
With the default of nil `org-capture' offers only one template as far as
I understand, which is hardcoded in `org-capture-select-template' - this
one:
#+begin_src emacs-lisp
("t" "Task" entry (file+headline "" "Tasks")
"* TODO %?\n %u\n %a")
#+end_src
Is this the template you are using?
Michael.
next prev parent reply other threads:[~2024-12-26 22:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 23:47 Viewing the default capture template Christopher Howard
2024-12-25 19:49 ` Michael Heerdegen via Users list for the GNU Emacs text editor
2024-12-26 16:14 ` Christopher Howard
2024-12-26 22:35 ` Michael Heerdegen via Users list for the GNU Emacs text editor [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-26 22:19 Christopher Howard
2024-12-26 22:45 ` Michael Heerdegen via Users list for the GNU Emacs text editor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877c7m2htj.fsf@web.de \
--to=help-gnu-emacs@gnu.org \
--cc=michael_heerdegen@web.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.