Re: [PATCH] lisp/ox-html.el: Add file level option to manage headlines self link

2025-05-12 Thread Sébastien Gendre
Using a KEYWORD is a good idea. And as the format of the keyword value that you suggest is the same as #+ATTR_HTML, I can use `org-export-read-attribute'. Like you say, having 1 #+HTML_DIV is more compact, but if not all divs are set with this Keyword, I can still merge with the default value. E

Re: Code Review Request: Step 1 for [FR] Allow emojis in tags (was: emojis in tags?)

2025-05-12 Thread Shuo Shen
> (Note that the exact changes needed to support emoji or other things may need to be discussed first.) Very well. Let me start a new thread for emoji. The existing thread can be repurposed to focus on the refactorization. It's actually better this way because refactorization is beneficial by itse

Re: [PATCH] lisp/ox-html.el: Add file level option to manage headlines self link

2025-05-12 Thread Ihor Radchenko
Sébastien Gendre writes: > What if I add new export options in the alist: > > * :html-div-preamble > > * :html-div-content > > * :html-div-preamble This might work. I was also thinking along the same lines... > So, a user could set its option like this: > > #+OPTION: html-div-content:(:tag

Re: Question about contribution to improve svg handling in latex export

2025-05-12 Thread Ihor Radchenko
Emin Martinian writes: > Ihor: I tried looking at the link you sent but could not understand how to > use org-persist cache. The conversion program needs an output location to > write a file to. Is there some variable or function which indicates a cache > directory to use? If so, I couldn't figur

[BUG] Latex Tikz graph previews are upside down

2025-05-12 Thread William Brusa
Hello, when I preview tikz graph fragments they are rotated 180 degrees and flipped horizontally. But when exported to pdf they are correctly displayed. An example below: -- Snippet 1 -- \begin{tikzpicture} \usetikzlibrary {graphs,graphdrawing} \tikz \graph [tree layout, nodes={draw,circle}, s