1
0
Fork 0
mirror of https://github.com/emacs-twist/org-babel.git synced 2024-12-15 17:50:48 +00:00
Commit graph

13 commits

Author SHA1 Message Date
Jordan Isaacs
2d6478e6a7 tangle header 2024-02-26 00:29:26 -08:00
Akira Komamura
116e37bc45 Add todo 2022-02-06 00:55:05 +09:00
Akira Komamura
249dcb5a8e fix: Handle odd number argument lists 2022-02-06 00:48:23 +09:00
Akira Komamura
3adb6617b1 fix: Ignore blocks that have :tangle param other than yes 2022-01-03 18:24:30 +09:00
Akira Komamura
629afa4408 feat: Add selectHeadlines function 2022-01-02 16:22:04 +09:00
Akira Komamura
95e19914cb refactor: Extract utility functions into utils library
These are reusable functions, and I want to avoid duplicate implementations
of them.
2022-01-02 16:18:05 +09:00
Akira Komamura
3f27b47528 feat: Add a set of more concisely named functions
The former naming was ugly, so I will deprecate it.

It is recommended to use these functions via a qualified import.
2022-01-02 15:38:35 +09:00
Akira Komamura
a6c3ee8dfe feat: Set the default language to Emacs Lisp
As this library is primarily intended for Emacs configurations,
I will set the default value of the argument.
2022-01-02 15:16:59 +09:00
Akira Komamura
d3c44b7fec fix!: Provide the file writer in an overlay
builtins.toFile doesn't work in pure evaluation mode. It must use
a function from nixpkgs, so it should be provided in an overlay.
2021-12-12 05:18:46 +09:00
Akira Komamura
3ca9905d0b feat: Add a convenient function for creating a file 2021-12-03 23:14:31 +09:00
Akira Komamura
9fb8001ae1 fix: Make the postprocessing optional 2021-12-03 23:14:14 +09:00
Akira Komamura
8800ab972c fix: Fix importing mistake 2021-12-03 23:11:52 +09:00
Akira Komamura
16c3622825 Initial commit 2021-12-03 22:44:34 +09:00