emacs-orgmode archive search

Search String: Display: Description: Sort:

Results:

References: [ org-babel-expand-src-block: 120 ]

Total 120 documents matching your query.

1. Re: org-babel-expand-call-block (score: 4)
Author: HIDDEN
Date: Wed, 14 Jun 2023 12:27:16 +0000
We can generalize `org-babel-expand-src-block' and `org-babel-expand-src-block-maybe'. I am not sure about killing. We need to ask if other users are interested in such functionality. -- Ihor Radchen
/archive/html/emacs-orgmode/2023-06/msg00207.html (5,347 bytes)

2. Re: org-babel-expand-call-block (score: 3)
Author: HIDDEN
Date: Wed, 14 Jun 2023 10:36:35 +0200
Sure, uniformity in "expansion" is the ideal case. I use LOB pretty extensively, so this hack allows such uniformity along the "kill-expanded-SRC". Would you consider a patch to org-babel-expand-src
/archive/html/emacs-orgmode/2023-06/msg00201.html (4,356 bytes)

3. Re: [PATCH] Add tests for ob-haskell (GHCi) (score: 2)
Author: HIDDEN
Date: Fri, 02 Jun 2023 08:44:24 +0000
Fair point. I thought that the differences are less significant. Sure. Why not :3 Nobody guaranteed that my code is free of errors. Thanks! You are probably right. Even though killed buffer objects m
/archive/html/emacs-orgmode/2023-06/msg00020.html (14,316 bytes)

4. Re: [PATCH] Add tests for ob-haskell (GHCi) (score: 2)
Author: HIDDEN
Date: Sun, 21 May 2023 09:40:40 +0200
Hi Ihor, Thanks for the review. Except for one line expressions, GHCi inputs and haskell modules are two different things. I doubt there will be much to share; that's why I've focused from the start
/archive/html/emacs-orgmode/2023-05/msg00366.html (17,852 bytes)

5. Re: org-babel-expand-call-block (score: 2)
Author: HIDDEN
Date: Mon, 08 May 2023 20:01:28 +0000
Do I understand correctly that you are trying to get #+calls to LOB blocks expanded as usual via org-babel-expand-src-block? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org
/archive/html/emacs-orgmode/2023-05/msg00171.html (4,673 bytes)

6. Re: [PATCH] Add tests for ob-haskell (GHCi) (score: 2)
Author: HIDDEN
Date: Mon, 08 May 2023 10:59:10 +0000
Thanks for the update! I can see that you limited the tests scope to :session blocks. Would it be possible to extend the existing tests to :compile yes case? behaviour should be similar with or witho
/archive/html/emacs-orgmode/2023-05/msg00163.html (11,416 bytes)

7. org-babel-expand-call-block (score: 2)
Author: HIDDEN
Date: Tue, 25 Apr 2023 15:20:51 +0200
Hi orgmode, I thought it would be nice share a little excursion into babel's code expansion; nothing groundbreaking, and nobody asked, but it may address a more comprehensive tangling, or maybe just
/archive/html/emacs-orgmode/2023-05/msg00067.html (6,773 bytes)

8. Re: [PATCH] lisp/ob-screen.el: Support ~:var~ header args for babel blocks (score: 2)
Author: HIDDEN
Date: Mon, 27 Feb 2023 19:43:06 +0000
Not each of these. AFAIU, :cmd header property in ob-screen defines which shell to use. Knowing shell name, you can deduce the function name to be used for variable assignments. See how it is done in
/archive/html/emacs-orgmode/2023-02/msg00722.html (8,700 bytes)

9. Re: [PATCH] LSP support in org-src buffers (score: 2)
Author: HIDDEN
Date: Wed, 12 Oct 2022 14:43:50 +0800
Then, I suggest to not actually write things on the disk. Instead, we can augment `org-edit-src-save' to write on disk depending on some customization (with values t, nil, and 'ask). That customizati
/archive/html/emacs-orgmode/2022-10/msg00424.html (8,083 bytes)

10. [BUG?] :eval strip-export acts like :eval yes :noweb yes even during export (was: :eval yes use and documentation) (score: 2)
Author: HIDDEN
Date: Sat, 08 Oct 2022 12:27:08 +0800
Fixed on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=1966a7a8a8a2934443f24ca9c968a4eba09c3650 I documented ":eval yes". strip-export value is actually used, but I feel that
/archive/html/emacs-orgmode/2022-10/msg00248.html (6,304 bytes)

11. Re: Passing a variable into an R source block. (score: 3)
Author: HIDDEN
Date: Sat, 29 May 2021 11:43:33 -0230
Hello Charles & William, You are correct, my R skills are _very_ rusty. I did not know of org-babel-expand-src-block, thanks for the pointer. Very useful. Thanks William, that got me going in the rig
/archive/html/emacs-orgmode/2021-05/msg01217.html (5,149 bytes)

12. Re: Passing a variable into an R source block. (score: 2)
Author: HIDDEN
Date: Fri, 28 May 2021 17:30:09 +0000
[snip] [snip] data.frame($data) is not valid R syntax. If you are new to R doing some tutorials will help. I suggest you use C-c C-v C-v (org-babel-expand-src-block) to see what the R code is and de
/archive/html/emacs-orgmode/2021-05/msg01180.html (4,711 bytes)

13. Re: How to get the content of a code block by its name? (score: 2)
Author: HIDDEN
Date: Fri, 12 Feb 2021 15:56:06 -0500
Thanks for the information! That was really helpful. I retrieved some information from that post and wrote the following function.I would really appreciate if someone could give me some feedback on t
/archive/html/emacs-orgmode/2021-02/msg00184.html (7,371 bytes)

14. Re: Multiple named code blocks (score: 2)
Author: HIDDEN
Date: Sun, 29 Nov 2020 09:28:02 +0100
/archive/html/emacs-orgmode/2020-11/msg00775.html (9,268 bytes)

15. Multiple named code blocks (score: 2)
Author: HIDDEN
Date: Sat, 28 Nov 2020 22:35:05 +0000
Hi, I have been using org-mode for almost three years and I loved it so much that I started working on a literate programming tool based on it. One particular technique that I use is having multiple
/archive/html/emacs-orgmode/2020-11/msg00754.html (8,343 bytes)

16. Re: How to get a block’s contents by name (score: 2)
Author: HIDDEN
Date: Sat, 28 Nov 2020 09:13:08 -0500
How about something like this?   (save-excursion     (goto-char (org-babel-find-named-block "b"))     (org-babel-expand-src-block))
/archive/html/emacs-orgmode/2020-11/msg00715.html (6,968 bytes)

17. Re: Shouldn't ob-shell's org-babel-expand-src-block prepend the :shebang value? (score: 34)
Author: HIDDEN
Date: Thu, 10 Sep 2020 17:30:25 +1000
I'm not sure about this one. - I often have multiple src blocks which make up one final script once tangled. When editing these blocks, I don't want a shebang line for each of them. - Would this work
/archive/html/emacs-orgmode/2020-09/msg00479.html (7,381 bytes)

18. Re: Shouldn't ob-shell's org-babel-expand-src-block prepend the :shebang value? (score: 35)
Author: HIDDEN
Date: Thu, 10 Sep 2020 15:29:48 +0800
Well, why exactly Racket people decided to introduce the #lang directive in such a way that it looks like a shell comment or a shebang line seems to elude my understanding. (declare :lang 'whatever),
/archive/html/emacs-orgmode/2020-09/msg00478.html (11,247 bytes)

19. Re: Shouldn't ob-shell's org-babel-expand-src-block prepend the :shebang value? (score: 35)
Author: HIDDEN
Date: Thu, 10 Sep 2020 00:10:51 -0700
Hi Vladimir, I have encountered similar issues with wanting to have a racket exactly which #lang it is working with. I haven't found a good solution. One issue with embedding the shebang when editing
/archive/html/emacs-orgmode/2020-09/msg00477.html (8,431 bytes)

20. Re: Shouldn't ob-shell's org-babel-expand-src-block prepend the :shebang value? (score: 34)
Author: HIDDEN
Date: Thu, 10 Sep 2020 14:52:47 +0800
So, my point is the following. A shebang is an almost universally accepted way to specify which interpreter should be used for code evaluation. In the ob-core.el, at line 787, the function called org
/archive/html/emacs-orgmode/2020-09/msg00475.html (6,278 bytes)


This search system is powered by Namazu