Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-11-30 Thread Frederic Santos
- Mail original - > De: "Ihor Radchenko" > À: "William Denton" > Cc: "Frederic Santos" , "emacs-orgmode" > > Envoyé: Jeudi 1 Décembre 2022 02:48:22 > Objet: Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 > [9.6 ( @ > /home/fsantos/.emacs.d/elpa/org-9.6/)] > It

[PATCH] Autoload `org-assert-version' and remove org-loaddefs.el

2022-11-30 Thread Bastien
Some users reported an (invalid-function org-assert-version) error when installing Org from ELPA: https://lists.sr.ht/~bzg/emacsfr/%3Cd091463e1615422eb00070727d6a094ec0ae3c73.camel%40adocentyn.io%3E https://www.reddit.com/r/emacs/comments/z7qulo/comment/iyd9vam/?context=3 This patch autoloads

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-11-30 Thread Ihor Radchenko
William Denton writes: > I tried that, but it didn't fix it. :( Ok. I was able to reproduce on my side. > With a minimal setup, running the R block with a :session makes it ask where > the > working directory should be (the default in the prompt is the directory the > test > Org file is

Re: [HELP] Translate/extend `org-clock-clocktable-language-setup' for Spanish/Dutch/more languages

2022-11-30 Thread Pedro Andres Aranda Gutierrez
Max Nikulin writes: >On 27/11/2022 07:06, Ihor Radchenko wrote: >> >> (defcustom org-clock-clocktable-language-setup >>'(("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time" "File time" "Clock summary at") >> ("es" "Archivo" "N" "Fecha y hora" "Tarea" "Tiempo"

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-11-30 Thread William Denton
On 1 December 2022, Ihor Radchenko wrote: With Org 9.6 released yesterday, I noticed a bug with ob-R: all R code blocks with ":results output :session *R*" in the header will return no output at all (although the code is correctly processed in the inferior ESS buffer). May it be a duplicate

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-11-30 Thread Ihor Radchenko
Frédéric Santos writes: > Hi everyone, > > With Org 9.6 released yesterday, I noticed a bug with ob-R: all R code > blocks with ":results output :session *R*" in the header will return no > output at all (although the code is correctly processed in the inferior > ESS buffer). May it be a

Re: [BUG] dead loop on (org-table-clean-line "|a|b|") [9.6 (release_9.6-3-ga4d38e @ share/emacs/29.0.60/lisp/org/)]

2022-11-30 Thread Ihor Radchenko
Lin Sun writes: > The emacs builtin org-mode will stuck after try to expand the table with Tab > on a table column. > After investigate, I found the function org-table-clean-line will run into > dead loop for a simply call: > > (org-table-clean-line "|a|b|") > > Please help to fix this

Re: Problems getting org-macs.el macros to be loaded

2022-11-30 Thread Bram Adams
Hi, I updated to a newer 29 release branch commit, and now things work, must have been a glitch. Kind regards, Bram Adams On 30-11-22 2:07 p.m., Bram Adams wrote: Hi, I just built the latest Emacs 29 version from the upstream release branch, which comes with org 9.6-3-ga4d38e (no other

Re: Supress title on html export

2022-11-30 Thread Rudolf Adamkovič
Galaxy Being writes: > Yes, leaving it blank suppresses it, but then my browser needs a page > title for searching. I'm trying to have and not display a title. Using CSS, for example: #+html_head_extra: .title { display: none; } Rudy -- "Genius is 1% inspiration and 99% perspiration." --

[PATCH] Make broken link markers customizable

2022-11-30 Thread Rudolf Adamkovič
Hello there! Org provides no good way to ignore broken links when exporting subtrees with lots of links. With `org-export-with-broken-links' set to `nil', the exporter aborts. When set to `t', the exporter removes the linked words altogether, breaking the sentences. Lastly, when set to `mark',

RE: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-11-30 Thread Cook, Malcolm
>Bug confirmed by other ESS users on the mailing list: >https://stat.ethz.ch/pipermail/ess-help/2022-November/013162.html FWIW: confirmed here too with GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.15.12, Xaw3d scroll bars) of 2022-01-19 Org mode version 9.6-pre

Re: Problems getting org-macs.el macros to be loaded

2022-11-30 Thread Kyle Meyer
Bram Adams writes: > Hi, > > I just built the latest Emacs 29 version from the upstream release > branch, which comes with org 9.6-3-ga4d38e (no other org version installed). > > Overall, it seems like org-macs.el is not loaded properly, since I get > issues with invalid function errors for

[BUG] dead loop on (org-table-clean-line "|a|b|") [9.6 (release_9.6-3-ga4d38e @ share/emacs/29.0.60/lisp/org/)]

2022-11-30 Thread Lin Sun
Hi, The emacs builtin org-mode will stuck after try to expand the table with Tab on a table column. After investigate, I found the function org-table-clean-line will run into dead loop for a simply call: (org-table-clean-line "|a|b|") Please help to fix this function. Thanks. Best, Lin

Re: Org and Multimedia..?

2022-11-30 Thread David Masterson
Marcin Borkowski writes: > On 2022-11-30, at 20:35, David Masterson wrote: > >> Is it possible to attach (say) an image to a task? >> >> I'd like to use images to help explain tasks better (or just remind me >> what my intention was). I imagine you could do something with file >> links, but is

Re: Org and Multimedia..?

2022-11-30 Thread David Masterson
Mark Barton writes: >> On Nov 30, 2022, at 11:35 AM, David Masterson wrote: >> >> Is it possible to attach (say) an image to a task? >> >> I'd like to use images to help explain tasks better (or just remind me >> what my intention was). I imagine you could do something with file >> links,

Re: Org and Multimedia..?

2022-11-30 Thread Marcin Borkowski
On 2022-11-30, at 20:35, David Masterson wrote: > Is it possible to attach (say) an image to a task? > > I'd like to use images to help explain tasks better (or just remind me > what my intention was). I imagine you could do something with file > links, but is there a defined method? Issues:

Re: Org and Multimedia..?

2022-11-30 Thread Mark Barton
> On Nov 30, 2022, at 11:35 AM, David Masterson wrote: > > Is it possible to attach (say) an image to a task? > > I'd like to use images to help explain tasks better (or just remind me > what my intention was). I imagine you could do something with file > links, but is there a defined

Re: [BUG] Clipboard text pasted in two windows with a cloned buffer [9.6-pre ( @ /home/chomwitt/.config/emacs/elpa/org-9.6pre0.20221110.85807/)]

2022-11-30 Thread Nick Dokos
Alexandros Prekates writes: > On Mon, 28 Nov 2022 10:28:41 + > Alexandros Prekates wrote: > > I come across another case : > > > WINDOW A -- WINDOW B - > * FOO1 * FOO1 > ** goo2 ** goo2 > **

Org and Multimedia..?

2022-11-30 Thread David Masterson
Is it possible to attach (say) an image to a task? I'd like to use images to help explain tasks better (or just remind me what my intention was). I imagine you could do something with file links, but is there a defined method? Issues: 1. Directory structure containing Org / Media files 2.

Supress title on html export

2022-11-30 Thread Galaxy Being
I found this , but apparently it no longer applies. Any ideas how to not display a title -- besides leaving #+TITLE: blank? Yes, leaving it blank suppresses it, but then my browser needs

Problems getting org-macs.el macros to be loaded

2022-11-30 Thread Bram Adams
Hi, I just built the latest Emacs 29 version from the upstream release branch, which comes with org 9.6-3-ga4d38e (no other org version installed). Overall, it seems like org-macs.el is not loaded properly, since I get issues with invalid function errors for "org-assert-version" and

Re: Release 9.6

2022-11-30 Thread Thomas S. Dye
Max Nikulin writes: On 29/11/2022 13:58, Bastien wrote: Last but not least: thanks to Ihor his truly amazing work and for being the de facto maintainer. I think, Ihor's role in this release is crucial. He spent a lot of time fixing bugs and reviewing patches, not to mention the org-fold

Re: Release 9.6

2022-11-30 Thread Max Nikulin
On 29/11/2022 13:58, Bastien wrote: Last but not least: thanks to Ihor his truly amazing work and for being the de facto maintainer. I think, Ihor's role in this release is crucial. He spent a lot of time fixing bugs and reviewing patches, not to mention the org-fold framework to overcome

Re: [HELP] Translate/extend `org-clock-clocktable-language-setup' for Spanish/Dutch/more languages

2022-11-30 Thread Max Nikulin
On 27/11/2022 07:06, Ihor Radchenko wrote: (defcustom org-clock-clocktable-language-setup '(("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time" "File time" "Clock summary at") ("es" "Archivo" "N" "Fecha y hora" "Tarea" "Tiempo" "TODO" "Tiempo total" "Tiempo

[BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-11-30 Thread Frédéric Santos
Hi everyone, With Org 9.6 released yesterday, I noticed a bug with ob-R: all R code blocks with ":results output :session *R*" in the header will return no output at all (although the code is correctly processed in the inferior ESS buffer). Steps to follow to reproduce the issue: 1. Create a