Re: [PATCH] Fast tag de-selection face

2022-11-14 Thread Ihor Radchenko
Daniel Fleischer writes: > Bumping a patch; it solves a minor bug in which the tags in the fast tag > selection buffer do not toggle their face back to default after being > selected and deselected. > > Attached. For record, this patch has been applied. Applied. -- Ihor Radchenko // yantar92,

Re: [BUG] LaTeX export in non-English language [9.6-pre (release_9.5.5-1087-g620a96.dirty @ /home/yantar92/.emacs.d/straight/build/org/)]

2022-11-14 Thread Juan Manuel Macías
Ihor Radchenko writes: > However, the PDF (see the attached) is erroneous: > 1. Title "Temp" is written RTL > 2. Year and date (numbers!) are written RTL > 3. The python code is written RTL!! > > Just the equation is rendered LTR as expected and the ordinary Hebrew > text is rendered RTL. I'd

[PATCH] ox-latex: fix `org-latex-guess-babel-language'

2022-11-14 Thread Juan Manuel Macías
If the user puts a string other than AUTO as an argument to `\babelprovide', it gives an error when exporting. For example: `#+LaTeX_Header: \babelprovide[]{hebrew}' I am attaching a patch to fix that behaviour. Best regards, Juan Manuel >From 6dcba41f58b355296c3cacf97be9508581e1a10a Mon Sep

Re: [PATCH v2] org-attach.el: ID to path functions may return nil

2022-11-14 Thread Ihor Radchenko
Max Nikulin writes: >> However, please add NEWS entry detailing the change in >> `org-attach-id-to-path-function-list' to the next version of the patch. > > See the attachment. Thanks! I went through the patch and tried to clarify the wording. Especially in the defcustom docstring. I also

Seeing all the steps when I run an R code block

2022-11-14 Thread William Denton
I've got a few problems with R source blocks that I can't figure out. They started late last month, I think. I'm running Emacs and Org from the development trees, refreshing and recompiling regularly. ESS (the package for working with R) is up to date too. Here's one big problem. I have a

Re: [PATCH] lisp/ob-octave.el, was [PATCH] rfc: using ert-deftest with side-effects

2022-11-14 Thread Ihor Radchenko
Leo Butler writes: > The amended patch is attached. Thanks for your helpful feedback. Thanks for the patch! It looks good, and the tests are passing. However, there is a side effect leaving testing/examples/octave-workspace file after running the tests. Can something be done about this? --

[RFC] :var x=list-name should be resolved into simple lists (item1 item2 ...); not nested ((item1) (item2) ...) (was: 2 'echo' bash instructions produce a table)

2022-11-14 Thread Ihor Radchenko
Ihor Radchenko writes: >> In section 16.4 (Environment of a Code Block) >> >> A simple named list. >> >> #+NAME: example-list >> - simple >> - not >> - nested >> - list >> >> #+BEGIN_SRC emacs-lisp :var x=example-list >> (print x) >>

Re: org-clock-report on headings and subheadings or for the whole file?

2022-11-14 Thread Uwe Brauer
> Uwe Brauer writes: > What about the attached patch? Sounds good to me > From a5dff6d46044db868dd95f6b57c28dffb202c308 Mon Sep 17 00:00:00 2001 > Message-Id: > > From: Ihor Radchenko > Date: Tue, 15 Nov 2022 09:35:47 +0800 > Subject: [PATCH] org-clock-report: Improve docstring > *

Re: org-clock-report on headings and subheadings or for the whole file?

2022-11-14 Thread Uwe Brauer
> Uwe Brauer writes: > 8.4.2 The clock table: >The ‘#+BEGIN’ line contains options to define the scope, structure, > and formatting of the report. Defaults for all these options can be > configured in the variable ‘org-clocktable-defaults’. thanks -- Warning: Content may be

Re: [BUG] LaTeX export in non-English language [9.6-pre (release_9.5.5-1087-g620a96.dirty @ /home/yantar92/.emacs.d/straight/build/org/)]

2022-11-14 Thread Ihor Radchenko
Juan Manuel Macías writes: >> ! Package polyglossia Error: The current latin font does not contain the >> "Hebr >> ew" script! >> (polyglossia)Please define \hebrewfont with \newfontfamily >> comm >> and. > > hmm, yes, I forgot to mention it before... It is necessary to load a

Re: org-clock-report on headings and subheadings or for the whole file?

2022-11-14 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> Correct, I did since I found it «logical» to have that table at the end of >> the file, but now I understand the problem with this. Thanks >> >> Ok, but I think it would not be bad to add this information to the docstring >> of

Re: [BUG] A commented line breaks line numbering [9.6-pre (release_9.5.5-1058-g6ef33b @ /home/thblt/.emacs.d/lib/org/lisp/)]

2022-11-14 Thread Ihor Radchenko
Thibault Polge writes: > With org 9.6-pre, a commented out line breaks list numbering (even with > `org-list-repair`), and effectively breaks a list in two distinct lists > in exporters. Eg: > > 1. Item 1 > 2. Item 2 > # 3. Commented out item 3 > 1. Reset counter? > > At "Reset counter?",

Re: test-org-table/sort-lines: Failing test on macOS

2022-11-14 Thread Ihor Radchenko
Max Nikulin writes: > > (string-collate-lessp "a" "B" "C" t) ; => nil > Actually you wrote >> [FYI: If I replace nil with t, the procedure returns nil too.] > From my point of view it is a reason to file an Emacs bug because I get > > (string-collate-lessp "a" "B" "C" t) ; => t I

Re: [BUG] Missing definitions for some customization groups [9.5.5 (release_9.5.5 @ /snap/emacs/current/usr/share/emacs/28.2/lisp/org/)]

2022-11-14 Thread Ihor Radchenko
Kyrylo Simonov writes: > Some of the customization groups in org-mode lack defgroup declaration. > Specifically, they are: > (org-gnus org-startup org-export-pdf org-bbdb org-babel-tangle > org-bibtex org-plot) > > In the *Customize* interface, these subgroups are not accessible from > the main

Re: svg file from tikz picture

2022-11-14 Thread Ihor Radchenko
Ihor Radchenko writes: > Akira Kyle writes: > >> I've been using the attached patch for the last few years and I've meaning >> to send it here/start a discussion about ob-latex.el since I used it pretty >> much daily to write tikz figures in org mode. So I'm glad to see this >> discussion

[FR] Allow noweb references from external files

2022-11-14 Thread Ihor Radchenko
Alexander Dinges writes: > Tangling a noweb src-block which is in another file does not work. See > https://www.reddit.com/r/orgmode/comments/tb9reu/how_to_tangle_a_code_block_containing_noweb_from/ > and >

Re: [PATCH v2] org-attach.el: ID to path functions may return nil

2022-11-14 Thread Max Nikulin
On 14/11/2022 10:29, Ihor Radchenko wrote: I went through the patch and tried to clarify the wording. Especially in the defcustom docstring. I do not mind in general. Please, remove a stray space in the defcustom. I also added the dumb fallback to the default value. I feel that otherwise

Re: org-clock-report on headings and subheadings or for the whole file?

2022-11-14 Thread Ihor Radchenko
Uwe Brauer writes: >> Uwe Brauer writes: > > >> :indent nil > >> See 8.4.2 The clock table > > Ok I read this, but I cannot see how to configure the default behavior of the > clocktable 8.4.2 The clock table: The ‘#+BEGIN’ line contains options to define the scope, structure, and

Re: Getting X selection reliably (Re: idea for capture anywhere in x)

2022-11-14 Thread Ihor Radchenko
Max Nikulin writes: >> I am unsure what can be done here. AFAIU, Org just follows the %x >> description. Nothing wrong on Org side. >> >> The best we can do is alternative %?? that will do something more >> reliable. But I am unsure what it can be. > > Depending of particular capture template

[BUG] A commented line breaks line numbering [9.6-pre (release_9.5.5-1058-g6ef33b @ /home/thblt/.emacs.d/lib/org/lisp/)]

2022-11-14 Thread Thibault Polge
Hello, With org 9.6-pre, a commented out line breaks list numbering (even with `org-list-repair`), and effectively breaks a list in two distinct lists in exporters. Eg: 1. Item 1 2. Item 2 # 3. Commented out item 3 1. Reset counter? At "Reset counter?", HTML export opens a new there,

Re: [BUG] LaTeX export in non-English language [9.6-pre (release_9.5.5-1087-g620a96.dirty @ /home/yantar92/.emacs.d/straight/build/org/)]

2022-11-14 Thread Ihor Radchenko
Juan Manuel Macías writes: > Ihor Radchenko writes: > >> However, the PDF (see the attached) is erroneous: >> 1. Title "Temp" is written RTL >> 2. Year and date (numbers!) are written RTL >> 3. The python code is written RTL!! >> >> Just the equation is rendered LTR as expected and the ordinary

Re: 2 'echo' bash instructions produce a table

2022-11-14 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > Ihor Radchenko writes on Mon 7 Nov 2022 02:31: > > > If you want to force string output, use :results output. > > > > By default, ob-shell tries to guess the output type. In the case > > of two commands returning output, the guess is yielding the > >

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-14 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> I note that you did not mention in the news that MathJax 2 support is >> dropped. This is a very important thing we must highlight and ring all >> the bells about. > > Fixed. See the 8th revision of the patch attached below. Better?

Re: [PATCH] ox-latex: fix `org-latex-guess-babel-language'

2022-11-14 Thread Ihor Radchenko
Juan Manuel Macías writes: > If the user puts a string other than AUTO as an argument to > `\babelprovide', it gives an error when exporting. For example: > > `#+LaTeX_Header: \babelprovide[]{hebrew}' > > I am attaching a patch to fix that behaviour. Thanks! Could you also add a test to

Re: OrgModeClockingXBar - see a task when you clock in in your bar and not only

2022-11-14 Thread Ihor Radchenko
"Christopher M. Miles" writes: >> https://github.com/mmagnus/OrgModeClockingXBar >> >> Magnus > > Thanks for sharing, this is what I needed. Do we have a page in WORG that discusses ways to display clocked task in taskbar for Linux/Windows/Mac? -- Ihor Radchenko // yantar92, Org mode

Re: [PATCH v2] org-attach.el: ID to path functions may return nil

2022-11-14 Thread Ihor Radchenko
Max Nikulin writes: > On 14/11/2022 10:29, Ihor Radchenko wrote: >> >> I went through the patch and tried to clarify the wording. >> Especially in the defcustom docstring. > > I do not mind in general. > > Please, remove a stray space in the defcustom. Hmm. Done. I just have a habit to add

Re: [BUG] org-beamer :BEAMER_ACT: ignored on columns

2022-11-14 Thread Ihor Radchenko
"Fraga, Eric" writes: > On Thursday, 13 Oct 2022 at 10:39, Ihor Radchenko wrote: >> Take your time. What I do not want here is introducing new bugs. I am >> not familiar with ox-beamer and do not want to miss anything subtle. > > Thank you. I'll update you in due course. Have you had a chance

Re: [RFC] Re: Headings and Headlines

2022-11-14 Thread Ihor Radchenko
Rudolf Adamkovič writes: > P.S. We should also harmonize `evaluate' and `execute'; I can never tell > which one to look for when completing. Please open a separate thread. I am not sure which one is better. For "execute" vs. "evaluate" we just need to rename function/variable names and replace

Re: OrgModeClockingXBar - see a task when you clock in in your bar and not only

2022-11-14 Thread Christopher M. Miles
mag_dex writes: > Dear All, > > I designed a hack to see your clocked-in task on your bar (and not only). > > The hack is composed of a few elements, Emacs code that adds hooks for > clock-in and clock-out and a code > for Xbar. > > I have been using this for 2 years, and it's pretty robust. I

Re: org-clock-report on headings and subheadings or for the whole file?

2022-11-14 Thread Ihor Radchenko
Uwe Brauer writes: > Correct, I did since I found it «logical» to have that table at the end of > the file, but now I understand the problem with this. Thanks > > Ok, but I think it would not be bad to add this information to the docstring > of org-clock-report!? It is not that intuitive.

Re: org-clock-report on headings and subheadings or for the whole file?

2022-11-14 Thread Uwe Brauer
> Uwe Brauer writes: > :indent nil > See 8.4.2 The clock table Ok I read this, but I cannot see how to configure the default behavior of the clocktable So in my case it is inserted the only thing that can be changed is the scope, but other options I have to add or modify manually after I

Re: org-clock-report on headings and subheadings or for the whole file?

2022-11-14 Thread Ihor Radchenko
Uwe Brauer writes: >> This information is already in the docstring > >> The new table inherits its properties from the variable >> org-clock-clocktable-default-properties. The scope of the >> clocktable, when not specified in the previous variable, is >> subtree when the

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

2022-11-14 Thread Ihor Radchenko
William Denton writes: > I've got a few problems with R source blocks that I can't figure out. They > started late last month, I think. I'm running Emacs and Org from the > development trees, refreshing and recompiling regularly. ESS (the package > for > working with R) is up to date too.