changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / emacs/lib/publish.el

revision 665: c60decbaae3d
parent 661: 39170f311b8c
     1.1--- a/emacs/lib/publish.el	Sun Sep 22 01:02:49 2024 -0400
     1.2+++ b/emacs/lib/publish.el	Sun Sep 22 21:29:15 2024 -0400
     1.3@@ -50,8 +50,8 @@
     1.4 
     1.5 (setq org-html-link-home url)
     1.6 
     1.7-(setq org-html-home/up-format "<div id=\"org-div-home-and-up\"><a href=\"%s\" accesskey=\"h\"><button class=home>⌂</button></a><a href=\"%s\" accesskey=\"u\"><button class=up>▲</button></a>
     1.8-<button accesskey=\"s\" class=show onclick=open_all_sections()>show</button> <button accesskey=\"x\" class=hide onclick=close_all_sections()>hide</button></div>")
     1.9+(setq org-html-home/up-format "<nav id=\"org-div-home-and-up\"><a href=\"%s\" accesskey=\"h\"><button class=home>⌂</button></a><a href=\"%s\" accesskey=\"u\"><button class=up>▲</button></a>
    1.10+<button accesskey=\"s\" class=show onclick=open_all_sections()>show</button> <button accesskey=\"x\" class=hide onclick=close_all_sections()>hide</button></nav>")
    1.11       
    1.12 (setq org-publish-project-alist
    1.13       `(("compiler.company" :components ("index" "meta" "blog" "docs" "notes" "plan"))