Re: How to export to the simplest possible HTML?

2023-06-02 Thread Ihor Radchenko
Marcin Borkowski writes: > On 2023-05-30, at 20:45, Marcin Borkowski wrote: > >>> Just use `org-export-as'. >> >> Thanks again, I didn't know about that function! > > I tried playing around with it, but it has one drawback - I can't use it > to export a subtree containing a link to another

Re: How to export to the simplest possible HTML?

2023-06-02 Thread Marcin Borkowski
On 2023-05-30, at 20:45, Marcin Borkowski wrote: >> Just use `org-export-as'. > > Thanks again, I didn't know about that function! I tried playing around with it, but it has one drawback - I can't use it to export a subtree containing a link to another subtree, and that is something I will

Re: org code and error catching

2023-06-02 Thread Michael Heerdegen
Ihor Radchenko writes: > > Though, I think you didn't change the occurrence that this thread > > started with - `org-eval'. Does changing this one cause problems? > > Tests are passing. > I originally skipped it because it did not look useful from a brief > glance to have full backtraces there,

Re: [PATCH] org.el: inline display of attached images in link descriptions

2023-06-02 Thread Steven Allen
You're right and now I have no idea what I was testing. I'm apologize for that. The attached patch should actually work this time. It's not great (setq in a let), but anything else would likely be a much larger change. >From 6ca24ca705fc3856c68957cfa50dfce77c9148c9 Mon Sep 17 00:00:00 2001

Re: [PATCH] float format specifier in ob-C.el

2023-06-02 Thread Leo Butler
On Fri, Jun 02 2023, Ihor Radchenko wrote: > Thanks! > Applied, onto bugfix. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d55a11214 Thanks, Ihor. Leo

Re: org-babel guile source block bug in handling multiple values

2023-06-02 Thread Ihor Radchenko
Ihor Radchenko writes: > Zelphir Kaltstahl writes: > >>> This is expected. Noweb includes the src block code without altering it. >>> See 16.11 Noweb Reference Syntax >>> >>> We may probably clarify this in the manual. Would it be helpful? >> I think it would be helpful. I merely tried Python,

Re: [PATCH] Add tests for ob-haskell (GHCi)

2023-06-02 Thread Ihor Radchenko
Bruno Barbier writes: >> I can see that you limited the tests scope to :session blocks. >> Would it be possible to extend the existing tests to :compile yes case? >> From a glance, it does not look like you need to change much - Haskell >> behaviour should be similar with or without ghci. > >

Re: org code and error catching

2023-06-02 Thread Ihor Radchenko
Michael Heerdegen writes: > Michael Heerdegen writes: > >> I reviewed it shortly - looks appropriate. > > Though, I think you didn't change the occurrence that this thread > started with - `org-eval'. Does changing this one cause problems? Tests are passing. I originally skipped it because it

Re: [PATCH] org.el: inline display of attached images in link descriptions

2023-06-02 Thread Ihor Radchenko
Steven Allen writes: > * lisp/org.el (org-display-inline-images): inline display of attached > images in link descriptions. > > Previously, `org-display-inline-images' only inlined images in link > descriptions when they were explicit "file:" links. This change adds > support for "attachment:"

Re: [PATCH] org-manual: Mark up nil as ~nil~ [9.6.6 (release_9.6.6 @ /home/blc/.local/share/emacs/30.0.50/lisp/org/)]

2023-06-02 Thread Ihor Radchenko
Basil L. Contovounesios via "General discussions about Org-mode." writes: > In emacs.git I noticed some occurrences of 'nil' in the generated > doc/misc/org.texi were not marked up as @code. > > Is this TRT? (I already have an Emacs CA on file.) Thanks! Applied, onto main.

Re: [PATCH] float format specifier in ob-C.el

2023-06-02 Thread Ihor Radchenko
Leo Butler writes: > Ok, I have made the changes requested. Please see the attached patch. Thanks! Applied, onto bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d55a11214 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at