소스 검색

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