Benjamin McMillan <mcmilla...@gmail.com> writes: > Specifically, a call to (org-end-of-meta-data t) with point at the > on the > following tree will go all the way to the next heading. > In contrast, a call to just (org-end-of-meta-data), without the FULL flag, > will go to the beginning of heading content, as expected. > * >heading > > > * another heading
This is intentional. We have a test: ;; With option argument, skip empty lines, regular drawers and ;; clocking lines. (should (org-test-with-temp-text "* Headline\n\nContents" (org-end-of-meta-data t) (looking-at "Contents"))) May you please elaborate why you consider the current behavior to be a bug? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>