Skip to main content

Questions tagged [literate-programming]

0 votes
1 answer
60 views

I'm currently working through some programming books, which often contain code snippets that are not complete, and not necessarily in the right order as they would appear in an actual source file. To ...
Luke's user avatar
  • 37
0 votes
0 answers
96 views

I have done an emacs config with literate programming and I have been searching for while now. I need a simple tool with which I can just pretty print my code in my org file.
David's user avatar
  • 349
2 votes
1 answer
229 views

I use init.org file to configure my emacs, and then tangle it into init.el. Now, I would like to configure my keybindings from org-table (for more readable and printable). Basically, I'd like to only ...
Garid's user avatar
  • 864
2 votes
1 answer
217 views

Trying to clean up my configuration and make it more readable, but also reduce load time from current time of about 13 seconds down to < 10. Suppose I have a large use-package macro for a package ...
nonreligious's user avatar
0 votes
0 answers
45 views

it's required to have #lang racket to use the substring procedure. So I defined it like this: #+NAME: directive #+begin_src racket #lang racket #+end_src #+begin_src racket :var directive=directive (...
mustaqim's user avatar
2 votes
1 answer
200 views

I'm trying to process tens of tables (from multiple org-files) in python src-block at once. Suppose that the following file: /tmp/file1.org contains some tables: * This org contains the tables #+name: ...
Garid's user avatar
  • 864
2 votes
2 answers
650 views

Quarto is a literate programming framework. It allows you to combine in a single file code (in various programming languages) and text (in markdown).* When a Quarto document is rendered, the output ...
henning no longer feeds AI's user avatar
1 vote
1 answer
212 views

Let's say I'm creating many babel code blocks in a growing org-mode buffer and I'm tangling them all to a single file. However, I want certain blocks to appear above others. For example, #+begin_src ...
147pm's user avatar
  • 3,085

15 30 50 per page
1
2 3 4 5