Re: Plotting a table of date+time pairs

2024-11-29 Thread Fraga, Eric
Response below/inline for email Michael Heerdegen wrote: > (original email sent 29 Nov 2024 at 00:17) > > I'm not a sophisticated org user. May I ask for a simple example, > and how I would have to invoke gnuplot instead? Sure, see attached. This example has a table of data to plot (simple exam

Re: [PATCH] Add yank-media handler for LibreOffice Calc tables

2024-11-29 Thread Visuwesh
Sorry for the late reply. I was busy with uni. [திங்கள் அக்டோபர் 21, 2024] Visuwesh wrote: > [திங்கள் அக்டோபர் 21, 2024] Rens Oliemans wrote: > >> Visuwesh writes: >> >>> If possible, could you please try LibreOffice 7.6.4? The version Ihor >>> has installed in his system. There is an AppImage

Re: Plotting a table of date+time pairs

2024-11-29 Thread Max Nikulin
On 29/11/2024 06:17, Michael Heerdegen wrote: I'm not a sophisticated org user. May I ask for a simple example, and how I would have to invoke gnuplot instead? Link to its source is incorrect, it should be

[PATCH worg] link-fix: fix broken link in ob-doc-gnuplot.org

2024-11-29 Thread Suhail Singh
* org-contrib/babel/languages/ob-doc-gnuplot.org (Introduction): Fix link to source. --- org-contrib/babel/languages/ob-doc-gnuplot.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-contrib/babel/languages/ob-doc-gnuplot.org b/org-contrib/babel/languages/ob-doc-gnuplot.o

[PATCH worg] todo.org: Update tasks based on discussion with Ihor.

2024-11-29 Thread Suhail Singh
--- todo.org | 46 -- 1 file changed, 36 insertions(+), 10 deletions(-) diff --git a/todo.org b/todo.org index d8ce26d7..e2bd286d 100644 --- a/todo.org +++ b/todo.org @@ -25,29 +25,37 @@ * General tasks -** DONE Simplify/merge worg-about.org, worg-

[PATCH worg v2] ob-doc-gnuplot.org: Fix broken link to source.

2024-11-29 Thread Suhail Singh
* org-contrib/babel/languages/ob-doc-gnuplot.org (Introduction): Fix link to source. --- org-contrib/babel/languages/ob-doc-gnuplot.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-contrib/babel/languages/ob-doc-gnuplot.org b/org-contrib/babel/languages/ob-doc-gnuplot.o

[PATCH] org-element.el; significant optimizations for org-element--interpret-affiliated-keywords

2024-11-29 Thread Dwarshuis, Nathan J
Hi all, I noticed that calling `org-element-interpret-data' on objects is generally 5-10x faster than when calling on elements. The reason seems to be that `org-element--interpret-affiliated-keywords' (which is only called on elements) does alot of unnecessary work. Namely, it runs on all eleme

Re: Plotting a table of date+time pairs

2024-11-29 Thread Michael Heerdegen
Michael Heerdegen writes: > I now have one remaining problem: my time values in the second column > contain the name of the time zone - the purpose is to flag the time as > summer or winter time. Currently I need to remove these indicators from > the table, else plotting fail, gnuplot doesn't un

Re: Plotting a table of date+time pairs

2024-11-29 Thread Michael Heerdegen
"Fraga, Eric" writes: > Sure, see attached. This example has a table of data to plot (simple > example with two columns) and the gnuplot src block to create a PDF > plot. You invoke gnuplot by typing C-c C-c in the src block. You can > then view the result with C-c C-o. > [...] Ok... I had to