Re: Passing table to Ruby session

2023-08-09 Thread Mike Gauland
On 10/08/23 09:24, Mike Gauland wrote: Just to follow up on my problem sending a table to ruby. It doesn't' seem to be an org problem, but with inf-ruby. I copied the ruby code that org generates to set the variable, and pasted it in to an inf-ruby session, and that works fine. However,

Re: ox-html: no tests, besides mathjax?

2023-08-09 Thread Rudolf Adamkovič
Ihor Radchenko writes: > We had no tests at all and then added some alongside with the MathJax > 3 support. Hello there. :) /waves hands/ Rudy -- "It is no paradox to say that in our most theoretical moods we may be nearest to our most practical applications." -- Alfred North Whitehead,

Re: Or probably just fix the org-ctags hook functions? (was: Should we accept breaking changes ...)

2023-08-09 Thread Jens Schmidt
On 2023-08-08 10:48, Ihor Radchenko wrote: The situation is a bit more complex. To make it even more complex, here a different point of view. Sorry, I don't have any earlier mails ready I could reply to ... * TL;DR Probably the problem is not the side-effects done by loading =org-ctags=,

Re: [PATCH 2/2] test-ox-html: postamble format

2023-08-09 Thread Hraban Luyat
XD forgot the attachment On 8/9/23 4:50 PM, Hraban Luyat wrote: > Another test for ox-html, this time for postamble options handling. > It's quite tricky, apparently. > > > Hraban >From c054e5d3e9a0813da7c8e269fdfc9ae98c322aa9 Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Wed, 9 Aug 2023

Re: Passing table to Ruby session

2023-08-09 Thread Mike Gauland
Just to follow up on my problem sending a table to ruby. It doesn't' seem to be an org problem, but with inf-ruby. I copied the ruby code that org generates to set the variable, and pasted it in to an inf-ruby session, and that works fine. However, when I select it as a region, and do

[PATCH 2/2] test-ox-html: postamble format

2023-08-09 Thread Hraban Luyat
Another test for ox-html, this time for postamble options handling. It's quite tricky, apparently. Hraban

[PATCH 1/2] test-ox-html: checkboxes: ascii, html & unicode

2023-08-09 Thread Hraban Luyat
Hi all, I've added some minor unit tests for checkboxes in ox-html. I was playing around with something I thought was a bug, which turned out to be my project config. Thought I'd share the unit tests anyway, maybe this can help someone down the line create more patches. From

Re: Passing table to Ruby session

2023-08-09 Thread Mike Gauland
On 9/08/23 22:14, Ihor Radchenko wrote: Mike Gauland writes: I'll work on putting together a minimal example, if anyone is interested in testing it on their system. A minimal example would certainly help. See https://orgmode.org/manual/Feedback.html#Feedback Here is an example that

Re: kaobook tex template integration to a org file to make self-contained, portable?

2023-08-09 Thread Thomas S. Dye
Aloha Zenny, Zenny writes: Aloha Tom, Thank you for taking time to respond with an useful pointer. I feel like I reached the right person who is an expert in both LaTeX and Orgmode who has contributed to org-tufte book earlier as seen in your github repo. I am a novice, fyi. I

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-09 Thread Ihor Radchenko
Colin Baxter writes: > >> As I mentioned in Matrix chat, it would be nice if you could > >> integrate the svg image display into Org agenda as minor mode, > >> displaying the interactive svg in place of the time grid. That > >> would be a welcome addition to Org core. > > >

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-09 Thread Colin Baxter
> Ilya Chernyshov writes: > Ihor Radchenko writes: >> Thanks for sharing! >> >> As I mentioned in Matrix chat, it would be nice if you could >> integrate the svg image display into Org agenda as minor mode, >> displaying the interactive svg in place of the time

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-09 Thread Ilya Chernyshov
Ihor Radchenko writes: > Thanks for sharing! > > As I mentioned in Matrix chat, it would be nice if you could integrate > the svg image display into Org agenda as minor mode, displaying the > interactive svg in place of the time grid. That would be a welcome > addition to Org core. It's a great

Re: Worg: issue with org-tools page

2023-08-09 Thread Max Nikulin
On 09/08/2023 14:44, Ihor Radchenko wrote: Unfortunately, I was not able to find a way to do it and yet display the error backtraces. The best we can do is using `backtrace-get-frames' in the error handler: My version of the script prints allowed number of error messages and stack of the

Re: Passing table to Ruby session

2023-08-09 Thread Ihor Radchenko
Mike Gauland writes: > I'll work on putting together a minimal example, if anyone is interested > in testing it on their system. A minimal example would certainly help. See https://orgmode.org/manual/Feedback.html#Feedback -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about

Re: BUG: org-cycle does not unfold some subtrees

2023-08-09 Thread Ihor Radchenko
Michael Dauer writes: > Maybe it helps to share you other fix there? Feel free to share it. Basically, it should be enough to ask testing using Org dev branch. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: BUG: org-cycle does not unfold some subtrees

2023-08-09 Thread Michael Dauer
Maybe it helps to share you other fix there? Am Mi., 9. Aug. 2023 um 11:14 Uhr schrieb Michael Dauer < mick.da...@gmail.com>: > I don't know how to get swiper activated in a "clean" manner from there. > In my operational set-up everything is based on straight. > > But anyhow it seems to be a

Re: BUG: org-cycle does not unfold some subtrees

2023-08-09 Thread Michael Dauer
I don't know how to get swiper activated in a "clean" manner from there. In my operational set-up everything is based on straight. But anyhow it seems to be a known issue in the swiper community: https://github.com/abo-abo/swiper/issues/3015 Am Di., 8. Aug. 2023 um 19:09 Uhr schrieb Ihor

Re: [patch] ox-latex.el: fix blank lines behavior in verse block

2023-08-09 Thread Juan Manuel Macías
Ihor Radchenko writes: >>> I see nothing that would prevent merging this patch. >>> However, I believe that removing blank lines before/after content is >>> something we may want to do in other built-in backends as well. WDYT? >> >> I think you're right. My impression is that the blank lines

Passing table to Ruby session

2023-08-09 Thread Mike Gauland
I'm trying to pass a table to a ruby code block. The table is 211 lines, of four columns. I want to pass it to a session, so I can use the data in subsequent blocks.  I've done this successfully on my work laptop, running Windows emacs (28.2), with ruby 3.2. On my linux box (NixOS),

Re: [ANN] lisp/ob-tangle-sync.el

2023-08-09 Thread Ihor Radchenko
Mehmet Tekman writes: > Ihor Radchenko writes: > >> No. :result-params is not an actual header argument. It is >> implementation detail - parsing :results header arg internally produces >> (:results . "all the values concatenated") and _also_ (:result-params >> "val 1" "val 2" ...). > > Hmm...

Re: ox-html: no tests, besides mathjax?

2023-08-09 Thread Ihor Radchenko
Hraban Luyat writes: > I was looking for ox-html unit tests and found > testing/lisp/test-ox-html.el, which contains only mathjax tests. I > didn't find any other (unit) tests for HTML. Is that correct? Yup. We had no tests at all and then added some alongside with the MathJax 3 support.

Re: [patch] ox-latex.el: fix blank lines behavior in verse block

2023-08-09 Thread Ihor Radchenko
Juan Manuel Macías writes: >> I see nothing that would prevent merging this patch. >> However, I believe that removing blank lines before/after content is >> something we may want to do in other built-in backends as well. WDYT? > > I think you're right. My impression is that the blank lines

Re: [POLL] Should we accept breaking changes to get rid of Org libraries that perform side effects when loading?

2023-08-09 Thread Max Nikulin
On 08/08/2023 20:29, Bastien Guerry wrote: The definition of a new function is not a side-effect that affects Emacs editing behavior, so Babel and export libs are OK. Function definition is not side effect when load library is requested. However it is a side effect of hitting TAB in Emacs

Re: One-stop shop for ALL org faces size?

2023-08-09 Thread Ihor Radchenko
James Harkins writes: > I recall in prior versions of org that it was much easier to change the > default font size. > > So anyway... what I would like to do is to set something, preferably in one > place, and have ALL org faces follow suit. How to do this? Or, is it > impossible? > > Org

Re: Worg: issue with org-tools page

2023-08-09 Thread Ihor Radchenko
Ihor Radchenko writes: >>> Note that I just pushed an alternative (but very similar) change in >>> https://git.sr.ht/~bzg/worg/commit/b38a1f08 >> >> It fails on first error. I find a report containing several errors much >> more helpful for figuring out what has actually happened. On the other

Re: One-stop shop for ALL org faces size?

2023-08-09 Thread James Harkins
On Wed, 09 Aug 2023 15:38:55 +0800 James Harkins wrote --- > So anyway... what I would like to do is to set something, preferably in one > place, and have ALL org faces follow suit. How to do this? Or, is it > impossible? Erm... as often happens, moments after sending, I found the

One-stop shop for ALL org faces size?

2023-08-09 Thread James Harkins
A while back, I configured Emacs' default face to use the Inconsolata font slightly smaller than how it appeared at first. (It shows up in .emacs as ":height 98" -- what is 98, I'm not sure.) Now the trouble is, =verbatim segments= appear slightly larger than the text around it. As it's a

Re: [BUG] `org-open-at-point' surprisingly asks for tags table [9.7-pre (release_9.6.7-640-ga18ebc @ /home/jschmidt/work/org-mode/lisp/)]

2023-08-09 Thread Ihor Radchenko
Jens Schmidt writes: > Sorry, just followed that recent side-effect-thread to the root > > https://list.orgmode.org/orgmode/87o7omg4ie@alphaville.usersys.redhat.com/ > > and found that everything already got documented. It was that thread > that triggered my bug report as an example of a

Re: blank line in ido as default when refiling

2023-08-09 Thread Ihor Radchenko
Samuel Wales writes: > Subject: is blank option in ido a bugfix refile change? > idk if this is etireoly user eror but i ave made no changes to my > config that i am aware of so want to confirm with others who mght be > able to guess or know there was a change i bugfix.. I do not recall any