[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Links in #+caption: lines
From: |
Thomas S. Dye |
Subject: |
Re: [O] Links in #+caption: lines |
Date: |
Thu, 04 Jun 2015 14:05:24 -1000 |
Rasmus <address@hidden> writes:
> In the patch I guess this is the passage you disagree with:
>
> + ((equal dc1 "+caption:")
> + (org-remove-flyspell-overlays-in (match-end 2) (match-end 0))
> + (remove-text-properties (match-beginning 0) (match-end 0)
> + '(display t invisible t intangible t))
> + (add-text-properties (match-beginning 1) (match-end 3)
> + '(font-lock-fontified t face org-meta-line))
> + (add-text-properties (match-beginning 6) (+ (match-end 6) 1)
> + '(font-lock-fontified t face org-block)))
>
> Perhaps it is possible to let normal fontification rule in region six
> above?
How would I change this so descriptive links are shown in #+caption:
lines?
All the best,
Tom
--
Thomas S. Dye
http://www.tsdye.com
- [O] Links in #+caption: lines, Thomas S. Dye, 2015/06/03
- Re: [O] Links in #+caption: lines, Rasmus, 2015/06/03
- Re: [O] Links in #+caption: lines, Thomas S. Dye, 2015/06/03
- Re: [O] Links in #+caption: lines, Rasmus, 2015/06/03
- Re: [O] Links in #+caption: lines,
Thomas S. Dye <=
- Re: [O] Links in #+caption: lines, Rasmus, 2015/06/05
- Re: [O] Links in #+caption: lines, Nicolas Goaziou, 2015/06/05
- Re: [O] Links in #+caption: lines, Thomas S. Dye, 2015/06/05
- Re: [O] Links in #+caption: lines, Rasmus, 2015/06/05
- Re: [O] Links in #+caption: lines, Nicolas Goaziou, 2015/06/09
- Re: [O] Links in #+caption: lines, Thomas S. Dye, 2015/06/09