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

2023-09-24 Thread Joseph Turner
Hello! When org-ctags-find-tag is a member of org-open-link-functions, fuzzy links and custom-id links are broken. Instead of following those links, Emacs prompts for a filename with "Visit tags table (default TAGS)". To reproduce this issue with emacs -Q: (require 'org-ctags) Then open an

[PATCH] org-list.el: Reduce scope to subtree

2023-09-24 Thread J. G.
Hi, this patch reduces the scope of the function  org-reset-checkbox-state-subtree to just the subtree per its name and documentation.From f7b0e67935f7677fe2c238a17bf4f70ac962ab08 Mon Sep 17 00:00:00 2001 From: JG Date: Sun, 24 Sep 2023 16:17:45 -0700 Subject: [PATCH] org-list.el: Reduce scope

[BUG] Previewing equations [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-09-24 Thread Peter Prevos
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: [patch] ox-latex.el: Add `LATEX_PRE_HEADER' keyword

2023-09-24 Thread Juan Manuel Macías
Max Nikulin writes: > On 17/09/2023 01:00, Juan Manuel Macías wrote: >> >> [1] A longer example to export to a pdf that has pdf-x compliance, with >> the pdfx package: >> >> \providecommand{\pdfxopts}{x-1a} >> \begin{filecontents*}{\jobname.xmpdata} >>\Title{Some Title} >>

Re: Fallback fonts in LaTeX export for non latin scripts

2023-09-24 Thread Juan Manuel Macías
Sorry for the late reply. Ihor Radchenko writes: > Juan Manuel Macías writes: > >> [...] I am very interested in all possible improvements in babel so that >> it integrates as best as possible with automatically generated files. >> Among them are the possibility of using BCP47 codes or using a

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-24 Thread Max Nikulin
On 23/09/2023 17:28, Ihor Radchenko wrote: Visuwesh writes: + (let* ((ext (symbol-name (mailcap-mime-type-to-extension mimetype))) + (iname (read-string "Insert filename for image: ")) It would be nice if we auto-generate the file name here by default. It is what I would expect from

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-24 Thread Max Nikulin
On 22/09/2023 21:52, Visuwesh wrote: Attached patch adds yank-media and DND handler to attach files in the clipboard and dropped onto an Emacs frame respectively. Please, use `make-temp-file' to create files in the temporary directory that may be world writable. Predictable file names there

Re: Case insensitivity of simple [[links]]

2023-09-24 Thread Rudolf Adamkovič
Ihor Radchenko writes: > [...] So, if I understand correctly, there is no way to make "[[link]]" find "* Link" while editing, after exporting, and on any Emacs, that is 'emacs -Q'. In other words, writing "* link" in lowercase, which is my workaround, is "the solution". Do I have that right?

Re: [FR] Should we preserve point when calling `org-open-at-point' (C-c C-o) on a heading (was: [BUG] Point position with org-open-at-point on a heading [9.6.6 (release_9.6.6 @ /usr/local/share/emacs/

2023-09-24 Thread Ihor Radchenko
Max Nikulin writes: > On 23/09/2023 15:33, Ihor Radchenko wrote: >> Gustavo Barros writes: >>> Perhaps there's some reason why >>> point is not preserved in this case. But for me at least, this is not >>> what I'd expect, and I find it somewhat disrupting, especially when >>> I'm working on a

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-24 Thread Max Nikulin
On 23/09/2023 00:29, Visuwesh wrote: [வெள்ளி செப்டம்பர் 22, 2023] Max Nikulin wrote: When a file is dropped into an Org buffer I would consider inserting a link or storing it in addition to attachment options. The current code already inserts a link to the dropped files. I mean just insert