Rudolf Adamkovič <[email protected]> writes: > The documentation for `org-use-speed-commands' says: > >> For example, to activate speed commands when the point is on any >> star at the beginning of the headline, you can do this: >> >> (setq org-use-speed-commands >> (lambda () (and (looking-at org-outline-regexp) (looking-back >> "^\**")))) > > It seems one of the escaping backslash characters in "^\**" was eaten.
Right. > + (setopt org-use-speed-commands Note that setopt is not yet available in Emacs 28. -- Ihor Radchenko // yantar92, Org mode maintainer, 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>
