[BUG] Emacs Org rendering glitch of '*' in '=' inline markup

2023-01-11 Thread Johan Bolmsjö
Org mode renders the following line in bold between the asterisks in the Emacs window. It seems to be the last dot after the first asterisk that triggers the assumed rendering bug. ┌ │ =org-*.css= and =org-*.css.el= └ On the other hand, the same line exports properly with both the ASCII

Re: [BUG] ox-html does not export captions of source blocks without language

2022-12-14 Thread Johan Bolmsjö
On Wed, Dec 14, 2022, at 22:51, Kaushal Modi wrote: > On Wed, Dec 14, 2022, 4:44 PM Johan Bolmsjö > wrote: >> The caption "Caption 1" is not exported by ox-html in the following >> source block. >> >> #+caption: Caption 1 >> #+begin_src >&g

[BUG] ox-html does not export captions of source blocks without language

2022-12-14 Thread Johan Bolmsjö
** Description The caption "Caption 1" is not exported by ox-html in the following source block. #+caption: Caption 1 #+begin_src foo bar baz #+end_src The caption "Caption 2" is exported by ox-html in the following source block. #+caption: Caption 2 #+begin_src sh echo foo bar baz #+end_src