瀏覽代碼

Add borders to html table

Josh Bicking 7 年之前
父節點
當前提交
83a8799c3e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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