all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-capture-template: table lines including newline of sorts
@ 2021-03-13  7:24 Uwe Brauer
  2021-03-14 17:00 ` TRS-80
  2021-03-14 23:28 ` David Masterson
  0 siblings, 2 replies; 16+ messages in thread
From: Uwe Brauer @ 2021-03-13  7:24 UTC (permalink / raw)
  To: emacs-orgmode


Hi 

Currently I have the following setting for one org-capture-template:


("mu" "Stat+Num:Exercises English"
table-line (file+headline "~/Somefile.org" "Exercise Group-E")
"| %:fromname|%:fromaddress | %(my-extract-cc)|%^{Sheet|1|2|3|4|5|6}|%^{Exercise|1|} |  %a|%:date | "  :prepend t
)

That line is too long, I'd like something like this 
("mu" "Stat+Num:Exercises English"
table-line (file+headline "~/Somefile.org" "Exercise Group-E")
"| %:fromname|%:fromaddress\n %(my-extract-cc)|%^{Sheet|1|2|3|4|5|6}|%^{Exercise|1|} |  %a|%:date | "  :prepend t
)

Or 

("mu" "Stat+Num:Exercises English"
table-line (file+headline "~/Somefile.org" "Exercise Group-E")
"| %:fromname|%:fromaddress\n %(my-extract-cc)|%^{Sheet|1|2|3|4|5|6}|%^{Exercise|1|} |  %a|%:date | "  :prepend t
"|   | %(my-extract-cc) |   |   |   |   |   |   |    |  |   |   |    |        | "  :prepend t 
)


But nothing worked, any ideas?

Thanks and regards

Uwe Brauer 



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

end of thread, other threads:[~2021-03-21 15:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-13  7:24 org-capture-template: table lines including newline of sorts Uwe Brauer
2021-03-14 17:00 ` TRS-80
2021-03-14 20:41   ` Uwe Brauer
2021-03-21 15:01     ` Maxim Nikulin
2021-03-14 22:12   ` Charles Millar
2021-03-15 14:13     ` Uwe Brauer
2021-03-15 14:49       ` Charles Millar
2021-03-15 21:00         ` Uwe Brauer
2021-03-16  0:04           ` Charles Millar
2021-03-16  7:34             ` Uwe Brauer
2021-03-16 11:17               ` Charles Millar
2021-03-18  7:38                 ` Uwe Brauer
2021-03-19 18:15                   ` TRS-80
2021-03-14 23:28 ` David Masterson
2021-03-15 14:14   ` Uwe Brauer
2021-03-19 18:12     ` TRS-80

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.