[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] function and symbol for headline and olp for org-capture-tem
From: |
Ihor Radchenko |
Subject: |
Re: [PATCH] function and symbol for headline and olp for org-capture-templates |
Date: |
Wed, 05 Jun 2024 09:09:26 +0000 |
Nafiz Islam <nafiz.islam1000@gmail.com> writes:
> Craig Topham has cleared me to contribute to Emacs.
Bastien, may you please check the FSF records?
> > All you need to create a new symbol in local context is (let ((my-symbol
> > value)) ...).
>
> I don't think that will work because of lexical binding. For example:
> ..
Right. You need dynamic let:
(dlet ((test-org-capture/entry/headline "B"))
...)
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>