From: Ihor Radchenko <yantar92@posteo.net>
To: Tom Gillespie <tgbugs@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: [PATCH] ob-tangle.el: restore :tangle closure nil behavior
Date: Thu, 17 Aug 2023 10:15:53 +0000 [thread overview]
Message-ID: <87r0o2q8iu.fsf@localhost> (raw)
In-Reply-To: <CA+G3_PPParW5F0-P1eJsvzdG4E063QyS-fpKxxatnoG9P7Ln7A@mail.gmail.com>
Tom Gillespie <tgbugs@gmail.com> writes:
>> My confusion about you patch comes from the fact that
>>
>> #+begin_src emacs-lisp :tangle (if (= 1 1) "yes")
>> 2
>> #+end_src
>>
>> works just fine on main.
>
> It appears to work fine on main, but that is because
> what is actually happening behind the scenes is that in the test
> (unless (or (string= src-tfile "no") ...) ...) the actual comparison is
> (string= "(if (= 1 1) \"yes\")" "no") which appears to work, but is
> not comparing the result of the closure, only its string value.
What I see when tangling a file with the above code block is
Debugger entered--returning value: ("emacs-lisp" "2" ((:colname-names)
(:rowname-names) (:result-params "replace")
(:result-type . value) (:results . "replace")
(:exports . "code")
(:tangle . "yes") <---------- evaluated
(:lexical . "no")
(:eval . "never-export") (:comments . "link")
(:hlines . "no") (:noweb . "yes") (:cache . "no")
(:session . "none")) "" nil 2 "(ref:%s)")
(org-babel-get-src-block-info)
* (#<subr org-babel-tangle-single-block> 1)
* (apply #<subr org-babel-tangle-single-block> 1)
* (org-babel-tangle-single-block 1)
(org-babel-tangle-collect-blocks nil nil)
(org-babel-tangle nil)
(funcall-interactively org-babel-tangle nil)
>> I admit that I don't fully understand your use case.
>
> I want to use a closure to conditionally control whether a block will tangle.
> If I hardcode :tangle no, then :var x=(error "oops") will not evaluate. The
> (error "oops") is a placeholder for a number of things that will result in
> an error if the condition for :tangle (when condition "file-name") is not
> satisfied.
Do you mean something like
#+PROPERTY: headline-args :var x=1
#+begin_src elisp :tangle (if (= x 1) "yes" "no")
...
#+end_src
?
>> Something like (org-babel-get-heading-arg :tangle info/params)
>
> I need to go to bed, because I definitely started on an implementation
> of that I forgot about it as a potential solution. Yes, this seems like
> a better and clearer way to go about it.
Let me know if you need any help.
--
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>
prev parent reply other threads:[~2023-08-17 10:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-15 20:59 [PATCH] ob-tangle.el: restore :tangle closure nil behavior Tom Gillespie
2023-08-16 1:41 ` Tom Gillespie
2023-08-16 3:20 ` Tom Gillespie
2023-08-16 9:09 ` Ihor Radchenko
2023-08-16 9:28 ` Tom Gillespie
2023-08-16 9:41 ` Ihor Radchenko
2023-08-16 9:53 ` Tom Gillespie
2023-08-17 10:15 ` Ihor Radchenko [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=87r0o2q8iu.fsf@localhost \
--to=yantar92@posteo.net \
--cc=emacs-orgmode@gnu.org \
--cc=tgbugs@gmail.com \
/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).