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
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
>>
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
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
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
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
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
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
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.