diff options
author | Kyle Meyer <kyle@kyleam.com> | 2024-01-01 12:47:27 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2024-01-01 12:47:27 -0500 |
commit | 7591acfe38e3f5f3fb9b89e2b1ed08723b0298e6 (patch) | |
tree | 36b85337988bb19dbc0c81f29b144d5859d8c824 /lisp/org/ox-md.el | |
parent | 240b4594f11ee14c91f4a37d0b3ff4625e79f19c (diff) | |
download | emacs-7591acfe38e3f5f3fb9b89e2b1ed08723b0298e6.tar.gz emacs-7591acfe38e3f5f3fb9b89e2b1ed08723b0298e6.tar.bz2 emacs-7591acfe38e3f5f3fb9b89e2b1ed08723b0298e6.zip |
Update to Org 9.6.15
Diffstat (limited to 'lisp/org/ox-md.el')
-rw-r--r-- | lisp/org/ox-md.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ox-md.el b/lisp/org/ox-md.el index 5be0ca22e07..ec8e3c53ec0 100644 --- a/lisp/org/ox-md.el +++ b/lisp/org/ox-md.el @@ -305,7 +305,7 @@ INFO is a plist used as a communication channel." (section-title (org-html--translate "Footnotes" info))) (when fn-alist (format (plist-get info :md-footnotes-section) - (org-md--headline-title headline-style 1 section-title) + (org-md--headline-title headline-style (plist-get info :md-toplevel-hlevel) section-title) (mapconcat (lambda (fn) (org-md--footnote-formatted fn info)) fn-alist "\n"))))) |