Re: ob-octave: improve MATLAB support

2024-11-09 Thread Ihor Radchenko
John C writes: > Please see the attached patch which makes MATLAB work with org babel > eval. Here's the commit message: Thanks a lot for the patch! The patch introduces major changes. Would it be possible to add some tests as well? > Note, I have sent in the paper work for the FSF copyright

Re: Noweb references and padlines

2024-11-09 Thread Linus Arver
Ihor Radchenko writes: > Linus Arver writes: > >> Org supports adding blank lines between concatenated source code blocks >> with the "padline" header argument [1]. However this does not work for >> Noweb references. >> ... >> Which is great. But the same blank lines are not inserted for the >>

Re: [POLL] Mark all the tags in HTML export with unique class (was: Adding a class to the auto-inserted elements)

2024-11-09 Thread Ihor Radchenko
Ihor Radchenko writes: > We are discussing the way Org formats HTML tags in HTML export. > Some of the tags added by Org are simply bare tags, like below. > > Low-level heading > > The suggestion is to add a unique class to each tag produced by Org HTML > export, so that CSS rules can precisely

Re: [PATCH] Fix `grep' command to handle filenames starting with '-'.

2024-11-09 Thread Ihor Radchenko
Xi Lu writes: > * lisp/org-mouse.el (org-mouse-context-menu): Fix `grep' command to > handle filenames starting with '-' by adjusting wildcard usage to > prevent misinterpretation as options. Thanks! Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=0624f57df3

Re: package submission : ob-sql-session

2024-11-09 Thread Ihor Radchenko
Phil Estival writes: >> Have you considered integrating it into ob-sql itself? >> If not, what are the obstacles? >> > > Hello Ihor, > > yes I have. It grows ob-sql by approximately 300 lines. > There are rooms for improvements. > https://github.com/flintforge/ob-sql-session/blob/main/ob-sql.el

Re: [BUG] export blocks no longer fontifying [9.7.10 (release_9.7.10 @ /Users/ben/Scripts/emacs/lisp/org/)]

2024-11-09 Thread Ihor Radchenko
Benjamin McMillan writes: > Yes, that seems to work. It returns: > "The operation couldn’t be completed. Unable to locate a Java Runtime. > Please visit http://www.java.com for information on installing Java. > > no" I just updated main with a patch that should detect scenarios like yours and sk

Re: Fix "inverted" behavior of `colnames' header argument

2024-11-09 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Upon further thinking, I think I now get it. > > My understanding: > > - =nil= :: > > 1. Drop the column names from the input, if tabular. > 2. Run the code block, possibly producing results. > 3. Re-add the column names, if any, to the results, if tabu

plain list noexport

2024-11-09 Thread Samuel Wales
i need to export a plain list with a noexport feature per item. the list is a timeline with some items having timestamps. one design idea was that i would specify this with [X] (checkbox checked). exported: 1) i left msg for A 2) [2024-11-09 Sat 13:22] i left msg for A 3) [ ] i left msg for

Re: Org-cite: Replace basic follow-processor with transient menu?

2024-11-09 Thread Ihor Radchenko
Tor-björn Claesson writes: >>> Is this starting to be a good time for me to produce a patch? >> >> Yes. Thanks in advance! > > Would it make sense to add two functions for getting the doi and url > from a citation? That would be generally useful, and simplify the > transient menu specification.