Re: [BUG] Org mode fails when export to latex buffer with auctex

2025-07-19 Thread Vangelis Evangelou
lanation of how to use the org-mode repo ;-) > > Let me know if that helps > > Best /PA > > On Sat, 19 Jul 2025 at 11:06, Vangelis Evangelou > wrote: > > > > Hi Pedro. > > > > > I've come up with a solution, which is to customise the mode the >

Re: [BUG] Org mode fails when export to latex buffer with auctex

2025-07-19 Thread Vangelis Evangelou
; > There may be some benefit of using LaTeX mode in the only export buffer, > but I don’t see it… > > > > Best PA > > > > Enviado desde mi iPhone > > > > El 17 jul 2025, a las 9:16, Vangelis Evangelou > escribió: > > > >  > > Hi Perdo

Re: [BUG] Org mode fails when export to latex buffer with auctex

2025-07-17 Thread Vangelis Evangelou
Hi Perdo. Did you manage to get a solution to this? Best, Vangelis On Tue, 1 Jul 2025 at 18:05, Vangelis Evangelou wrote: > Hi Pedro. > > You haven't loaded reftex though. What if you add (use-package reftex) in > your configuration? > > On Tue, 1 Jul 2025 at 16:

Re: [BUG] Org mode fails when export to latex buffer with auctex

2025-07-01 Thread Vangelis Evangelou
ttach is a test report. > /PA > > On Tue, 1 Jul 2025 at 16:34, Pedro Andres Aranda Gutierrez > wrote: > > > > OK, forget it, I'll try myself to see if I can reproduce... > > > > Thanks for your help and patience, /PA > > > > On Tue, 1 Jul 2025 at 11

Re: [BUG] Org mode fails when export to latex buffer with auctex

2025-07-01 Thread Vangelis Evangelou
quot; > "%%% Local Variables:\n" > "%%% TeX-master-file: t\n" > "%%% End:\n" ) output))) > > (make-variable-buffer-local 'org-export-filter-final-output-functions) > (add-to-list 'org-export-filter-final-output-functions &g

Re: [BUG] Org mode fails when export to latex buffer with auctex

2025-07-01 Thread Vangelis Evangelou
Hi Ichor. I did you what you said. There are two scenarios Scenario 1: 1. Load auctex and set TeX-parse-self to t 2. Create a scratch buffer and type in "\documentclass{article}" 3. Load LaTeX-mode with M-x LaTeX-mode Scenario 2: 1. Load auctex and set TeX-parse-self to t 2. Crea

Re: [BUG] Org mode fails when export to latex buffer with auctex

2025-06-30 Thread Vangelis Evangelou
uffer-local 'org-export-filter-final-output-functions) > > (add-to-list 'org-export-filter-final-output-functions > >'add-texparse-filter) > > #+END_SRC > > --- cut here > > > > This is a try to see if we can make the configuration of th

Re: [BUG] Org mode fails when export to latex buffer with auctex

2025-06-29 Thread Vangelis Evangelou
tex, and so it runs reftex-TeX-master-file. However, reftex requires a file, and so it results in an error. Temporarily changing the behaviour of reftex-TeX-master-file should be OK. On Sun, 29 Jun 2025 at 07:06, Pedro Andres Aranda Gutierrez < paag...@gmail.com> wrote: > Hi >

Re: [BUG] Org mode fails when export to latex buffer with auctex

2025-06-28 Thread Vangelis Evangelou
is "special case" (maybe in the FAQ), > instead of "bloating" the package itself. > > @Ihor WDYT? > Best, /PA > > On Fri, 27 Jun 2025 at 18:31, Vangelis Evangelou > wrote: > > > > Hi Pedro. > > > > The export works as expected *withou

Re: [BUG] Org mode fails when export to latex buffer with auctex

2025-06-27 Thread Vangelis Evangelou
Hi Pedro. The export works as expected *without* loading auctex. It also works as expected *with* loading auctex, but with TeX-parse-self to nil. Perhaps the best solution is to amend org-latex-export-as-latex to set TeX-parse-self to nil before calling LaTeX-mode, e.g., with (let ((TeX-parse-self

[BUG] Org mode fails when export to latex buffer with auctex when TeX-parse-self is t [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/30.1/lisp/org/)]

2025-06-27 Thread Vangelis Evangelou
Hello. I started with emacs -q. Then in the scratch buffer, I evaluated the following code (use-package reftex-auc) (use-package tex :load-path "site-lisp/auctex-14.0.9" :custom (TeX-parse-self t)) Then, I created an org buffer which I exported to latex buffer (C-c C-e l L). I get the erro

[BUG] Markdown export of description list with nested list [9.5.2 (release_9.5.2-25-gaf6f12 @ /usr/local/share/emacs/28.1/lisp/org/)]

2022-09-02 Thread Vangelis Evangelou
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. --