diff --git a/lisp/org.el b/lisp/org.el index 803664d9b..3c754a239 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -14035,6 +14035,7 @@ user." (unless deltadef (let ((now (decode-time))) (setq day (nth 3 now) month (nth 4 now) year (nth 5 now)))) + ;; FIXME: Duplicated value in ‘cond’: "" (cond ((member deltaw '("h" "")) (when (boundp 'org-time-was-given) (setq org-time-was-given t)) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 5a345a942..1e9185919 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -3094,6 +3094,7 @@ CONTENTS is nil. INFO is a plist holding contextual information." (let ((latex-frag (org-element-property :value latex-fragment)) (processing-type (plist-get info :with-latex))) (cond + ;; FIXME: Duplicated value in ‘cond’: t ((memq processing-type '(t mathjax)) (org-html-format-latex latex-frag 'mathjax info)) ((memq processing-type '(t html))