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

2022-11-27 Thread gerard . vermeulen
On 28.11.2022 06:10, Ihor Radchenko wrote: gerard.vermeu...@posteo.net writes: disclaimers: my nationality is dutch, although I am living in France since 1987 and I don't use org-mode clocking. I have the following remarks: The real translation of "headline" into Dutch is "kop" (close to t

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

2022-11-27 Thread Ihor Radchenko
Esteban Ordóñez writes: > El 2022-11-26 19:06, Ihor Radchenko escribió: > >> '(("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 archivo" "

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

2022-11-27 Thread Ihor Radchenko
gerard.vermeu...@posteo.net writes: > disclaimers: my nationality is dutch, although I am living in France > since 1987 > and I don't use org-mode clocking. I have the following remarks: > > The real translation of "headline" into Dutch is "kop" (close to the > German translation), > but if "he

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

2022-11-27 Thread Ihor Radchenko
Ihor Radchenko writes: > '(("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total > time" "File time" "Clock summary at") Some clarification about what the items refer to: "L" is for heading "Level" "ALL" refers to All files when clock table includes multiple files. "Clock su

To convert and simplify units in tables (was:LIterate programming with calc (help))

2022-11-27 Thread Ypo
Hi I have found an alternative solution to this problem: Is it possible to express in a calc block some basic operations with variables and non-predefined units? For example, if you wanted to build a code block that calculates how much money costs a land with an Area of 300x300 m^2 at a p

Re: Seeing all the steps when I run an R code block

2022-11-27 Thread Jeremie Juste
Hello Ihor, On Sunday, 27 Nov 2022 at 11:52, Ihor Radchenko wrote:> > So, if R has some way to override the working directory, we should > enforce what we promise in the above section of our manual anyway. > > Otherwise, the will lose on Org document reproducibility. This is a fair point, many t

Re: Images generated by R code blocks do not display

2022-11-27 Thread Jeremie Juste
Hello Ihor, On Sunday, 27 Nov 2022 at 13:21, Ihor Radchenko wrote: > Jeremie Juste writes: > >> I tried to reproduce your steps on Org mode version 9.6-pre >> (release_9.5.5-1096-gf83e45.dirty @ /home/djj/src/org-mode/lisp/). >> >> and I get stuck at step 12, Inline display image cannot be switc

Re: Images generated by R code blocks do not display

2022-11-27 Thread Ihor Radchenko
Jeremie Juste writes: > I tried to reproduce your steps on Org mode version 9.6-pre > (release_9.5.5-1096-gf83e45.dirty @ /home/djj/src/org-mode/lisp/). > > and I get stuck at step 12, Inline display image cannot be switched on > again. Not switching on again has been fixed in https://git.savann

Re: Images generated by R code blocks do not display

2022-11-27 Thread Jeremie Juste
Hello Ihor, On Friday, 25 Nov 2022 at 02:03, Ihor Radchenko wrote: > > What I did is > > 1. cd /path/to/org/repo > 2. git checkout main > 3. make repro > 4. M-: (require 'ob-shell) > 5. Open the following org file > > #+begin_src sh :results graphics file :file /tmp/colour.png > convert -size 3

Re: Seeing all the steps when I run an R code block

2022-11-27 Thread Ihor Radchenko
Jeremie Juste writes: > Note also that you can force the R process to start in a particular > directory with the dir parameter. > > #+begin_src R :dir ~/ > getwd() > #+end_src > > #+RESULTS: > : /home/djj > > > Now on the org-mode side. This is becomes tricky because I don't know > what users e

Re: Seeing all the steps when I run an R code block

2022-11-27 Thread Jeremie Juste
Hello William, Many thanks for reporting. > > I think this specific issue might be solved on Org side. > We can let-bind `ess-startup-directory' to 'default-directory while > running R source blocks. > > CCing the maintainer. Ihor, many thanks for the suggestion. However I'm not sure it will work

Re: [BUG] global-whitespace-mode + org-capture: Second capture fails w/ "Marker does not point anywhere" [9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/)]

2022-11-27 Thread Arsen Arsenović
Hi, Ihor Radchenko writes: > I can reproduce on Emacs 29, but not on Emacs 28. > Does not look like Org's fault. > I replied in your Emacs bug report: > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59618 Thanks. I'll keep a watch of that thread. Have a great day. -- Arsen Arsenović signat

Re: [RFC] Re: Headings and Headlines

2022-11-27 Thread Bastien
Ihor Radchenko writes: > I looked into this further and I do not think that it is a good idea to > make this change in the coming release. Renaming some things is very too > easy to get wrong and cause failures. Yes, there is absolutely no rush for this. -- Bastien

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

2022-11-27 Thread Esteban Ordóñez
El 2022-11-26 19:06, Ihor Radchenko escribió: > '(("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 archivo" "Clock summary at") I don't know

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

2022-11-27 Thread gerard . vermeulen
Hello, disclaimers: my nationality is dutch, although I am living in France since 1987 and I don't use org-mode clocking. I have the following remarks: The real translation of "headline" into Dutch is "kop" (close to the German translation), but if "headline" should be understood like "headi

Re: Possible bug in `org-subtree--get-subtree-options`?

2022-11-27 Thread Ihor Radchenko
Ihor Radchenko writes: > Not really swapped. A simple (org-back-to-heading t) will probably be > enough. See the attached patch. > > However, I am concerned that one of the tests is actually assuming that > current subtree in the below example includes "Heading". No concerns have been raised. Ap