branch: externals/org commit a7a69b954c2f9528c2eb7e583df89c1a2ea966bc Author: Marco Wahl <marcowahls...@gmail.com> Commit: Marco Wahl <marcowahls...@gmail.com>
org: Simplify doc * lisp/org.el (org-end-of-meta-data): Drop unnecessary part around "regular drawer". Issue reported by Tom Davey. https://orgmode.org/list/014801d7aa5c$c9057450$5b105cf0$@tomdavey.com --- lisp/org.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index d6d9c4f..332188d 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -20714,8 +20714,7 @@ When optional argument FULL is t, also skip planning information, clocking lines and any kind of drawer. When FULL is non-nil but not t, skip planning information, -clocking lines and only non-regular drawers, i.e. properties and -logbook drawers." +properties, clocking lines and logbook drawers." (org-back-to-heading t) (forward-line) ;; Skip planning information.