Hello Nicolas,
On 2020-03-13 17:22, Nicolas Goaziou wrote:
* lisp/org-element.el (org-element-context): Handle headlines only
containing a statistics cookie.
* lisp/org.el (test-org/get-heading): Add regex capture group 6 for
statistics cookie.
(org-get-heading): Add NO-STATS argument, if
non-nil, will not return the statistics cookie.
* testing/lisp/test-org.el (test-org/get-heading): Add 3 tests using
the
NO-STATS argument.
This assumes statistics cookie is always located at the end of the
title, before the tags. This is not required by the syntax.
Syntax can evolve, but it could introduce many backward
incompatibilities, so it must be discussed first.
I wasn't sure about this. I don't remember ever seeing somebody putting
the
statistics cookie before the title but org-complex-heading-regexp-format
does support two position for the statistics cookie. Would adding
support
for the two locations to this patch make the review process faster?
I was just looking for a way to get a heading title without any
metadata.
Cheers.