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

2023-09-28 Thread Max Nikulin
On 28/09/2023 19:31, Juan Manuel Macías wrote: I think I should insist on what I said in my previous message, with a copy/paste: The thing is that here it is not a question of whether something can be done in this way or in another better way. This is how a given package recommends doing it. If

[BUG] Return doesnt work when point is on org headlines after ellipsis [9.6.6 (release_9.6.6 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2023-09-28 Thread brillenfi...@bluewin.ch
From: Faust --text follows this line-- Hi, I use emacs 29.1 for macOS (sonoma) and it came with Org 9.6.6 and I think there’s a bug. To be sure that my config is not the reason I removed my own configuration completely to run Emacs out of the box; but the following bug occurred again: When point

Re: org-ctags-find-tag should not prompt inside org-open-at-point

2023-09-28 Thread Joseph Turner
Rudolf Adamkovič writes: > Joseph Turner writes: > >> (setopt org-ctags-open-link-functions nil) > > Oh, thank you! This regularly drives me crazy. You're welcome! > I added the following to my Emacs/Org configuration: > > #+BEGIN_SRC emacs-lisp :results none > (eval-after-load 'org-ctags

Re: org-ctags-find-tag should not prompt inside org-open-at-point

2023-09-28 Thread Rudolf Adamkovič
Joseph Turner writes: > (setopt org-ctags-open-link-functions nil) Oh, thank you! This regularly drives me crazy. I added the following to my Emacs/Org configuration: #+BEGIN_SRC emacs-lisp :results none (eval-after-load 'org-ctags (setq org-ctags-open-link-functions nil)) #+END_SRC Rudy

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

2023-09-28 Thread AW
Am Donnerstag, 28. September 2023, 12:07:41 CEST schrieb Max Nikulin: > More I read about .xmpdata, more it looks similar to an ugly kludge from > my point of view. Exporting from orgmode to LaTeX needs a high level approach: don't do complicated things, just use the appropriate LaTeX API.

Re: Exporting elisp: and shell: links

2023-09-28 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Still, it would be nice to have _a_ variant compared to the current > state of affairs. Agreed. If the link has no description, we can do a great job on exporting it. Half of the victory, right there! Also, how about the following /simple/ idea for the description:

Re: [BUG] Warning when creating preview

2023-09-28 Thread Edgar Lux
I forgot to say that now: "9.7-pre" GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8) -- Sent with https://mailfence.com Secure and private email -- Sent with https://mailfence.com Secure and private email

Re: [BUG] Warning when creating preview

2023-09-28 Thread Edgar Lux
On Aug 28, 2023 at 11:00 AM, Ihor Radchenko wrote:Edgar Lux writes: > On Aug 27, 2023 at 7:29 PM, Ihor Radchenko wrote: >> I recommend https://github.com/Malabarba/elisp-bug-hunter to narrow down >> which part of the config is the culprit. > > We have a winner: Another winner? I am not

Re: Suggestions for Text-To-Speech (TTS) from Org sources?

2023-09-28 Thread Jude DaShiell
espeak-ng likes to have speechdispatcher on a system and festival likes to have language-specific voices on it to use. fenrir which you didn't mention runs in user land and has no kernel dependencies. -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo.

Re: Suggestions for Text-To-Speech (TTS) from Org sources?

2023-09-28 Thread Jens Lechtenboerger
Dear all, some time ago I asked for suggestions concerning Text-To-Speech (TTS) from Org sources. Thank you to everyone who provided suggestions! In case you are interested, you can listen to sample results at [1]. Briefly, Emacspeak, espeak-ng, and festival are not good enough for my

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

2023-09-28 Thread Juan Manuel Macías
Max Nikulin writes: > LaTeX code may be inserted > - before \DocumentMetadata > - between \DocumentMetadata and \documentclass > - between \documentclass and preamble added by Org > - between Org preamble and \begin{document} The first two cases can be solved perfectly with LaTeX_pre_header,

Re: [BUG] [PATCH] Add yank-media and DND handler [9.6.7 (9.6.7-g6eb773 @ /home/viz/lib/emacs/straight/build/org/)]

2023-09-28 Thread Max Nikulin
On 27/09/2023 15:29, Visuwesh wrote: Ihor Radchenko wrote: We can just say :safe nil (omit the keyword). Then, users will be >> prompted and can decide which directories are truly safe for them.> That would be quite annoying IMO. I say we let the user shoot> themselves in the foot. The patch

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

2023-09-28 Thread Max Nikulin
On 27/09/2023 02:12, Juan Manuel Macías wrote: Max Nikulin writes: I remember recipes like "put \usepackage{cmap} immediately after \documentclass" (nowadays this particular one should not be necessary). So I would prefer to avoid keywords per each chunk of preamble code. I think that this