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: Christopher Dimech
Subject: Re: org-capture-templates constructed from three distinct functions
Date: Sat, 12 Dec 2020 05:54:53 +0100

With two lists the problematic part is now to add the lists, as the following 
is failing.

(defun captr-tmplt-writing ()
   (interactive)
   (message "tmplt-writing")
   (setq captr-tmplt-writing tmplt-tdr)
   (add-to-list 'captr-tmplt-writing tmplt-uwdiving)
   (setq org-capture-templates captr-tmplt-writing) )



> Sent: Saturday, December 12, 2020 at 4:57 AM
> From: "Michael Heerdegen" <michael_heerdegen@web.de>
> To: help-gnu-emacs@gnu.org
> Subject: Re: org-capture-templates constructed from three distinct functions
>
> Christopher Dimech <dimech@gmx.com> writes:
>
> > I thought to first append the three lists, then transfer them to
> > org-capture-templates
>
> Sounds ok then, yes.
>
> Michael.
>
>
>



reply via email to

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