Re: [O] default face org-column

2013-06-28 Thread Carsten Dominik
Hi Xiao-Yong, I have applied this patch, thank you. - Carsten On 28.6.2013, at 06:55, Xiao-Yong Jin wrote: > On Jun 1, 2013, at 3:17 PM, Carsten Dominik wrote: > >> Hi Xiao, >> >> I remember that I struggled with the problem that I had to make sure that >> column view used a fixed-width fa

Re: [O] default face org-column

2013-06-27 Thread Xiao-Yong Jin
On Jun 1, 2013, at 3:17 PM, Carsten Dominik wrote: > Hi Xiao, > > I remember that I struggled with the problem that I had to make sure that > column view used a fixed-width face - and this was the solution that worked - > not a particular pretty one, admittedly. > > Do you have an idea on how

Re: [O] default face org-column

2013-05-31 Thread Carsten Dominik
On 30.5.2013, at 04:43, Xiao-Yong Jin wrote: > Hi, > > In org-faces.el, > > (when (fboundp 'set-face-attribute) > ;; Make sure that a fixed-width face is used when we have a column table. > (set-face-attribute 'org-column nil > :height (face-attribute 'default :height)

[O] default face org-column

2013-05-29 Thread Xiao-Yong Jin
Hi, In org-faces.el, (when (fboundp 'set-face-attribute) ;; Make sure that a fixed-width face is used when we have a column table. (set-face-attribute 'org-column nil :height (face-attribute 'default :height) :family (face-attribute 'default :family