Re: MathML in HTML export

2025-07-12 Thread Jacob S. Gordon
y expanded the style file. > I have never tried export of a remote file, e.g. /ssh:host:/... > Conversion command might be available either on local or on remote > machine... Good point, I’d have to fix my `TRAMP` to look at this. Thanks, -- Jacob S. Gordon jacob.as.gor...@gmail.co

Re: MathML in HTML export

2025-07-12 Thread Jacob S. Gordon
estion from the tone of my message! My goal is to improve MathML support in Org. And to make things clearer, I’m only advocating for the second approach with the `org-preview-latex-process-alist` machinery. Thanks, -- Jacob S. Gordon jacob.as.gor...@gmail.com Please avoid sending me HTML email

Re: MathML in HTML export

2025-07-11 Thread Jacob S. Gordon
gt; Could you please elaborate about refactoring […]? Just closing the loop on [Ihor’s question]. [Ihor’s question] <https://list.orgmode.org/orgmode/875yfsu6i5.fsf@localhost/> Thanks, -- Jacob S. Gordon jacob.as.gor...@gmail.com Please avoid sending me HTML emails and MS Office documents. https://useplaintext.email/#etiquette

Re: MathML in HTML export

2025-07-09 Thread Jacob S. Gordon
texml, for some reason it was excessively aggressive in > respect to removing files from /tmp. Do you recall what it was doing with `tmp`? Removing logs? Files it shouldn’t be touching? Thanks for your feedback! -- Jacob S. Gordon jacob.as.gor...@gmail.com Please avoid sending me HTML emails and MS Office documents. https://useplaintext.email/#etiquette

MathML in HTML export

2025-07-08 Thread Jacob S. Gordon
ert-template org-html-mathml-convert-command) (log-buffer-name "*Org HTML+MathML Output*") (log-buffer (get-buffer-create log-buffer-name)) (outfile (with-current-buffer log-buffer (erase-buffer) (message "Processing La

Re: odt export of ordered lists

2025-07-02 Thread Jacob S. Gordon
les.xml' looked more reasonable. Maybe something went wrong during this step on your end? [default] <https://cgit.git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/etc/styles/OrgOdtStyles.xml#n641> [as recommended] <https://orgmode.org/manual/Applying-custom-styles.html> Thanks, --

Re: odt export of ordered lists

2025-07-01 Thread Jacob S. Gordon
mode. Sounds like the culprit then. If you share your style/template I’m pretty sure we could figure it out. Best, -- Jacob S. Gordon jacob.as.gor...@gmail.com = Please avoid sending me HTML emails and MS Office documents. https://useplaintext.email/#etiquette https://www

Re: odt export of ordered lists

2025-07-01 Thread Jacob S. Gordon
hout your config? Best, -- Jacob S. Gordon jacob.as.gor...@gmail.com = Please avoid sending me HTML emails and MS Office documents. https://useplaintext.email/#etiquette https://www.gnu.org/philosophy/no-word-attachments.html

Re: odt export of ordered lists

2025-07-01 Thread Jacob S. Gordon
il' by default. Are the lists numbered in the export if you set this to `t' (assuming it isn’t already)? #+begin_src emacs-lisp (setopt org-list-allow-alphabetical t) #+end_src [0]: https://orgmode.org/manual/Plain-Lists.html#FOOT11 Best, -- Jacob S. Gordon jacob.as.gor...@gmail.co

Re: ox-html Incorrectly (?) Puts HTML Into the `` Tag

2025-06-24 Thread Jacob S. Gordon
info)) > > you can now call it from any export back-end whenever its needs to > remove syntax from a piece of code. > > You can also drop the info argument and add it to "org-element.el". But > it depends on what you w

[BUG] Exporting an org buffer from the source editor breaks editing

2025-06-24 Thread Jacob S. Gordon
cairo version 1.18.4) Package: Org mode version 9.8-pre (release_9.7.30-375-gf7fb11 @ /home/jacob/.config/emacs/straight/build/org/) Is this a bug? Thanks, -- Jacob S. Gordon jacob.as.gor...@gmail.com == Please avoid sending me HTML emails and MS Office documents. htt

Re: babel (LaTeX) support in feature/all-tex-fonts branch

2025-06-16 Thread Jacob S. Gordon
exts is a bit limited, however, so I’m curious how others approach it. > Thank _you_ for the discussion :-) and valuable feedback More than happy to help, it’s the least I can do after all the work you’ve done :) Best, -- Jacob S. Gordon jacob.as.gor...@gmail.com ==

Re: org-edit-special screws up org-table with remote calls

2025-06-16 Thread Jacob S. Gordon
me, but I’m unsure if it’s expected or not. Perhaps someone more experienced can comment. [recognized by org] <https://orgmode.org/manual/References.html#FOOT18> Best, -- Jacob S. Gordon jacob.as.gor...@gmail.com == I strongly condemn the war crimes committed by Israel.

Re: babel (LaTeX) support in feature/all-tex-fonts branch

2025-06-14 Thread Jacob S. Gordon
ght be too much; the goal isn’t to completely replicate the `fontspec' interface, just provide some convenience for common use-cases. My feeling is that this level of customization is better left to `LaTeX', e.g. users could instead: - add a `\defaultfontfeatures+' to append to alr

Re: babel (LaTeX) support in feature/all-tex-fonts branch

2025-06-13 Thread Jacob S. Gordon
s it might be worth an option or a line of documentation. Thanks, -- Jacob S. Gordon jacob.as.gor...@gmail.com == Please avoid sending me HTML emails and MS Office documents. https://useplaintext.email/#etiquette https://www.gnu.org/philosophy/no-word-attachments.html

Re: babel (LaTeX) support in feature/all-tex-fonts branch

2025-06-12 Thread Jacob S. Gordon
ething like [this]? #+begin_src org ,#+LATEX_COMPILER: pdflatex ,#+LATEX_HEADER: \usepackage[main=english,czech]{babel} This is some text in english. @@latex:\foreignlanguage{czech}{@@Český jazyk neboli čeština je západoslovanský jazyk, nejbližší slovenštině, poté polštině a lužické srbštině.@@latex:}@@ #+

Re: [BUG] Numeric priorities only partially supported

2025-06-08 Thread Jacob S. Gordon
Hey Derek, Just tying this together with a recent thread where numeric default priorities are interpreted as characters: https://list.orgmode.org/orgmode/328266e1-4338-4963-a3ae-eb6c51f6d...@frantzen.info/ Thanks, -- Jacob S. Gordon jacob.as.gor...@gmail.com == Please

Re: Numeric priorities in Column View

2025-06-04 Thread Jacob S. Gordon
, so I don’t know what the convention is. Maybe it’s replying to the older thread with this different manifestation of the bug? Thanks, -- Jacob S. Gordon jacob.as.gor...@gmail.com == Please avoid sending me HTML emails and MS Office documents. https://useplaintext.email/#eti

Re: Numeric priorities in Column View

2025-06-03 Thread Jacob S. Gordon
ority-default))) props) #+end_src This is why the default renders correctly for characters, but not integers (your value of 7 is getting converted to a bell control character escaped as "^G"). Thanks, -- Jacob S. Gordon jacob.as.gor...@gmail.com == Please avoi

Re: How do you insert metadata in org files

2025-06-03 Thread Jacob S. Gordon
e key binding conflict. [completion] <https://orgmode.org/manual/Completion.html> [Windows] <https://www.gnu.org/software/emacs/manual/html_node/emacs/Windows-Keyboard.html#Windows-Keyboard> Thanks, -- Jacob S. Gordon jacob.as.gor...@gmail.com == Please avoid send

Re: org-refile confusing refiling

2025-05-30 Thread Jacob S. Gordon
e using wayland too. I wonder if this problem appears with other clipboard managers. Best, -- Jacob S. Gordon jacob.as.gor...@gmail.com == Please avoid sending me HTML emails and MS Office documents. https://useplaintext.email/#etiquette https://www.gnu.org/philosophy/no-word-attachments.html

Re: org-refile confusing refiling

2025-05-29 Thread Jacob S. Gordon
xclip-method (quote wl-copy))) #+end_src Best, -- Jacob S. Gordon jacob.as.gor...@gmail.com == Please avoid sending me HTML emails and MS Office documents. https://useplaintext.email/#etiquette https://www.gnu.org/philosophy/no-word-attachments.html

Re: Have org-clock-{in,out} functions respect org-time-stamp-rounding-minutes

2025-05-29 Thread Jacob S. Gordon
t stands out nicely, but makes copying and executing snippets more difficult. I think I prefer the snippets that don’t add leading characters. Best, -- Jacob S. Gordon jacob.as.gor...@gmail.com == Please avoid sending me HTML emails and MS Office documents. https://useplaintex

Re: org-refile confusing refiling

2025-05-28 Thread Jacob S. Gordon
ubtree at point, or both? > heading levels are changed (for example a *** becomes a **), Without context I’m not sure if this is expected — if the subtree has level N (e.g. `***') and the refile target /doesn’t/ have level N-1 (e.g. `*`), then heading level must change (e.g. to `**`).

Re: Have org-clock-{in,out} functions respect org-time-stamp-rounding-minutes

2025-05-28 Thread Jacob S. Gordon
l produce the following entry: ┌ │ * Task │ :LOGBOOK: │ CLOCK: [2025-05-28 Wed 11:35]--[2025-05-28 Wed 11:40] => 0:05 │ :END: └ Best, -- Jacob S. Gordon jacob.as.gor...@gmail.com == Please avoid sending me HTML emails and MS Office documents. https://use