Ihor Radchenko writes:
> Ihor Radchenko writes:
>
>> Here is the plan to resolve this issue:
>>
>> 1. We update the manual allowing src blocks to have empty language spec
>
> See the attached patch.
Applied onto main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d98ca046cc763
Ihor Radchenko writes:
> Here is the plan to resolve this issue:
>
> 1. We update the manual allowing src blocks to have empty language spec
See the attached patch.
> 2. We update org-syntax document
It turned out to be unnecessary. org-syntax document already declares
block DATA to be option
Johan Bolmsjö writes:
> ** 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: Captio
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
>> foo bar baz
>> #+end_src
>
> The begin_src block always
On Wed, Dec 14, 2022, 4:44 PM Johan Bolmsjö
wrote:
> ** 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 begin_src block always requires a "language" as far as I know. If you