Parcourir la source

Add borders to html table

Josh Bicking il y a 7 ans
Parent
commit
83a8799c3e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      emacs.d/packages/packages.el

+ 1 - 0
emacs.d/packages/packages.el

@@ -400,6 +400,7 @@
     (interactive)
     (org-odt-export-to-odt)
     (shell-command (concat "libreoffice --headless --convert-to pdf \"" (file-name-sans-extension (buffer-name)) ".odt\"")))
+  (setq org-html-table-default-attributes '(:border "2" :cellspacing "0" :cellpadding "6" :rules "all" :frame "border"))
   )
 
 (use-package org-agenda