add single row table

This commit is contained in:
2025-12-27 11:27:35 +01:00
parent 74597545f6
commit 40f24268a1
3 changed files with 62 additions and 1 deletions

View File

@@ -16,3 +16,7 @@ ox-rst_ox-rst.el_add-code-block-caption.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
ox-rst_ox-rst.el_add-single-row-table.patch
- create the patch using git
git diff lisp/ox-rst/ox-rst.el >lisp/0patches/ox-rst_ox-rst.el_add-single-row-table.patch