Re: [BUG] parser error [9.6.1 ( @ /home/clayton/.emacs.d/elpa/org-9.6.1/)]

2024-12-05 Thread Ihor Radchenko
Ihor Radchenko writes: > Thanks for reporting! > Do you keep seeing the error if you upgrade to the latest Org version on ELPA? No response within a month. Closing. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org d

Re: [BUG] wrong side of point [9.7.13 (9.7.13-8566bc @ /Users/jaydixit/.emacs.d/elpa/develop/org-9.7.13/)]

2024-12-05 Thread Ihor Radchenko
Ihor Radchenko writes: > Thanks for reporting! > Do you observe this often? > > I can see that there is a bug somewhere, but I will need more > diagnostics info to identify the cause. I requested extra information, but no followup after a month. There is nothing I can do with this. Canceled. --

Re: [BUG] error when trying to create a simple table [9.7.12 (9.7.12-28c83e @ c:/Users/ddrake/AppData/Roaming/.emacs.d/elpa/org-9.7.12/)]

2024-12-05 Thread Ihor Radchenko
Ihor Radchenko writes: > Thanks for reporting! > Do you observe the problem frequently? No followup within one month. Closing, as there is not enough information to fix anything on Org side. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: Plotting a table of date+time pairs

2024-12-05 Thread Michael Heerdegen
"Fraga, Eric" writes: > > The escaped quotes seem to be recognized literally as expected. This > > saves me from my org hack! > > Excellent! Indeed. > Happy to have been able to help. gnuplot is a brilliant tool but > sometimes difficult to get exactly what you want due to its rather > idiosy

Re: [PATCH worg] .dir-locals.el: Disable byte-compilation.

2024-12-05 Thread Max Nikulin
On 04/12/2024 04:43, Suhail Singh wrote: +++ b/.dir-locals.el @@ -1,3 +1,6 @@ +;;; Directory Local Variables-*- no-byte-compile: t -*- Sorry, I do not follow Emacs development close enough. Does it mean that it becomes more aggressive and tries to compile files that do not really

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

2024-12-05 Thread Max Nikulin
On 29/11/2024 23:26, Suhail Singh wrote: +++ b/org-contrib/babel/languages/ob-doc-gnuplot.org @@ -34,7 +34,7 @@ * Introduction usage. Since babel is simply allowing native code to run inside of Org-mode, all gnuplot documentation is applicable and valid. [fn:1] -This file may be downloaded

Re: Execute R code block in existing *R* session

2024-12-05 Thread William Denton
On Thursday, December 5th, 2024 at 09:30, Naresh Gurbuxani wrote: > With an inferior R process already running, executing an R code block (C-c > C-c) prompts for a directory for new R session. Is it possible to tell > org-mode to execute the code block in already running R session? Is this wh

Execute R code block in existing *R* session

2024-12-05 Thread Naresh Gurbuxani
With an inferior R process already running, executing an R code block (C-c C-c) prompts for a directory for new R session. Is it possible to tell org-mode to execute the code block in already running R session? Sent from my iPhone