[O] [PATCH] Change fontification order for links

2012-11-16 Thread Christophe Junke
* lisp/org.el (org-set-font-lock-defaults): let footnote fontifications be done before other links' fontification. This allows links appearing inside footnotes to be both visible and active. TINYCHANGE --- lisp/org.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp

[O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-07-29 Thread Christophe Junke
* lisp/org-agenda.el (org-agenda-list): ensures that the list returned by org-agenda-add-time-grid-maybe is appended to rtnall before checking if the latter is emtpy. In the case where rtnall is empty (no item for current day), we do not call org-agenda-add-time-grid-maybe. This seems bogus becau

[O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Christophe Junke
"\n")) (put-text-property s (1- (point)) 'day d) (put-text-property s (1- (point)) 'org-day-cnt day-cnt -- 1.7.10.2.484.gcd07cc5 From 5b1b0603ac72f8482c03596a4dadcc6692852503 Mon Sep 17 00:00:00 2001 From: Christophe Junke Date: Fri, 25 May 2

[O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Christophe Junke
(put-text-property s (1- (point)) 'day d) (put-text-property s (1- (point)) 'org-day-cnt day-cnt -- 1.7.10.2.484.gcd07cc5 From 5b1b0603ac72f8482c03596a4dadcc6692852503 Mon Sep 17 00:00:00 2001 From: Christophe Junke Date: Fri, 25 May 2012 11:40:47 +0200 Subject: