branch: elpa/gptel
commit 6e7f584f24f32f323d192ccf2b5a9758fecbe32f
Author: Karthik Chikmagalur <karthikchikmaga...@gmail.com>
Commit: Karthik Chikmagalur <karthikchikmaga...@gmail.com>

    github: Handle colors in manual export blocks correctly
    
    * .github/workflows/publish-manual.yml (jobs): Handle font-lock
    keywords as semantic styles in manual export.  Htmlize cannot
    create inline-css when Emacs is running in batch-mode.
    
    * README.org: Fix issue with inclusion for texinfo export
---
 .github/workflows/publish-manual.yml | 1 +
 README.org                           | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish-manual.yml 
b/.github/workflows/publish-manual.yml
index 8779151148f..191c98aa64a 100644
--- a/.github/workflows/publish-manual.yml
+++ b/.github/workflows/publish-manual.yml
@@ -50,6 +50,7 @@ jobs:
                       (require 'ox-html)
                       (require 'ox-texinfo)
                       (require 'htmlize)
+                      (setq org-html-htmlize-output-type 'css)
                       (setq org-html-postamble nil)
                       (setq org-export-exclude-tags '(\"noexport\" 
\"nohtmlexport\"))
                       (find-file \"manual.org\")
diff --git a/README.org b/README.org
index 42bd73a8cc2..54efb4630d5 100644
--- a/README.org
+++ b/README.org
@@ -149,7 +149,7 @@ gptel uses Curl if available, but falls back to the 
built-in url-retrieve to wor
       - [[#i-want-to-change-the-formatting-of-the-prompt-and-llm-response][I 
want to change the formatting of the prompt and LLM response]]
       - 
[[#how-does-gptel-distinguish-between-user-prompts-and-llm-responses][How does 
gptel distinguish between user prompts and LLM responses?]]
     - [[#transient-menu-behavior][Transient menu behavior]]
-      - [[#i-want-to-set-gptel-options-but-only-for-this-buffer][I want to set 
gptel options, but only for this buffer]]
+      - [[#i-want-to-set-gptel-options-but-only-for-this-buffer][I want to set 
gptel options but only for this buffer]]
       - 
[[#i-want-the-transient-menu-options-to-be-saved-so-i-only-need-to-set-them-once][I
 want the transient menu options to be saved so I only need to set them once]]
       - [[#using-the-transient-menu-leaves-behind-extra-windows][Using the 
transient menu leaves behind extra windows]]
       - [[#can-i-change-the-transient-menu-key-bindings][Can I change the 
transient menu key bindings?]]
@@ -1625,7 +1625,7 @@ gptel does /not/ use any prefix or semantic/syntax 
element in the buffer (such a
 #+html: </details>
 *** Transient menu behavior
 #+html: <details><summary>
-**** I want to set gptel options, but only for this buffer
+**** I want to set gptel options but only for this buffer
 :PROPERTIES:
 :ID:       748cbc00-0c92-4705-8839-619b2c80e566
 :END:

Reply via email to