branch: externals/org commit 0e91c70c36401890eee57c5a47738525e909f3dc Merge: 7660d40c97 7cb7d68112 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
Merge branch 'bugfix' --- lisp/ob-fortran.el | 1 + lisp/ox-publish.el | 1 + 2 files changed, 2 insertions(+) diff --git a/lisp/ob-fortran.el b/lisp/ob-fortran.el index c8739814d9..f2b8f650f1 100644 --- a/lisp/ob-fortran.el +++ b/lisp/ob-fortran.el @@ -4,6 +4,7 @@ ;; Authors: Sergey Litvinov ;; Eric Schulte +;; Maintainer: Ken Mankoff <k...@kenmankoff.com> ;; Keywords: literate programming, reproducible research, fortran ;; URL: https://orgmode.org diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el index 1dc6901b41..de221f3e87 100644 --- a/lisp/ox-publish.el +++ b/lisp/ox-publish.el @@ -1229,6 +1229,7 @@ If FREE-CACHE, empty the cache." (error "Cannot find cache-file name in `org-publish-write-cache-file'")) (with-temp-file cache-file (let (print-level print-length) + (insert ";; -*- lexical-binding: nil; -*-\n") (insert "(setq org-publish-cache \ \(make-hash-table :test 'equal :weakness nil :size 100))\n") (maphash (lambda (k v)