From c4b8561997acedac1d55f719dfff35f8a649dac9 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 21 Jun 2024 08:26:56 +0200 Subject: [PATCH] =?UTF-8?q?docs(markdown):=20don=E2=80=99t=20add=20frame?= =?UTF-8?q?=20attribute=20to=20tables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.dir-locals.el | 3 ++- export.el | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/.dir-locals.el b/docs/.dir-locals.el index a650af1..4e819af 100644 --- a/docs/.dir-locals.el +++ b/docs/.dir-locals.el @@ -1,6 +1,7 @@ ;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; For more information see (info "(emacs) Directory Variables") -((org-mode . ((langtool-default-language . "en-GB") +((org-mode . ((org-html-table-default-attributes . (:border "2" :cellspacing "0" :cellpadding "6" :rules "groups" :frame "void")) + (langtool-default-language . "en-GB") (org-list-allow-alphabetical . nil) (org-confirm-babel-evaluate . nil)))) diff --git a/export.el b/export.el index 7a3b77d..f9ecefb 100644 --- a/export.el +++ b/export.el @@ -13,6 +13,7 @@ (setq org-confirm-babel-evaluate nil org-html-validation-link nil + org-html-table-default-attributes '(:border "2" :cellspacing "0" :cellpadding "6" :rules "groups" :frame "void") make-backup-files nil) (defvar project-root