Re: Exporting elisp: and shell: links

2023-09-18 Thread Rudolf Adamkovič
Max Nikulin writes: > Do you think a label specifying language should be added to code > snippets, e.g. (identity "a") or it is > useless and may cause undesired noise for screen reader users? What > about LaTeX? As a user, I would expect [[elisp:(identity "a")]] to be export-equivalent

Re: [BUG] tikz latex figures don't render properly in the html output. [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-09-18 Thread Rudolf Adamkovič
tusharhero--- via "General discussions about Org-mode." writes: > \begin{tikzpicture} > \draw (0,0) circle [radius=2cm]; > \end{tikzpicture} By default Org uses MathJax in HTML exports, and MathJax does not implement TikZ. But! Org can be told to instead use LaTeX to generate SVG or PNG for

[BUG] tikz latex figures don't render properly in the html output. [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-09-18 Thread General discussions about Org-mode.
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Exporting elisp: and shell: links

2023-09-18 Thread Max Nikulin
On 18/09/2023 05:08, Rudolf Adamkovič wrote: Max Nikulin writes: From my point of view, e.g. should be exported as plain text (identity "a") rather than an (invalid due to not escaped quotes inside href) link (identity "a"). This would be a very welcome fix! I avoid 'elisp' links, even in

[BUG] Feature request: Add group checks for manual tag setting (not just fast tags) [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-09-18 Thread sreenivas sumadithya
Currently, tag groups/ mutually exclusive tags can be set when tags are set manually (without shortcuts being assigned to the tags / fast tags). Need the behavior seen in fast tags in manual tagging for tag groups. Reproduction: - Create an org file - "#+tags: {dog cat} mat" - Save the file after

Re: [PATCH] Define new face for the contents of #+RESULTS drawers

2023-09-18 Thread Ihor Radchenko
Samuel Wales writes: > perhaps a face for results to indicate that it is generated? May you please elaborate what you mean? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or

Re: [patch] ox-latex.el: Add `LATEX_PRE_HEADER' keyword

2023-09-18 Thread Ihor Radchenko
Timothy writes: > I’d rather not have this merged at this stage, as I think it may be redundant > once my conditional/generated export work makes its way into Org (next few > months?). Does it mean that conditional export will also support in-file keywords? -- Ihor Radchenko // yantar92, Org