Ver Fonte

Add borders to html table

Josh Bicking há 7 anos atrás
pai
commit
83a8799c3e
1 ficheiros alterados com 1 adições e 0 exclusões
  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