Re: [bug] Org mode 9.6.1: Subtree export without body creates an empty code block on export

2023-01-12 Thread Ihor Radchenko
Kaushal Modi writes: > This issue is best explained with this small example. > > 1. Create this Org buffer: > > = > #+options: author:nil toc:nil > > * Post 1 > :PROPERTIES: > :EXPORT_FILE_NAME: foo > :END: > * Post 2 > = > > 2. Place the cursor at the end of :END: > 3. C-c C-e C-s t A

[bug] Org mode 9.6.1: Subtree export without body creates an empty code block on export

2023-01-11 Thread Kaushal Modi
Hello, This issue is best explained with this small example. 1. Create this Org buffer: = #+options: author:nil toc:nil * Post 1 :PROPERTIES: :EXPORT_FILE_NAME: foo :END: * Post 2 = 2. Place the cursor at the end of :END: 3. C-c C-e C-s t A You get this: =