-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Line: 411
;; hide tags
(when epresent-hide-tags
(goto-char (point-min))
(while (re-search-forward
(org-re "^\\*+.*?\\([ \t]+:[[:alnum:]_@#%:]+:\\)[ \r\n]")
nil t)
(push (make-overlay (match-beginning 1) (match-end 1)) epresent-overlays)
(overlay-put (car epresent-overlays) 'invisible 'epresent-hide)))
--> 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
Metadata
Metadata
Assignees
Labels
No labels