You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dodona2 The deprecation message is certainly unclear – you can remove the call around the regeix. The regex is still necessary, but Emacs now supports that regex style directly. It previously (Emacs 23?) needed to have the [:alnum:] expanded before Emacs could parse it.
--> causes
epresent.el: Warning: ‘org-re’ is an obsolete macro (as of 9.0); you can safely remove it.
--> however on removing
(org-re "^\\*+.*?\\([ \t]+:[[:alnum:]_@#%:]+:\\)[ \r\n]")
--> causes all the bullets are missing
The text was updated successfully, but these errors were encountered: