changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: update vc and org-html-home/up-format

changeset 636: 8a5921bf004e
parent 635: 849f72b72b41
child 637: b88bf15f60d0
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 03 Sep 2024 17:07:31 -0400
files: emacs/lib/publish.el skelfile
description: update vc and org-html-home/up-format
     1.1--- a/emacs/lib/publish.el	Mon Sep 02 18:31:19 2024 -0400
     1.2+++ b/emacs/lib/publish.el	Tue Sep 03 17:07:31 2024 -0400
     1.3@@ -39,9 +39,8 @@
     1.4 (setq org-html-link-up "")
     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 accesskey=\"H\" href=\"%s\"> HOME </a></div>")
     1.8-      
     1.9-
    1.10+(setq org-html-home/up-format "<div id=\"org-div-home-and-up\"><a href=\"%s\" accesskey=\"h\"><button class=home>~</button></a>
    1.11+<button accesskey=\"s\" class=show onclick=open_all_sections()>show</button> <button accesskey=\"x\" class=hide onclick=close_all_sections()>hide</button></div>")
    1.12       
    1.13 (setq org-publish-project-alist
    1.14       `(("compiler.company" :components ("index" "meta" "blog" "docs" "notes" "plan"))
     2.1--- a/skelfile	Mon Sep 02 18:31:19 2024 -0400
     2.2+++ b/skelfile	Tue Sep 03 17:07:31 2024 -0400
     2.3@@ -8,7 +8,7 @@
     2.4 :description "The Compiler Company Core"
     2.5 :tags ("core" "lisp" "rust" "emacs" "c")
     2.6 :include ("lisp.sk" "rust.sk" "emacs.sk")
     2.7-:vc (:hg "https://vc.compiler.company/comp/core")
     2.8+:vc (:hg "https://vc.compiler.company/core")
     2.9 :scripts ((:lisp "x.lisp"))
    2.10 :env ((cc "clang"))
    2.11 :components ((:dir-locals ".dir-locals")