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

2025-06-27 Thread Pedro Andres Aranda Gutierrez
Hi Vangelis... Me and thinking?.. rather difficult... Now seriously... I don't think this is a bug. It's more of a side effect and I'd like to understand what this reftex-TeX-master-file variable means and what the effect of TeX-parse-self is. A workaround may be what you propose or to (setq-l

Re: [Patch v1] Worg org-protocol.org: Remove 3rd Party Applications Header

2025-06-27 Thread Charles Choi
> On Jun 27, 2025, at 7:56 AM, Max Nikulin wrote: > > I have not experimented with flatpak/snap, but sandboxed applications on > Linux do not have access to emacsclient and Emacs socket (at least by > default) as well, so it is more general limitation. I hope, XDG desktop > portal allows to di

Re: org-open-at-point fails to open files externally with double prefix

2025-06-27 Thread Ihor Radchenko
Anush V writes: > I get the message “Running xdg-open > /home//big_buck_bunny.webm...done” but doesn’t open mpv. > > pdf files open properly with the default pdf viewer, however. > > This might be similar to the "failing silently" issue mentioned at > https://list.orgmode.org/orgmode/874jedoo4d.f

Re: Pending contents in org documents

2025-06-27 Thread Ihor Radchenko
Bruno Barbier writes: >> It has been a while since I last heard from you. >> May I know if you need any further help with the branch? > > Sorry. Yes, I'm still planning to answer your last comments and get it > done. Some other tasks just got more priority. Thanks for the update! I am fine wai

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

Re; Parse Headings, transform for PDF

2025-06-27 Thread Pedro Andres Aranda Gutierrez
> Hi, > > I am hoping someone could help me with the following: > > As a music teacher, I need to write concert-programs for my concerts. I > keep org files in the following form: > > * Student Name > ** Composer >Piece Name and Info > ** Composer 2 >Second Piece to be played. > > > * Next

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

2025-06-27 Thread Pedro Andres Aranda Gutierrez
Vangelis writes: > 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 lat

Re: [Patch v1] Worg org-protocol.org: Remove 3rd Party Applications Header

2025-06-27 Thread Max Nikulin
On 27/06/2025 04:47, Charles Choi wrote: On Jun 26, 2025, at 2:44 AM, Christian Moe wrote: I was going to just apply this simple change right away, but it strikes me that it entails some further changes that might as well be done in the same patch. Suggestions: [...] Perhaps a more concise rewo

[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

Re: [Patch v1] Worg org-protocol.org: Remove 3rd Party Applications Header

2025-06-27 Thread Max Nikulin
On 27/06/2025 04:57, Charles Choi wrote: On Jun 26, 2025, at 5:16 AM, Max Nikulin wrote: I think, we may save some time for new users by clearly saying that specific instructions were applicable several years ago, but there is no point to try them now even if org-protocol does not work. The