Tor Kringeland <tor.kringel...@ntnu.no> writes: > If our Org file is > > #+begin_example > * a heading > > text<POINT> > #+end_example > > And we insert an empty note, we get > > #+begin_example > * a heading > > - Note taken on [2022-07-26 Tue 16:10] > text > #+end_example > > instead of the expected > > #+begin_example > * a heading > - Note taken on [2022-07-26 Tue 16:10] > > text > #+end_example
I get note after empty lines below the headline in both the cases. This behavior is intentional according to org-log-beginning. Best, Ihor