unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Org Capture Template
@ 2020-11-27  4:46 daniela-spit
  2020-11-27  5:34 ` Arthur Miller
  2020-11-27  5:53 ` Jean Louis
  0 siblings, 2 replies; 19+ messages in thread
From: daniela-spit @ 2020-11-27  4:46 UTC (permalink / raw)
  To: Help Gnu Emacs

I am writing an Org Capture Template.  But I want to use concat
to keep indentation.  But it is giving me "Invalid capture template".

(setq org-capture-templates

   '( ("t" "Todo" entry
         (file "~/02history/rcl.org")
         (concat "* TODO %^{Heading}\n  Brief: %^{Brief}\n"
                 "Detail: %?\n"
                 "Entered: %T\n  Link: %a\n") ))


-------

(setq org-capture-templates

   '( ("t" "Todo" entry
         (file "~/02history/rcl.org")
"* TODO %^{Heading}\n  Brief: %^{Brief}\n
Detail: %?\n
Entered: %T\n  Link: %a\n") ))

-------





^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-11-27 21:03 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).