Update settings
This commit is contained in:
parent
ca66010fcf
commit
b4719c0ea6
2 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
(setq org-latex-listings t)
|
(setq org-latex-listings t)
|
||||||
(setq org-latex-tables-booktabs t)
|
(setq org-latex-tables-booktabs t)
|
||||||
|
(setq org-latex-images-centered t)
|
||||||
|
|
||||||
(setq org-latex-listings-options
|
(setq org-latex-listings-options
|
||||||
'(("basicstyle" "\\ttfamily")
|
'(("basicstyle" "\\ttfamily")
|
||||||
|
|
|
@ -155,3 +155,6 @@
|
||||||
;; (put-text-property font-start (point)
|
;; (put-text-property font-start (point)
|
||||||
;; 'face
|
;; 'face
|
||||||
;; (or shr-current-font 'variable-pitch)))))))))
|
;; (or shr-current-font 'variable-pitch)))))))))
|
||||||
|
|
||||||
|
(defun mk/get-current-time-formatted ()
|
||||||
|
(concat "#+DATE: " (format "[%s]" (format-time-string "%Y-%m-%d %a %R" (current-time)))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue