Re: [QUESTION] Org "customid" and "coderef" links seems not fontified as other file: link

2021-01-04 Thread miles christopher
Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> Bump this thread, hi, Nicolas, any thoughts or update about this? >> >> stardiviner writes: >> >>> I have following minimal testing code: >>> >>> #+begin_src emacs-lisp >>> (defun org-link-beautify (start end path bracketp) >>> "

Re: [QUESTION] Org "customid" and "coderef" links seems not fontified as other file: link

2021-01-04 Thread Nicolas Goaziou
Hello, stardiviner writes: > Bump this thread, hi, Nicolas, any thoughts or update about this? > > stardiviner writes: > >> I have following minimal testing code: >> >> #+begin_src emacs-lisp >> (defun org-link-beautify (start end path bracketp) >> "Display icon for the Org link type." >> (

Re: [QUESTION] Org "customid" and "coderef" links seems not fontified as other file: link

2020-12-23 Thread stardiviner
Bump this thread, hi, Nicolas, any thoughts or update about this? stardiviner writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > > I have following minimal testing code: > > #+begin_src emacs-lisp > (defun org-link-beautify (start end path bracketp) > "Display icon for the Org l

Re: [QUESTION] Org "customid" and "coderef" links seems not fontified as other file: link

2020-05-22 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> I have following minimal testing code: >> >> #+begin_src emacs-lisp >> (defun org-link-beautify (start end path bracketp) >> "Display icon for the Org link type." >> (message >>

Re: [QUESTION] Org "customid" and "coderef" links seems not fontified as other file: link

2020-05-22 Thread Nicolas Goaziou
Hello, stardiviner writes: > I have following minimal testing code: > > #+begin_src emacs-lisp > (defun org-link-beautify (start end path bracketp) > "Display icon for the Org link type." > (message >(format "start: %s, end: %s, path: %s, bracketp: %s" start end path > bracketp))) > > (

[QUESTION] Org "customid" and "coderef" links seems not fontified as other file: link

2020-05-21 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I have following minimal testing code: #+begin_src emacs-lisp (defun org-link-beautify (start end path bracketp) "Display icon for the Org link type." (message (format "start: %s, end: %s, path: %s, bracketp: %s" start end path bracketp)))