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
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
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)
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