emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: TRS-80 <lists.trs-80@isnotmyreal.name>
To: emacs-orgmode@gnu.org
Subject: Re: org-capture-template: table lines including newline of sorts
Date: Fri, 19 Mar 2021 14:12:57 -0400	[thread overview]
Message-ID: <aae3a84f0db206ad67991907c686cf7b@isnotmyreal.name> (raw)
In-Reply-To: <87mtv4cxmi.fsf@mat.ucm.es>

On 2021-03-15 10:14, Uwe Brauer wrote:
>> Uwe Brauer <oub@mat.ucm.es> writes:
> 
>> Break up the line however you wish into quoted substrings and
>> concat them together..?
> 
> No entirely sure that you mean by quoted substrings, can you give me
> an example, please?

I am not same guy you were replying to, but:

#+begin_src emacs-lisp
   (concat "Add "
	  "all "
	  "these "
	  "strings "
	  "together!")
   ;; result:
   "Add all these strings together!"
#+end_src

I use it a lot when:

- things start to get complicated (some regexp)
- I want to maintain lines in source that will match output
- in some other cases, too.

Really helpful!

Cheers,
TRS-80


      reply	other threads:[~2021-03-19 18:15 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aae3a84f0db206ad67991907c686cf7b@isnotmyreal.name \
    --to=lists.trs-80@isnotmyreal.name \
    --cc=emacs-orgmode@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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).