Re: org latex export with class and style files outside texlive directory

2025-09-07 Thread Pedro Andres Aranda Gutierrez
HI Why don't you try to create an org document , include #+LATEX_CLASS: article #+LATEX_CLASS_OPTIONS: [jss] #+LATEX_HEADER: \usepackage{Rd} in the header and see what happens? Read https://orgmode.org/guide/LaTeX-Export.html for more guidance. Best, /PA On Sun, 7 Sept 2025 at 23:54, Naresh Gu

org latex export with class and style files outside texlive directory

2025-09-07 Thread Naresh Gurbuxani
On my mac, latex is installed in /usr/local/texlive/ R installation includes Rd.sty and jss.sty in /Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/share/texmf/tex/latex/ In an org-mode document I would like to define latex_class [jss]article and include \usepackage{Rd}. How ca

[BUG] org-html-paragraph hardcodes Figure annotations for images [9.7.11 (release_9.7.11 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2025-09-07 Thread Eva
On HTML export, if you add captions to images (with #+CAPTION), it will render as "Figure 1: the actual text". There is no way to not include the "Figure" or write a different word for it, short of substituting a different function altogether. ODT export can customize it with a variable. This shou

Re: [FR] Org Babel integration with LSP servers

2025-09-07 Thread Dilip G
Pedro Andres Aranda Gutierrez writes: Hi, There is a workaround using eglot, which is similar to what Carlo said. https://github.com/joaotavora/eglot/issues/216#issuecomment-1052931508 You can simply bind it to C-c C-' to edit src block with eglot which works like charm for all languages for m

Adding language support for Alda

2025-09-07 Thread Sal
Hello, I'm new to this list. I've created an ob-alda.el file for the Alda music programming language using the template provided in worg. I would like to add this to org-mode and the documentation said the place to start was to post on this mailing list. So here I am. I'd also like to get some

Re: [FR] Org Babel integration with LSP servers

2025-09-07 Thread General discussions about Org-mode.
On 9/3/25 13:56, Pedro Andres Aranda Gutierrez wrote: +1 /PA On Tue, 2 Sept 2025 at 19:25, Carlo Tambuatco wrote: Is there something wrong with editing the code in question in its own dedicated buffer where lsp- is active then cutting and pasting onto Org Babel? I mean I think creating some

Default bibtex style for org-cite

2025-09-07 Thread Thomas Ingram
Greetings everyone, I've been experimenting with org-cite and bibtex. I've noticed with bibtex print_bibliography will fail if no citation style is provided. Example: #+CITE_EXPORT: bibtex The resulting TeX file will be missing the \bibliographystyle{} command. My understanding is that is a r

Re: [BUG?] Export to Latex with Visibility On

2025-09-07 Thread Eric S Fraga
Response below/inline for email Pedro Andres Aranda Gutierrez wrote: > (original email sent 5 Sep 2025 at 11:50) > > It's at the beginning of the thread... Not quite. The beginning of the thread describes the issue with the test document. What I am asking about is the purpose of such a documen

Re: [BUG?] Export to Latex with Visibility On

2025-09-07 Thread David Masterson
Max Nikulin writes: > On 03/09/2025 11:28, David Masterson wrote: >> a couple of strange things happened >> when exporting with visibility on (C-c C-e C-v l p) when viewed with >> xpdf: > >> 2. The PDF seems to stop after H15.1 although XPDF TOC goes to H28. > > I can not find that thread, but al

What are the klips options into ox-html

2025-09-07 Thread Sébastien Gendre
Hello everyone. I was working on modifications for ox-html and I found these options: - org-html-klipsify-src - org-html-klipse-css - org-html-klipse-js - org-html-klipse-selection-script I see nothing on the manual about it, and cannot found any relevant information on a web search engine. I tr

[BUG] Error when switching from a LaTeX-related mode to org-mode using a key binding [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/31.0.50/lisp/org/)]

2025-09-07 Thread Charles B . Cameron
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.

Re: [BUG?] Export to Latex with Visibility On

2025-09-07 Thread David Masterson
Pedro Andres Aranda Gutierrez writes: > Hmmm. Reading this again… > This may be a bug in the exporter… > Now let’s find where… > Because the LaTeX looks ‘nice’… See the other discussion with respect to page breaks that LaTeX is adding. -- David Masterson

[BUG] Sparse tree navigation breaks after opening a new sparse tree in a different buffer

2025-09-07 Thread Peter Lutz
If I call org-sparse-tree, I'm able to move through the highlighted matches with next-error (=M-g n=). If I then turn off the sparse tree highlighting via =C-c C-c=, switch to a different org buffer and run org-sparse-tree again, the correct matches are highlighted, but I'm no longer able to

[BUG] Error when switching from a LaTeX-related mode to org-mode using a key binding [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/31.0.50/lisp/org/)]

2025-09-07 Thread Charles B . Cameron
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.