Re: [BUG] org-agenda-later sometimes creates a void display [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/31.0.50/lisp/org/)]

2025-01-11 Thread Ihor Radchenko
Michael Heerdegen writes: > Ihor Radchenko writes: > >> +(unless (< (point) wstart) ; do no scroll past the point >> + (set-window-start nil wstart > > Thanks. > > Hmmm - don't we have the same problem when (point) > (window-end)? And > this case is nastier, since exact window-end

[BUG] Bug with org-open-at-point [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.4/lisp/org/)]

2025-01-11 Thread Christoph
How to reproduce: Start Emacs -q and load an org-mode file. Try to open a file link in that org file like file:abc.odt or file:abc.pdf with org-open-at-point. Expected behavior: Emacs opens the file in the external application, i.e. Libre Office or a pdf viewer like evince. What happens: E

Re: org-timer: let done hook access time, allow silencing notification

2025-01-11 Thread Stefan van der Walt
On Sat, Jan 11, 2025, at 09:17, Ihor Radchenko wrote: > "Stefan van der Walt" writes: > >> I have two small improvement suggestions for org-timer, and would like to >> hear your thoughts. >> >> 1. I use org-timer to run pomodoro-style clocks. When the timer finishes, I >> would like to generate

Re: [BUG] org-agenda-later sometimes creates a void display [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/31.0.50/lisp/org/)]

2025-01-11 Thread Michael Heerdegen
Ihor Radchenko writes: > +(unless (< (point) wstart) ; do no scroll past the point > + (set-window-start nil wstart Thanks. Hmmm - don't we have the same problem when (point) > (window-end)? And this case is nastier, since exact window-end calculation needs a redisplay. We might

Re: org-babel python lost a feature?

2025-01-11 Thread Panayotis Manganaris
Ihor Radchenko writes: > I just tried Org 9.5.5 and also Org 9.4.4. It is all the same - > consistent with Org 9.7.11. Thanks for the sanity check, Ihor. I must have had some piece of configuration that enabled this for me -- Super useful, I'll share it if I find it. Might as well have been mag

Re: Timestamps with a repeater and an end date

2025-01-11 Thread Ihor Radchenko
Emily Bourke writes: > I tried <2024-11-29 Fri 11:30-12:00 +2w>--<2025-01-10 Fri>, intending that to > mean “11:30-12:00, every two weeks, starting on 2024-11-29 and ending on > 2025-01-10”, but it seems org mode (org-version 9.7.11) interpreted this > instead as every day between those dates,

Re: org-timer: let done hook access time, allow silencing notification

2025-01-11 Thread Ihor Radchenko
"Stefan van der Walt" writes: > I have two small improvement suggestions for org-timer, and would like to > hear your thoughts. > > 1. I use org-timer to run pomodoro-style clocks. When the timer finishes, I > would like to generate a log entry. It would be helpful to be able to access > the d

Re: org-babel python lost a feature?

2025-01-11 Thread Ihor Radchenko
Panayotis Manganaris writes: > While trying to set up a toy example for another thread, I stumbled into > a problem. It's been over a year since I did this, but I recall it was > possible to use multiple :results format values e.g. > > :results output file link drawer > > Using both link and draw

Re: [BUG][minor] org-mouse

2025-01-11 Thread Ihor Radchenko
Phil Estival writes: > Org-mouse makes a star followed by a blank space > clickable anywhere, also in source blocks and this triggers the > evaluation of the block or the opening of *Org-Babel Error Output* > or *Org Babel Results*. > > emacs -q > org mode v 9.8-pre > > file:/tmp/test-org-mouse.o

Re: [BUG] ob-clojure doesn't handle namespaces properly

2025-01-11 Thread Ihor Radchenko
Rens Oliemans writes: > Sorry for the late reply, I took a good holiday. > > Ihor Radchenko writes: > >> I cannot reproduce the problems you are showing. Although I am able to >> reproduce *different* problems. > > That's interesting, I can reproduce the problems with emacs -Q. Attached is > th

Re: [BUG] latex run fails for ob-latex with imagemagick options

2025-01-11 Thread Ihor Radchenko
Robert Klein writes: > when trying to create an image by the attached code (test.org), the LaTeX run > fails because the interim code contains both pdflatex and luatex > specific usepackage commands fontspec, inputenc, and fontenc). > > > The code is supposed to export a LaTeX-tikz to png using t

Re: [BUG] org-agenda-later sometimes creates a void display [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/31.0.50/lisp/org/)]

2025-01-11 Thread Ihor Radchenko
Michael Heerdegen writes: >> Please, do try to follow >> https://orgmode.org/manual/Feedback.html#Feedback and provide detailed >> steps showing how to reproduce the problem you are seeing without your >> personal config. > > This will be a lot of work. I really hope we can avoid it. One way or

Re: [BUG] "Invalid search bound (wrong side of point)" [9.8-pre (release_9.7.16-169-ge87ecf @ ~/.emacs.d/org-mode-git/lisp/)]

2025-01-11 Thread Ihor Radchenko
Ihor Radchenko writes: > I have installed my pach on bugfix for now, although it is not the > complete fix. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fa0175bda4 > > We have a related discussion going on at > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75209 ... and now

Re: [BUG] "Invalid search bound (wrong side of point)" [9.8-pre (release_9.7.16-169-ge87ecf @ ~/.emacs.d/org-mode-git/lisp/)]

2025-01-11 Thread Ihor Radchenko
Paul Stansell writes: > I have just the second patch you sent me in my org code, not the first > patch as I couldn't apply both because of a conflict. Yeah. The second patch is an alternative instead of the first patch. > ... Since then the only > warning messages I'm getting are ones like this

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-01-11 Thread Ihor Radchenko
Derek Chen-Becker writes: > The holidays got the better of me and I'm just coming back to this. I've > made the code changes to add the new function for resolving the base name, > but I was thinking about adding a test for it as well. I'm looking at the > examples in test-ob-tangle.el and I think

Re: PATCH: fix ToC generation in the Latex exporter

2025-01-11 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > Please find attached a patch to fix ToC generation in the LaTeX exporter. > With this, you don't need to reach back to @@latex @@ constructs to get > your ToC alright. I have added an option to generate ToC's that is closer > to LaTeX (num:latex) tha to org