[BUG] org-plot/gnuplot with dates in brackets does not work anymore [9.8-pre (release_9.7.6-97-g90d4ae @ /home/ck/.emacs.d/straight/build/org/)]

2024-07-23 Thread Chris Keschnat
Hello, after e0924db3, =org-plot/gnuplot= does not work with dates in brackets anymore. I am unsure if this syntax is supported, but it was working before. Example table: #+PLOT: title:"Daily Temperature Readings" ind:1 deps:(2) type:2d with:linespoints timeind:1 | Date | Temperature

Re: multipage html output

2024-07-23 Thread Orm Finnendahl
Am Dienstag, den 23. Juli 2024 um 17:10:17 Uhr (+) schrieb Ihor Radchenko: > > 2. If a transcoder for org-data is defined, call that and return nil > >from org-export-date. > > > >Otherwise return the transcoded string. > > > 3. In case a string is returned, process it as it is done in

[BUG] Capital-letter options from dangling clock don't clock out [9.8-pre (release_9.7.7-106-g114c76 @ /home/rens/Projects/org/org-mode/lisp/)]

2024-07-23 Thread Rens Oliemans
When I clock into an item with a dangling clock, the "Resolving Idle Time" menu pops up. When I then press an option with a capital letter, however, I end up clocked-in, in the identical state as the lowercase option. On my machine this does not happen when resolving idle times, only when clocki

Re: multipage html output

2024-07-23 Thread Orm Finnendahl
Am Dienstag, den 23. Juli 2024 um 17:13:56 Uhr (+) schrieb Ihor Radchenko: > > What I had in mind if using backend-specific :filter-options. > If a backends needs to enable headline numbering unconditionally, when > :multipage is used, it can install :filter-options filter that will set > :sec

Re: multipage html output

2024-07-23 Thread Ihor Radchenko
Orm Finnendahl writes: >> If you think that multipage export should use a different set of >> options, we need to implement it differently. > > Is that a semantic problem so we need to implement an option like > :always-collect-headline-numbering instead of :multipage in > org-export-numbered-hea

Re: multipage html output

2024-07-23 Thread Ihor Radchenko
[ Adding the mailing list back to CC ] Orm Finnendahl writes: > Let me recapitulate to make sure I understand you completely: > > 1. Replace the call to org-export-transcode-page at the end of >ord-export-as by a call to org-export-data Yes. > 2. If a transcoder for org-data is defined, ca

Re: multipage html output

2024-07-23 Thread Orm Finnendahl
Am Dienstag, den 23. Juli 2024 um 16:20:39 Uhr (+) schrieb Ihor Radchenko: > Orm Finnendahl writes: > > >> `org-export--collect-headline-numbering' is evaluated unconditionally, > >> regardless of num:t or num:nil settings. > > > > Are you sure? org-export--collect-headline-numbering has this

Re: multipage html output

2024-07-23 Thread Ihor Radchenko
Orm Finnendahl writes: >> `org-export--collect-headline-numbering' is evaluated unconditionally, >> regardless of num:t or num:nil settings. > > Are you sure? org-export--collect-headline-numbering has this in its > body: > > (org-element-map data 'headline > (lambda (headline) > (w

Re: multipage html output

2024-07-23 Thread Orm Finnendahl
Am Dienstag, den 23. Juli 2024 um 15:01:13 Uhr (+) schrieb Ihor Radchenko: > > Multipage export is something I want to see as a part of Org mode. > I thought that you were aiming for upstream from the very beginning. I > never opposed that. Ok, thanks. You're right, I was aiming at that from

Re: multipage html output

2024-07-23 Thread Orm Finnendahl
tAm Dienstag, den 23. Juli 2024 um 14:19:00 Uhr (+) schrieb Ihor Radchenko: > Orm Finnendahl writes: > > > ... I think printing > > headline numbers should get handled in the transcoding stage of the > > backend and not before. > > I am confused here. > What do you mean by "printing"? I mea

Re: multipage html output

2024-07-23 Thread Orm Finnendahl
Am Dienstag, den 23. Juli 2024 um 12:52:51 Uhr (+) schrieb Ihor Radchenko: > Orm Finnendahl writes: > > > Thanks also for the info regarding how to contribute. It'd be nice if > > you could gibe me a go in case you approve the proposal. > > May you please elaborate? Writing documentation an

Re: multipage html output

2024-07-23 Thread Ihor Radchenko
Orm Finnendahl writes: >> > - added :multipage case to `org-export-as', calling :process-multipage >> > callback submitted in info. In the multipage case, org-export-as >> > returns nil relying on :process-multipage to do the exporting, while >> > in the single page case it returns the tran

Re: multipage html output

2024-07-23 Thread Ihor Radchenko
Orm Finnendahl writes: > ... I think printing > headline numbers should get handled in the transcoding stage of the > backend and not before. I am confused here. What do you mean by "printing"? > ... Multipage export behind the scenes is > completely dependant on headline numbering, even if hea

Re: multipage html output

2024-07-23 Thread Ihor Radchenko
Orm Finnendahl writes: > Thanks also for the info regarding how to contribute. It'd be nice if > you could gibe me a go in case you approve the proposal. May you please elaborate? All you need to do is cloning/forking Org mode repository, making edits there, and sharing the link to your branch.

Re: multipage html output

2024-07-23 Thread Orm Finnendahl
Hi, thanks for the quick response! Am Dienstag, den 23. Juli 2024 um 10:24:54 Uhr (+) schrieb Ihor Radchenko: > I will first focus on reviewing changes to ox.el. > > > ox.el > > > > - added `org-export-collect-tree-info', and > > And it is not used anywhere... What is the purpose? That w

Re: Cannot yank media when image come from Gnome screenshot

2024-07-23 Thread Ihor Radchenko
Sébastien Gendre writes: > Thank you for your reply. > > I use the Emacs version provided on Fedora 40. > I will look how to compile a more recent version of Emacs and test it. You can try to report as is first. Emacs devs might identify what might be wrong just from looking at the backtrace. -

Re: Cannot yank media when image come from Gnome screenshot

2024-07-23 Thread Sébastien Gendre
Thank you for your reply. I use the Emacs version provided on Fedora 40. I will look how to compile a more recent version of Emacs and test it. Ihor Radchenko writes: > Sébastien Gendre writes: > >> Here is the full backtrace: >> >> >> Debugger entered--Lisp error: (wrong-type-argument sequenc

Re: Cannot yank media when image come from Gnome screenshot

2024-07-23 Thread Ihor Radchenko
Sébastien Gendre writes: > Here is the full backtrace: > > > Debugger entered--Lisp error: (wrong-type-argument sequencep image/png) > mapc(#f(compiled-function (elt) #) image/png) > seq-do(#f(compiled-function (elt) #) image/png) > #f(compiled-function #'sequence # 0x19945316743f723a>)(#f(

Re: Cannot yank media when image come from Gnome screenshot

2024-07-23 Thread Sébastien Gendre
Here is the full backtrace: Debugger entered--Lisp error: (wrong-type-argument sequencep image/png) mapc(#f(compiled-function (elt) #) image/png) seq-do(#f(compiled-function (elt) #) image/png) #f(compiled-function #'sequence #)(#f(compiled-function (elt) #) image/png) apply(#f(compiled

Re: multipage html output

2024-07-23 Thread Ihor Radchenko
Orm Finnendahl writes: > I managed to get the proposal for the multipage output done. Please > review it and let me know what you think/would prefer to change. I'm > pretty open about it. > > You can find it here: > > https://github.com/ormf/ox-html-multipage > > The code is intended to replace

Re: Cannot yank media when image come from Gnome screenshot

2024-07-23 Thread Ihor Radchenko
Sébastien Gendre writes: > I got a bug when I try to yank a screenshot made with Gnome-shell. > I don't know yet if it's a bug with Org-mode handling the media, or the > yank-media function or the Gnome-shell screenshot feature. Thanks for reporting! > What I get: > > * In the mini-buffer, I ge

Re: multipage html output

2024-07-23 Thread Orm Finnendahl
Hi, I managed to get the proposal for the multipage output done. Please review it and let me know what you think/would prefer to change. I'm pretty open about it. You can find it here: https://github.com/ormf/ox-html-multipage The code is intended to replace ox.el and ox-html.el. The repositor

Re: [ANN] lisp/ob-tangle-sync.el

2024-07-23 Thread Ihor Radchenko
João Pedro writes: > I'd like to ask if I could contribute to this. I have followed the > discussion to a point, but would be more than happy to try and > contribute to this so it gets merged for the next Org major version, as > I've been waiting for this for quite a while now. It solves the majo

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Ihor Radchenko
Sébastien Gendre writes: > Yes, but how this information tell me that I have to do a special key > binding to validate my citation selection and to have the > citation link inserted into my org-mode document ? It does not. It is completely up to the completion flavor you are using. By default, p

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Sébastien Gendre
Yes, but how this information tell me that I have to do a special key binding to validate my citation selection and to have the citation link inserted into my org-mode document ? Ihor Radchenko writes: > Sébastien Gendre writes: > >> What do you mean ? > > When a prompt is displayed in Emacs

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Ihor Radchenko
Sébastien Gendre writes: > What do you mean ? When a prompt is displayed in Emacs, you enter something in the minibuffer. You can type some text there (with completion) or you can type nothing. If you type nothing, your input is empty. -- Ihor Radchenko // yantar92, Org mode contributor, Learn

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Sébastien Gendre
What do you mean ? Ihor Radchenko writes: > Sébastien Gendre writes: > >> You mean that the mini-buffer is empty ? > > I mean that what you type in the minibuffer is empty. signature.asc Description: PGP signature

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Ihor Radchenko
Sébastien Gendre writes: > You mean that the mini-buffer is empty ? I mean that what you type in the minibuffer is empty. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or su

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Sébastien Gendre
You mean that the mini-buffer is empty ? Ihor Radchenko writes: > Sébastien Gendre writes: > >> What does "empty input exists" mean ? > > Empty minibuffer input. signature.asc Description: PGP signature

Cannot yank media when image come from Gnome screenshot

2024-07-23 Thread Sébastien Gendre
Hello, I got a bug when I try to yank a screenshot made with Gnome-shell. I don't know yet if it's a bug with Org-mode handling the media, or the yank-media function or the Gnome-shell screenshot feature. What I do: * From the system menu of Gnome-shell, I choose the action to take a screensh

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Ihor Radchenko
Sébastien Gendre writes: > What does "empty input exists" mean ? Empty minibuffer input. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Sébastien Gendre
What does "empty input exists" mean ? Ihor Radchenko writes: > Sébastien Gendre writes: > >> I have found that on Vanilla Emacs, it's "C-j". >> >> And with Vertico, it's "Alt-Enter". >> >> I wonder if we need to document it. In the docstring of >> "org-cite-insert" and in the documentation. Of

Re: org-cite-insert function docstring and documentation don't tell how to validate

2024-07-23 Thread Ihor Radchenko
Sébastien Gendre writes: > I have found that on Vanilla Emacs, it's "C-j". > > And with Vertico, it's "Alt-Enter". > > I wonder if we need to document it. In the docstring of > "org-cite-insert" and in the documentation. Of course, not mentioning > every possible shortcut. But at least telling ho