19 lines
1.1 KiB
Plaintext
19 lines
1.1 KiB
Plaintext
org-ob-core.el-add-ability-to-use-closures-as-default-header-args.patch
|
|
- create the patch using git
|
|
git diff lisp/ob-core.el > $HOME/.config/emacs/lisp/0patches/org-ob-core.el-add-ability-to-use-closures-as-default-header-args.patch
|
|
- apply patch
|
|
patch -d "$HOME/.config/emacs/lisp/org" -p1 -i $HOME/.config/emacs/lisp/0patches/org-ob-core.el-add-ability-to-use-closures-as-default-header-args.patch
|
|
- reverse patch
|
|
patch -R -d "$HOME/.config/emacs/lisp/org" -p1 -i $HOME/.config/emacs/lisp/0patches/org-ob-core.el-add-ability-to-use-closures-as-default-header-args.patch
|
|
- https://orgmode.org/list/87ftflikkc.fsf@gmail.com/t/
|
|
- https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/msg00464.html
|
|
- https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/txtzi_PffIaG1.txt
|
|
|
|
ox-rst_ox-rst.el_add-code-block-caption.patch
|
|
- create the patch using git
|
|
git diff lisp/ox-rst/ox-rst.el >lisp/0patches/ox-rst_ox-rst.el_add-code-block-caption.patch
|
|
- apply patch
|
|
patch -d . -p1 -i lisp/0patches/ox-rst_ox-rst.el_add-code-block-caption.patch
|
|
- reverse patch
|
|
patch -R -d . -p1 -i lisp/0patches/ox-rst_ox-rst.el_add-code-block-caption.patch
|