* 'foo' in '# [[foo]]' not underlined
@ 2018-07-04 5:37 Alain.Cochard
2018-07-04 7:23 ` Eric S Fraga
0 siblings, 1 reply; 5+ messages in thread
From: Alain.Cochard @ 2018-07-04 5:37 UTC (permalink / raw)
To: emacs-orgmode
Hello.
In the comment line
# [[foo]]
there is only 'foo' which remains visible (which I understand), but
'foo' is not even underlined. I wonder if this is normal, especially
since, in the following contruct:
#+BEGIN_COMMENT
[[foo]]
#+END_COMMENT
'foo' is underlined.
Regards
--
EOST (École et Observatoire des Sciences de la Terre)
IPG (Institut de Physique du Globe) | alain.cochard@unistra.fr
5 rue René Descartes [bureau 106] | Phone: +33 (0)3 68 85 50 44
F-67084 Strasbourg Cedex, France | Fax: +33 (0)3 68 85 01 25
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 'foo' in '# [[foo]]' not underlined
2018-07-04 5:37 'foo' in '# [[foo]]' not underlined Alain.Cochard
@ 2018-07-04 7:23 ` Eric S Fraga
2018-08-21 19:28 ` Nicolas Goaziou
0 siblings, 1 reply; 5+ messages in thread
From: Eric S Fraga @ 2018-07-04 7:23 UTC (permalink / raw)
To: Alain.Cochard; +Cc: emacs-orgmode
On Wednesday, 4 Jul 2018 at 07:37, Alain.Cochard@unistra.fr wrote:
> Hello.
>
> In the comment line
>
> # [[foo]]
>
> there is only 'foo' which remains visible (which I understand), but
> 'foo' is not even underlined.
This is probably because the face for comment lines overrides the face
for links? I see the same behaviour.
--
Eric S Fraga via Emacs 27.0.50, Org release_9.1.13-850-g5c376a
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 'foo' in '# [[foo]]' not underlined
2018-07-04 7:23 ` Eric S Fraga
@ 2018-08-21 19:28 ` Nicolas Goaziou
2018-08-21 22:04 ` Samuel Wales
0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Goaziou @ 2018-08-21 19:28 UTC (permalink / raw)
To: Alain.Cochard; +Cc: emacs-orgmode
Hello,
Eric S Fraga <esflists@gmail.com> writes:
> On Wednesday, 4 Jul 2018 at 07:37, Alain.Cochard@unistra.fr wrote:
>> Hello.
>>
>> In the comment line
>>
>> # [[foo]]
>>
>> there is only 'foo' which remains visible (which I understand), but
>> 'foo' is not even underlined.
>
> This is probably because the face for comment lines overrides the face
> for links? I see the same behaviour.
Indeed. If any volunteer wants to tweak the fontification code. Here be
dragons...
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 'foo' in '# [[foo]]' not underlined
2018-08-21 19:28 ` Nicolas Goaziou
@ 2018-08-21 22:04 ` Samuel Wales
2018-08-21 22:10 ` Samuel Wales
0 siblings, 1 reply; 5+ messages in thread
From: Samuel Wales @ 2018-08-21 22:04 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: emacs-orgmode, Alain.Cochard
On 8/21/18, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Indeed. If any volunteer wants to tweak the fontification code. Here be
> dragons...
i know it is possible at least as a kludge, because in maint, links in
comments show and work. that's probably because i have a hook that
highlights them or something.
dunno where it is in my .emacs though.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 'foo' in '# [[foo]]' not underlined
2018-08-21 22:04 ` Samuel Wales
@ 2018-08-21 22:10 ` Samuel Wales
0 siblings, 0 replies; 5+ messages in thread
From: Samuel Wales @ 2018-08-21 22:10 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: emacs-orgmode, Alain.Cochard
;; 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)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-08-21 22:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-04 5:37 'foo' in '# [[foo]]' not underlined Alain.Cochard
2018-07-04 7:23 ` Eric S Fraga
2018-08-21 19:28 ` Nicolas Goaziou
2018-08-21 22:04 ` Samuel Wales
2018-08-21 22:10 ` Samuel Wales
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).