emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-mime 286330fa15 069/118: fixed: LaTeX fragment not exp


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime 286330fa15 069/118: fixed: LaTeX fragment not exported correctly
Date: Wed, 5 Jan 2022 07:58:47 -0500 (EST)

branch: elpa/org-mime
commit 286330fa15167add4b17eb62b0c52695f08a76e8
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    fixed: LaTeX fragment not exported correctly
---
 org-mime.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-mime.el b/org-mime.el
index 2eadbae042..0d9add81c6 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -148,7 +148,7 @@ And ensure first line isn't assumed to be a title line."
   :group 'org-mime
   :type 'sexp)
 
-(defvar org-mime-export-options nil
+(defvar org-mime-export-options '(:with-latex dvipng)
   "Default export options which may overrides org buffer/subtree options.
 You avoid exporting section-number/author/toc with the setup below,
 `(setq org-mime-export-options '(:section-numbers nil :with-author nil 
:with-toc nil))'")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]