emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] 'foo' in '# [[foo]]' not underlined


From: Samuel Wales
Subject: Re: [O] 'foo' in '# [[foo]]' not underlined
Date: Tue, 21 Aug 2018 15:10:45 -0700

  ;; make links in org comments fontified
  (highlight-regexp org-any-link-re 'org-link)
  ;; fixme maybe a different re here
  (highlight-regexp org-ts-regexp3 'org-date)
  ;; fixme in comments -- fixme refactor
  ;; fixme is this needed?
  (highlight-regexp "fixme" 'red)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]