Re: [BUG] ox-texinfo no longer inserts menus if there is no content

2023-12-15 Thread Jonas Bernoulli
Ihor Radchenko writes: > Jonas Bernoulli writes: > >> (This came up in 878r9p1ntd@bernoul.li, on emacs-devel, but it >> seems it fell through the cracks.) > > I thought I fixed this in > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=dbf415b84 > > ... as I said in

Re: [PATCH] org-id: allow using parent's existing id in links to headlines

2023-12-15 Thread Rick Lupton
On Fri, 15 Dec 2023, at 12:55 PM, Ihor Radchenko wrote: > No, it is generally not safe. For a different reason. > > Let me illustrate with an example: > > ... > > Conclusion: It is unsafe to use `current-prefix-arg' value. We need to > pass this information some other way. > > The way I proposed

Re: Citations bug with basic processor, plain bibliographies, LaTeX

2023-12-15 Thread Ihor Radchenko
William Denton writes: > I've found a bug on main that I think is related to the recent patches about > raw > string objects. > ... > mapconcat: Wrong type argument: stringp, (raw nil #("van Dongen, M.R.C." 0 18 > (:parent #0))) Fixed, on main.

Citations bug with basic processor, plain bibliographies, LaTeX

2023-12-15 Thread William Denton
I've found a bug on main that I think is related to the recent patches about raw string objects. Try this as Basic.bib: @book{friends, title = {{{LaTeX}} and Friends}, author = {van Dongen, M.R.C.}, date = {2012}, location = {Berlin}, publisher = {Springer}, doi =

Re: [BUG] Org Markdown exporter (ox-md) does not respect Footnotes heading level [9.6.6 (release_9.6.6 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2023-12-15 Thread Ihor Radchenko
Pablo Padilla writes: > I have describe the bug here: https://emacs.stackexchange.com/q/79770/11978 Thanks for reporting! Fixed, on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=6e72a4c7f Original post: Given that I have an Org document with footnotes And I have

Re: [BUG] Warnings pop-ups in the org buffer [9.6.13 ( @ /home/soumya/.emacs.d/elpa/org-9.6.13/)]

2023-12-15 Thread Ihor Radchenko
Soumya Tripathy via "General discussions about Org-mode." writes: > When I am working in a org-buffer, warnings pop-up like this: > > "Warning (org-element-cache): org-element--cache: Org parser error in > init.org::75168. Resetting. > The error was: (error "Invalid search bound (wrong side

[BUG] Org Markdown exporter (ox-md) does not respect Footnotes heading level [9.6.6 (release_9.6.6 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2023-12-15 Thread Pablo Padilla
Emacs : GNU Emacs 29.1 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G9323)) of 2023-08-17 Package: Org mode version 9.6.6 (release_9.6.6 @ /Applications/Emacs.app/Contents/Resources/lisp/org/) I have describe the bug here:

[BUG] Warnings pop-ups in the org buffer [9.6.13 ( @ /home/soumya/.emacs.d/elpa/org-9.6.13/)]

2023-12-15 Thread General discussions about Org-mode.
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] org-id: allow using parent's existing id in links to headlines

2023-12-15 Thread Ihor Radchenko
"Rick Lupton" writes: >>> +(defcustom org-id-link-use-context t >> ... >> It does not look like integer value is respected in the patch. > > You're right. Do you have a preference between > > (a) sticking to this docstring, which creates the possibility of using > different numbers of lines for

Re: [PATCH] Highlight ANSI sequences in the whole buffer (was [PATCH] ANSI color on example blocks and fixed width elements)

2023-12-15 Thread Matt
On Thu, 14 Dec 2023 15:35:13 +0100 Ihor Radchenko wrote --- > Matthew, this thread might be of interest for you as the new feature is > largely aiming at the shell block output. > Feel free to jump in if you have comments on the design of the > ASCII fontification for complex

Re: [BUG] org-clock-auto-clockout does not actually use x11idle on X11 [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-12-15 Thread Ihor Radchenko
Ihor Radchenko writes: > Ihor Radchenko writes: > >> Vladimir Nikishkin writes: >> >>> For some time I have been wondering why auto-clockout does not use >>> x11idle on my machine. >>> ... > > Attaching a tentative fix. > It would help if someone can test it on other machine. Applied, onto

Re: [BUG] Tangle with symbolic links don't work

2023-12-15 Thread Ihor Radchenko
Ihor Radchenko writes: > Subject: [PATCH] org-babel-tangle: Do note erase the existing tangle target > before overwriting Applied. Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fbcd71e85 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about