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

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

[elpa] externals/org 2a1b0d8 5/6: ox-html.el: add lang label to authinfo


From: ELPA Syncer
Subject: [elpa] externals/org 2a1b0d8 5/6: ox-html.el: add lang label to authinfo src blocks
Date: Wed, 28 Apr 2021 02:57:12 -0400 (EDT)

branch: externals/org
commit 2a1b0d8ae0eaacd9f81318fb1f2e05ff3a30d30b
Author: TEC <tec@tecosaur.com>
Commit: Bastien Guerry <bzg@gnu.org>

    ox-html.el: add lang label to authinfo src blocks
    
    * lisp/ox-html.el (org-html-style-default): `authinfo-mode' is defined
    in Emacs 27. As such, in the CSS add an "Authinfo" lang label to
    authinfo src blocks.
---
 lisp/ox-html.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index aa6284f..4712231 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -308,6 +308,7 @@ property on the headline itself.")
   /* Languages per Org manual */
   pre.src-asymptote:before { content: 'Asymptote'; }
   pre.src-awk:before { content: 'Awk'; }
+  pre.src-authinfo::before { content: 'Authinfo'; }
   pre.src-C:before { content: 'C'; }
   /* pre.src-C++ doesn't work in CSS */
   pre.src-clojure:before { content: 'Clojure'; }



reply via email to

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