emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org-capture-template: table lines including newline of sorts


From: TRS-80
Subject: Re: org-capture-template: table lines including newline of sorts
Date: Fri, 19 Mar 2021 14:12:57 -0400
User-agent: Roundcube Webmail/1.4.10

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 via email to

[Prev in Thread] Current Thread [Next in Thread]