help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: org-capture-templates constructed from three distinct functions


From: Emanuel Berg
Subject: Re: org-capture-templates constructed from three distinct functions
Date: Sat, 12 Dec 2020 03:38:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Christopher Dimech wrote:

> There must bo some problem in how I am trying to use lists.

That whole thing is like searching for a microchip in
a megacomputer. backquote quote backquote ... ???

Here is the syntax:

  `(a ,(+ 1 1) ("ghost" "reporting") ,@'(x y z))

which is

  (a 2 ("ghost" "reporting") x y z)

when you understand the syntax, feel free to do whatever...

but it still doesn't look good :)

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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