all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arthur Miller <arthur.miller@live.com>
To: daniela-spit@gmx.it
Cc: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Re: .Re: Org Capture Template
Date: Fri, 27 Nov 2020 22:03:12 +0100	[thread overview]
Message-ID: <AM0PR06MB6577F487194D0000ACB42BA396F80@AM0PR06MB6577.eurprd06.prod.outlook.com> (raw)
In-Reply-To: <trinity-c8d6469f-3b63-4dd0-bbe0-f8f002910c68-1606506742400@3c-app-mailcom-bs12> (daniela-spit@gmx.it's message of "Fri, 27 Nov 2020 20:52:22 +0100")

daniela-spit@gmx.it writes:

>> Sent: Friday, November 27, 2020 at 5:49 PM
>> From: "Arthur Miller" <arthur.miller@live.com>
>> To: daniela-spit@gmx.it
>> Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
>> Subject: Re: .Re: Org Capture Template
>>
>> daniela-spit@gmx.it writes:
>>
>> > Can one have multiple org-capture-templates, instead than having just
>> > a single one for different types of capture items?
>> You can have as many as you want, as long as they are on different key
>> binding; if that is what you ask.
>
> Suppose two users have each one file with org-capture-templates.
> Can one call one or the other using a keybinding without requiring
> the two to be integrated within one org-capture-templates construct?

You mean if you can add different capture templates? You can add as many
as you want from where you want; it is just a list so you can use list
manipulation routines to change it. You can use add-to-list instead of
setq list: 

(add-to-list 'org-capture-template '( ... )) instead of (setq
org-capture-template '( ... ))

No idea how it will work if you have capture tamplates on same key
though; I guess last one will take precedence, but I don't know.




  reply	other threads:[~2020-11-27 21:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-27  4:46 Org Capture Template daniela-spit
2020-11-27  5:34 ` Arthur Miller
2020-11-27  5:51   ` .Re: " daniela-spit
2020-11-27  6:51     ` Arthur Miller
2020-11-27  7:07       ` daniela-spit
2020-11-27  7:27         ` Arthur Miller
2020-11-27  7:48           ` daniela-spit
2020-11-27  8:55             ` Arthur Miller
2020-11-27  9:31               ` daniela-spit
2020-11-27 10:32                 ` daniela-spit
2020-11-27 16:49                   ` Arthur Miller
2020-11-27 17:46                     ` daniela-spit
2020-11-27 19:52                     ` daniela-spit
2020-11-27 21:03                       ` Arthur Miller [this message]
2020-11-27  5:53 ` Jean Louis
2020-11-27  6:13   ` daniela-spit
2020-11-27  6:30     ` Jean Louis
2020-11-27  6:43       ` daniela-spit
2020-11-27 21:03     ` Michael Heerdegen

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=AM0PR06MB6577F487194D0000ACB42BA396F80@AM0PR06MB6577.eurprd06.prod.outlook.com \
    --to=arthur.miller@live.com \
    --cc=daniela-spit@gmx.it \
    --cc=help-gnu-emacs@gnu.org \
    /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.