* huge font in column view @ 2010-05-07 18:20 Eraldo Helal 2010-05-10 8:42 ` Sébastien Vauban 2010-05-10 8:49 ` Carsten Dominik 0 siblings, 2 replies; 10+ messages in thread From: Eraldo Helal @ 2010-05-07 18:20 UTC (permalink / raw) To: Org-Mode When I press 'C-c C-x C-c' on a headline in org-mode, I get into column view as expected, however the font is huuuge! I remember seeing the same sized font when starting emacs without my config file. I have set the font size for this very reason... but column mode seems to ignore it According to what I read, column view gets the font size from the 'default font'. Until now I thought I had changed the default font with '(set-face-attribute 'default nil :height 80)'. How else can I set the default font size? Or is the problem elsewhere? Greetings from Austria, Eraldo ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: huge font in column view 2010-05-07 18:20 huge font in column view Eraldo Helal @ 2010-05-10 8:42 ` Sébastien Vauban 2010-05-10 8:49 ` Carsten Dominik 1 sibling, 0 replies; 10+ messages in thread From: Sébastien Vauban @ 2010-05-10 8:42 UTC (permalink / raw) To: emacs-orgmode-mXXj517/zsQ Hi Eraldo, Eraldo Helal wrote: > When I press 'C-c C-x C-c' on a headline in org-mode, I get into column view > as expected, however the font is huuuge! > I remember seeing the same sized font when starting emacs without my config > file. > I have set the font size for this very reason... but column mode seems to > ignore it > > According to what I read, column view gets the font size from the 'default > font'. > Until now I thought I had changed the default font with '(set-face-attribute > 'default nil :height 80)'. > How else can I set the default font size? Or is the problem elsewhere? I have exactly the same problem: huge font in the table itself, normal font size for the header of the table. I've tried "everything": adding font size specs, and so on. Nothing did it for me... So, this is just to say you're not alone experiencing this problem. Best regards, Seb -- Sébastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: huge font in column view 2010-05-07 18:20 huge font in column view Eraldo Helal 2010-05-10 8:42 ` Sébastien Vauban @ 2010-05-10 8:49 ` Carsten Dominik 2010-05-10 9:53 ` Sébastien Vauban 2010-05-10 23:06 ` Eraldo Helal 1 sibling, 2 replies; 10+ messages in thread From: Carsten Dominik @ 2010-05-10 8:49 UTC (permalink / raw) To: Eraldo Helal; +Cc: Org-Mode On May 7, 2010, at 8:20 PM, Eraldo Helal wrote: > When I press 'C-c C-x C-c' on a headline in org-mode, I get into > column view as expected, however the font is huuuge! > I remember seeing the same sized font when starting emacs without my > config file. > I have set the font size for this very reason... but column mode > seems to ignore it > > According to what I read, column view gets the font size from the > 'default font'. > Until now I thought I had changed the default font with '(set-face- > attribute 'default nil :height 80)'. > How else can I set the default font size? Or is the problem elsewhere? > > Greetings from Austria, > Eraldo Hi Eraldo, what is the spec of the face org-column in your setup? Please read the docstring of that face and see if that helps you track down the problem. Does it make a difference to specify the size for org-column explicitly? - Carsten ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: huge font in column view 2010-05-10 8:49 ` Carsten Dominik @ 2010-05-10 9:53 ` Sébastien Vauban 2010-05-10 10:15 ` Carsten Dominik 2010-05-10 23:06 ` Eraldo Helal 1 sibling, 1 reply; 10+ messages in thread From: Sébastien Vauban @ 2010-05-10 9:53 UTC (permalink / raw) To: emacs-orgmode-mXXj517/zsQ Hi Carsten, Carsten Dominik wrote: > On May 7, 2010, at 8:20 PM, Eraldo Helal wrote: > >> When I press 'C-c C-x C-c' on a headline in org-mode, I get into column >> view as expected, however the font is huuuge! I remember seeing the same >> sized font when starting emacs without my config file. I have set the font >> size for this very reason... but column mode seems to ignore it >> >> According to what I read, column view gets the font size from the 'default >> font'. Until now I thought I had changed the default font with '(set-face- >> attribute 'default nil :height 80)'. How else can I set the default font >> size? Or is the problem elsewhere? > > what is the spec of the face org-column in your setup? Does it make a > difference to specify the size for org-column explicitly? As I said, I have the same problems. Though, I tried setting the size explicitly: --8<---------------cut here---------------start------------->8--- (org-column ((t (:background "gold" :height 80 :family "Consolas")))) (org-agenda-column-dateline ((t (:background "deep sky blue" :height 80 :family "Consolas")))) --8<---------------cut here---------------end--------------->8--- but it does not help. Best regards, Seb -- Sébastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Re: huge font in column view 2010-05-10 9:53 ` Sébastien Vauban @ 2010-05-10 10:15 ` Carsten Dominik 2010-05-10 11:10 ` Sébastien Vauban 0 siblings, 1 reply; 10+ messages in thread From: Carsten Dominik @ 2010-05-10 10:15 UTC (permalink / raw) To: Sébastien Vauban; +Cc: emacs-orgmode On May 10, 2010, at 11:53 AM, Sébastien Vauban wrote: > Hi Carsten, > > Carsten Dominik wrote: >> On May 7, 2010, at 8:20 PM, Eraldo Helal wrote: >> >>> When I press 'C-c C-x C-c' on a headline in org-mode, I get into >>> column >>> view as expected, however the font is huuuge! I remember seeing >>> the same >>> sized font when starting emacs without my config file. I have set >>> the font >>> size for this very reason... but column mode seems to ignore it >>> >>> According to what I read, column view gets the font size from the >>> 'default >>> font'. Until now I thought I had changed the default font with >>> '(set-face- >>> attribute 'default nil :height 80)'. How else can I set the >>> default font >>> size? Or is the problem elsewhere? >> >> what is the spec of the face org-column in your setup? Does it make a >> difference to specify the size for org-column explicitly? > > As I said, I have the same problems. > > Though, I tried setting the size explicitly: > > --8<---------------cut here---------------start------------->8--- > (org-column ((t (:background "gold" :height 80 :family "Consolas")))) > (org-agenda-column-dateline ((t (:background "deep sky blue" :height > 80 :family "Consolas")))) > --8<---------------cut here---------------end--------------->8--- > > but it does not help. What do you get if you do M-x describe-face on the following faces: default org-level-1 org-level-2 org-column ?? Are you talking about column view in the agenda or in an org file? - Carsten ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: huge font in column view 2010-05-10 10:15 ` Carsten Dominik @ 2010-05-10 11:10 ` Sébastien Vauban 2010-05-10 11:20 ` Carsten Dominik 0 siblings, 1 reply; 10+ messages in thread From: Sébastien Vauban @ 2010-05-10 11:10 UTC (permalink / raw) To: emacs-orgmode-mXXj517/zsQ Carsten, Carsten Dominik wrote: > On May 10, 2010, at 11:53 AM, Sébastien Vauban wrote: >> Carsten Dominik wrote: >>> On May 7, 2010, at 8:20 PM, Eraldo Helal wrote: >>> >>>> When I press 'C-c C-x C-c' on a headline in org-mode, I get into column >>>> view as expected, however the font is huuuge! I remember seeing the same >>>> sized font when starting emacs without my config file. I have set the >>>> font size for this very reason... but column mode seems to ignore it >>>> >>>> According to what I read, column view gets the font size from the >>>> 'default font'. Until now I thought I had changed the default font with >>>> '(set-face- attribute 'default nil :height 80)'. How else can I set the >>>> default font size? Or is the problem elsewhere? >>> >>> what is the spec of the face org-column in your setup? Does it make a >>> difference to specify the size for org-column explicitly? >> >> As I said, I have the same problems. >> >> Though, I tried setting the size explicitly: >> >> --8<---------------cut here---------------start------------->8--- >> (org-column ((t (:background "gold" :height 80 :family "Consolas")))) >> (org-agenda-column-dateline ((t (:background "deep sky blue" :height 80 >> :family "Consolas")))) >> --8<---------------cut here---------------end--------------->8--- >> >> but it does not help. > > What do you get if you do M-x describe-face on the following faces: > > default --8<---------------cut here---------------start------------->8--- Face: default (sample) (customize this face) Documentation: Basic default face. Family: Consolas Foundry: microsoft Width: normal Height: 79 Weight: normal Slant: normal Foreground: black Background: white Underline: nil Overline: nil Strike-through: nil Box: nil Inverse: nil Stipple: nil Font: #<font-object -microsoft-Consolas-normal-normal-normal-*-11-*-*-*-m-0-iso10646-1> Fontset: -microsoft-Consolas-normal-normal-normal-*-11-*-*-*-m-0-fontset-auto1 Inherit: nil --8<---------------cut here---------------end--------------->8--- > org-level-1 --8<---------------cut here---------------start------------->8--- Face: org-level-1 (sample) (customize this face) Documentation: Face used for level 1 headlines. Defined in `org-faces.el'. Family: Arial Foundry: unspecified Width: unspecified Height: 1.8 Weight: bold Slant: unspecified Foreground: cornflower blue Background: unspecified Underline: unspecified Overline: unspecified Strike-through: unspecified Box: unspecified Inverse: unspecified Stipple: unspecified Font: unspecified Fontset: unspecified Inherit: unspecified [back] --8<---------------cut here---------------end--------------->8--- > org-level-2 --8<---------------cut here---------------start------------->8--- Face: org-level-2 (sample) (customize this face) Documentation: Face used for level 2 headlines. Defined in `org-faces.el'. Family: Arial Foundry: unspecified Width: unspecified Height: 1.6 Weight: bold Slant: unspecified Foreground: LimeGreen Background: unspecified Underline: unspecified Overline: unspecified Strike-through: unspecified Box: unspecified Inverse: unspecified Stipple: unspecified Font: unspecified Fontset: unspecified Inherit: unspecified [back] --8<---------------cut here---------------end--------------->8--- > org-column --8<---------------cut here---------------start------------->8--- Face: org-column (sample) (customize this face) Documentation: Face for column display of entry properties. This is actually only part of the face definition for the text in column view. The following faces apply, with this priority. 1. The color of the reference face. This is normally the level fact that is used in the outline. In agenda-mode, it will be the face of the first character in the line. The color is explicitly retained to make sure that the column line still looks a bit like the structure line it is masking. 2. The `org-column' face. 3. The remaining properties of the reference face. Since column view works by putting overlays with a display property over individual characters in the buffer, the face of the underlining character (this might for example be the a TODO keyword) might still shine through in some properties. So when your column view looks funny, with "random" colors, weight, strike-through, try to explicitly set the properties in the `org-column' face. For example, set :underline to nil, or the :slant to `normal'. Under XEmacs, the rules are simpler, because the XEmacs version of column view defines special faces for each outline level. See the file `org-colview-xemacs.el' for details. Defined in `org-faces.el'. Family: DejaVu Sans Mono Foundry: unspecified Width: unspecified Height: 122 Weight: unspecified Slant: unspecified Foreground: unspecified Background: gold Underline: unspecified Overline: unspecified Strike-through: unspecified Box: unspecified Inverse: unspecified Stipple: unspecified Font: unspecified Fontset: unspecified Inherit: unspecified [back] --8<---------------cut here---------------end--------------->8--- and for `org-agenda-column-dateline': --8<---------------cut here---------------start------------->8--- Face: org-agenda-column-dateline (sample) (customize this face) Documentation: Face used in agenda column view for datelines with summaries. Defined in `org-faces.el'. Family: Consolas Foundry: unspecified Width: unspecified Height: 80 Weight: unspecified Slant: unspecified Foreground: unspecified Background: deep sky blue Underline: unspecified Overline: unspecified Strike-through: unspecified Box: unspecified Inverse: unspecified Stipple: unspecified Font: unspecified Fontset: unspecified Inherit: unspecified [back] --8<---------------cut here---------------end--------------->8--- In summary, the problem is -- from my point of view -- that the face specification (in my color-theme) is not honored: - org-column is NOT Consolas - org-column is NOT 80 in height (8pt, if I correctly get that the unit is 1/10 of point) > Are you talking about column view in the agenda or in an org file? Both... Header line `ITEM | TODO | PRI | TAGS' is much narrower than the "normal" rows. Best regards, Seb -- Sébastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Re: huge font in column view 2010-05-10 11:10 ` Sébastien Vauban @ 2010-05-10 11:20 ` Carsten Dominik 2010-05-11 7:21 ` Sébastien Vauban 0 siblings, 1 reply; 10+ messages in thread From: Carsten Dominik @ 2010-05-10 11:20 UTC (permalink / raw) To: Sébastien Vauban; +Cc: emacs-orgmode Hi Sebastian, well, you org-column face says that it wants to be 122/10 points, so that is already relatively big. It is possible (but I am not sure) that the factor 1.8 you have set for level on faces still shines through as well, but I don't think this should be the case. You need to find out how the 122 gets into the definition for org- column. - Carsten On May 10, 2010, at 1:10 PM, Sébastien Vauban wrote: > Carsten, > > Carsten Dominik wrote: >> On May 10, 2010, at 11:53 AM, Sébastien Vauban wrote: >>> Carsten Dominik wrote: >>>> On May 7, 2010, at 8:20 PM, Eraldo Helal wrote: >>>> >>>>> When I press 'C-c C-x C-c' on a headline in org-mode, I get into >>>>> column >>>>> view as expected, however the font is huuuge! I remember seeing >>>>> the same >>>>> sized font when starting emacs without my config file. I have >>>>> set the >>>>> font size for this very reason... but column mode seems to >>>>> ignore it >>>>> >>>>> According to what I read, column view gets the font size from the >>>>> 'default font'. Until now I thought I had changed the default >>>>> font with >>>>> '(set-face- attribute 'default nil :height 80)'. How else can I >>>>> set the >>>>> default font size? Or is the problem elsewhere? >>>> >>>> what is the spec of the face org-column in your setup? Does it >>>> make a >>>> difference to specify the size for org-column explicitly? >>> >>> As I said, I have the same problems. >>> >>> Though, I tried setting the size explicitly: >>> >>> --8<---------------cut here---------------start------------->8--- >>> (org-column ((t (:background "gold" :height 80 :family >>> "Consolas")))) >>> (org-agenda-column-dateline ((t (:background "deep sky >>> blue" :height 80 >>> :family "Consolas")))) >>> --8<---------------cut here---------------end--------------->8--- >>> >>> but it does not help. >> >> What do you get if you do M-x describe-face on the following faces: >> >> default > > --8<---------------cut here---------------start------------->8--- > Face: default (sample) (customize this face) > > Documentation: > Basic default face. > > Family: Consolas > Foundry: microsoft > Width: normal > Height: 79 > Weight: normal > Slant: normal > Foreground: black > Background: white > Underline: nil > Overline: nil > Strike-through: nil > Box: nil > Inverse: nil > Stipple: nil > Font: #<font-object -microsoft-Consolas-normal-normal- > normal-*-11-*-*-*-m-0-iso10646-1> > Fontset: -microsoft-Consolas-normal-normal-normal-*-11-*-*-*- > m-0-fontset-auto1 > Inherit: nil > --8<---------------cut here---------------end--------------->8--- > > >> org-level-1 > > --8<---------------cut here---------------start------------->8--- > Face: org-level-1 (sample) (customize this face) > > Documentation: > Face used for level 1 headlines. > > Defined in `org-faces.el'. > > Family: Arial > Foundry: unspecified > Width: unspecified > Height: 1.8 > Weight: bold > Slant: unspecified > Foreground: cornflower blue > Background: unspecified > Underline: unspecified > Overline: unspecified > Strike-through: unspecified > Box: unspecified > Inverse: unspecified > Stipple: unspecified > Font: unspecified > Fontset: unspecified > Inherit: unspecified > > [back] > --8<---------------cut here---------------end--------------->8--- > > >> org-level-2 > > --8<---------------cut here---------------start------------->8--- > Face: org-level-2 (sample) (customize this face) > > Documentation: > Face used for level 2 headlines. > > Defined in `org-faces.el'. > > Family: Arial > Foundry: unspecified > Width: unspecified > Height: 1.6 > Weight: bold > Slant: unspecified > Foreground: LimeGreen > Background: unspecified > Underline: unspecified > Overline: unspecified > Strike-through: unspecified > Box: unspecified > Inverse: unspecified > Stipple: unspecified > Font: unspecified > Fontset: unspecified > Inherit: unspecified > > [back] > --8<---------------cut here---------------end--------------->8--- > > >> org-column > > --8<---------------cut here---------------start------------->8--- > Face: org-column (sample) (customize this face) > > Documentation: > Face for column display of entry properties. > This is actually only part of the face definition for the text in > column view. > The following faces apply, with this priority. > > 1. The color of the reference face. This is normally the level fact > that > is used in the outline. In agenda-mode, it will be the face of the > first character in the line. The color is explicitly retained to > make sure that the column line still looks a bit like the structure > line it is masking. > > 2. The `org-column' face. > > 3. The remaining properties of the reference face. > > Since column view works by putting overlays with a display property > over individual characters in the buffer, the face of the underlining > character (this might for example be the a TODO keyword) might still > shine through in some properties. So when your column view looks > funny, with "random" colors, weight, strike-through, try to explicitly > set the properties in the `org-column' face. For example, set > :underline to nil, or the :slant to `normal'. > > Under XEmacs, the rules are simpler, because the XEmacs version of > column view defines special faces for each outline level. See the > file > `org-colview-xemacs.el' for details. > > Defined in `org-faces.el'. > > Family: DejaVu Sans Mono > Foundry: unspecified > Width: unspecified > Height: 122 > Weight: unspecified > Slant: unspecified > Foreground: unspecified > Background: gold > Underline: unspecified > Overline: unspecified > Strike-through: unspecified > Box: unspecified > Inverse: unspecified > Stipple: unspecified > Font: unspecified > Fontset: unspecified > Inherit: unspecified > > [back] > --8<---------------cut here---------------end--------------->8--- > > and for `org-agenda-column-dateline': > > --8<---------------cut here---------------start------------->8--- > Face: org-agenda-column-dateline (sample) (customize this face) > > Documentation: > Face used in agenda column view for datelines with summaries. > > Defined in `org-faces.el'. > > Family: Consolas > Foundry: unspecified > Width: unspecified > Height: 80 > Weight: unspecified > Slant: unspecified > Foreground: unspecified > Background: deep sky blue > Underline: unspecified > Overline: unspecified > Strike-through: unspecified > Box: unspecified > Inverse: unspecified > Stipple: unspecified > Font: unspecified > Fontset: unspecified > Inherit: unspecified > > [back] > --8<---------------cut here---------------end--------------->8--- > > > In summary, the problem is -- from my point of view -- that the face > specification (in my color-theme) is not honored: > > - org-column is NOT Consolas > - org-column is NOT 80 in height (8pt, if I correctly get that the > unit is > 1/10 of point) > > >> Are you talking about column view in the agenda or in an org file? > > Both... > > Header line `ITEM | TODO | PRI | TAGS' is much narrower than the > "normal" > rows. > > Best regards, > Seb > > -- > Sébastien Vauban > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: huge font in column view 2010-05-10 11:20 ` Carsten Dominik @ 2010-05-11 7:21 ` Sébastien Vauban 2010-05-11 7:23 ` Carsten Dominik 0 siblings, 1 reply; 10+ messages in thread From: Sébastien Vauban @ 2010-05-11 7:21 UTC (permalink / raw) To: emacs-orgmode-mXXj517/zsQ Hi Carsten, Carsten Dominik wrote: >> Carsten Dominik wrote: >>> On May 10, 2010, at 11:53 AM, Sébastien Vauban wrote: >>>> Carsten Dominik wrote: >>>>> On May 7, 2010, at 8:20 PM, Eraldo Helal wrote: >>>>>> When I press 'C-c C-x C-c' on a headline in org-mode, I get into column >>>>>> view as expected, however the font is huuuge! I remember seeing the >>>>>> same sized font when starting emacs without my config file. I have set >>>>>> the font size for this very reason... but column mode seems to ignore >>>>>> it >>>>> >>>>> what is the spec of the face org-column in your setup? Does it make a >>>>> difference to specify the size for org-column explicitly? >>>> >>>> I tried setting the size explicitly: >>>> >>>> --8<---------------cut here---------------start------------->8--- >>>> (org-column ((t (:background "gold" :height 80 :family "Consolas")))) >>>> (org-agenda-column-dateline ((t (:background "deep sky blue" :height 80 >>>> :family "Consolas")))) >>>> --8<---------------cut here---------------end--------------->8--- >>>> >>>> but it does not help. >>> >>> What do you get if you do M-x describe-face on the following faces: >>> >>> default >> >> --8<---------------cut here---------------start------------->8--- >> Face: default (sample) (customize this face) >> >> Family: Consolas >> Foundry: microsoft >> Height: 79 >> Font: #<font-object -microsoft-Consolas-normal-normal- >> normal-*-11-*-*-*-m-0-iso10646-1> >> Fontset: -microsoft-Consolas-normal-normal-normal-*-11-*-*-*- >> m-0-fontset-auto1 >> --8<---------------cut here---------------end--------------->8--- >> >> >>> org-level-1 >> >> --8<---------------cut here---------------start------------->8--- >> Face: org-level-1 (sample) (customize this face) >> >> Family: Arial >> Height: 1.8 >> Weight: bold >> --8<---------------cut here---------------end--------------->8--- >> >> >>> org-level-2 >> >> --8<---------------cut here---------------start------------->8--- >> Face: org-level-2 (sample) (customize this face) >> >> Family: Arial >> Height: 1.6 >> Weight: bold >> --8<---------------cut here---------------end--------------->8--- >> >> >>> org-column >> >> --8<---------------cut here---------------start------------->8--- >> Face: org-column (sample) (customize this face) >> >> Family: DejaVu Sans Mono >> Height: 122 >> --8<---------------cut here---------------end--------------->8--- >> >> In summary, the problem is -- from my point of view -- that the face >> specification (in my color-theme) is not honored: >> >> - org-column is NOT Consolas >> - org-column is NOT 80 in height (8pt, if I correctly get that the unit is >> 1/10 of point) >> >> >>> Are you talking about column view in the agenda or in an org file? >> >> Both... >> >> Header line `ITEM | TODO | PRI | TAGS' is much narrower than the "normal" >> rows. > > well, you org-column face says that it wants to be 122/10 points, so that is > already relatively big. It is possible (but I am not sure) that the factor > 1.8 you have set for level on faces still shines through as well, but I > don't think this should be the case. > > You need to find out how the 122 gets into the definition for org- column. I have scanned all the potential files for `122' and `DejaVu': my `.emacs' file, and my `color-theme' (published a couple of days ago on this same mailing list). No trace... I have no idea how that face is selected. For example, the only face I'm using throughout my Emacs daily use, everywhere, is `Consolas'. It's the `default', and the only other families I'm using are `Arial' and `Sans Serif' -- though, for faces that have nothing to do with Org. I'm clueless. Best regards, Seb -- Sébastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Re: huge font in column view 2010-05-11 7:21 ` Sébastien Vauban @ 2010-05-11 7:23 ` Carsten Dominik 0 siblings, 0 replies; 10+ messages in thread From: Carsten Dominik @ 2010-05-11 7:23 UTC (permalink / raw) To: Sébastien Vauban; +Cc: emacs-orgmode On May 11, 2010, at 9:21 AM, Sébastien Vauban wrote: > Hi Carsten, > > Carsten Dominik wrote: >>> Carsten Dominik wrote: >>>> On May 10, 2010, at 11:53 AM, Sébastien Vauban wrote: >>>>> Carsten Dominik wrote: >>>>>> On May 7, 2010, at 8:20 PM, Eraldo Helal wrote: >>>>>>> When I press 'C-c C-x C-c' on a headline in org-mode, I get >>>>>>> into column >>>>>>> view as expected, however the font is huuuge! I remember >>>>>>> seeing the >>>>>>> same sized font when starting emacs without my config file. I >>>>>>> have set >>>>>>> the font size for this very reason... but column mode seems to >>>>>>> ignore >>>>>>> it >>>>>> >>>>>> what is the spec of the face org-column in your setup? Does it >>>>>> make a >>>>>> difference to specify the size for org-column explicitly? >>>>> >>>>> I tried setting the size explicitly: >>>>> >>>>> --8<---------------cut here---------------start------------->8--- >>>>> (org-column ((t (:background "gold" :height 80 :family >>>>> "Consolas")))) >>>>> (org-agenda-column-dateline ((t (:background "deep sky >>>>> blue" :height 80 >>>>> :family "Consolas")))) >>>>> --8<---------------cut here---------------end--------------->8--- >>>>> >>>>> but it does not help. >>>> >>>> What do you get if you do M-x describe-face on the following faces: >>>> >>>> default >>> >>> --8<---------------cut here---------------start------------->8--- >>> Face: default (sample) (customize this face) >>> >>> Family: Consolas >>> Foundry: microsoft >>> Height: 79 >>> Font: #<font-object -microsoft-Consolas-normal-normal- >>> normal-*-11-*-*-*-m-0-iso10646-1> >>> Fontset: -microsoft-Consolas-normal-normal-normal-*-11-*-*-*- >>> m-0-fontset-auto1 >>> --8<---------------cut here---------------end--------------->8--- >>> >>> >>>> org-level-1 >>> >>> --8<---------------cut here---------------start------------->8--- >>> Face: org-level-1 (sample) (customize this face) >>> >>> Family: Arial >>> Height: 1.8 >>> Weight: bold >>> --8<---------------cut here---------------end--------------->8--- >>> >>> >>>> org-level-2 >>> >>> --8<---------------cut here---------------start------------->8--- >>> Face: org-level-2 (sample) (customize this face) >>> >>> Family: Arial >>> Height: 1.6 >>> Weight: bold >>> --8<---------------cut here---------------end--------------->8--- >>> >>> >>>> org-column >>> >>> --8<---------------cut here---------------start------------->8--- >>> Face: org-column (sample) (customize this face) >>> >>> Family: DejaVu Sans Mono >>> Height: 122 >>> --8<---------------cut here---------------end--------------->8--- >>> >>> In summary, the problem is -- from my point of view -- that the face >>> specification (in my color-theme) is not honored: >>> >>> - org-column is NOT Consolas >>> - org-column is NOT 80 in height (8pt, if I correctly get that the >>> unit is >>> 1/10 of point) >>> >>> >>>> Are you talking about column view in the agenda or in an org file? >>> >>> Both... >>> >>> Header line `ITEM | TODO | PRI | TAGS' is much narrower than the >>> "normal" >>> rows. >> >> well, you org-column face says that it wants to be 122/10 points, >> so that is >> already relatively big. It is possible (but I am not sure) that the >> factor >> 1.8 you have set for level on faces still shines through as well, >> but I >> don't think this should be the case. >> >> You need to find out how the 122 gets into the definition for org- >> column. > > I have scanned all the potential files for `122' and `DejaVu': my > `.emacs' > file, and my `color-theme' (published a couple of days ago on this > same > mailing list). No trace... > > I have no idea how that face is selected. For example, the only face > I'm using > throughout my Emacs daily use, everywhere, is `Consolas'. It's the > `default', > and the only other families I'm using are `Arial' and `Sans Serif' > -- though, > for faces that have nothing to do with Org. > > I'm clueless. Me too. Maybe you need to go to the Emacs forums? - Carsten ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: huge font in column view 2010-05-10 8:49 ` Carsten Dominik 2010-05-10 9:53 ` Sébastien Vauban @ 2010-05-10 23:06 ` Eraldo Helal 1 sibling, 0 replies; 10+ messages in thread From: Eraldo Helal @ 2010-05-10 23:06 UTC (permalink / raw) To: Carsten Dominik; +Cc: Org-Mode Carsten Dominik <carsten.dominik@gmail.com> writes: > Hi Eraldo, > > what is the spec of the face org-column in your setup? Font: DejaVu Sans Mono Height in 1/10 pt: 120 > Please read the docstring of that face and see if that helps > you track down the problem. Does it make a difference to > specify the size for org-column explicitly? Yes it does. I have set '(set-face-attribute 'default nil :height 80)' in my .emacs because I thought that changes the default font size (on which the others are based on). If that does not change it, how else can I change the default font size (preferably without changing/defining the font family). Thank you for that hint. Greetings from Austria, Eraldo ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2010-05-11 7:24 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-05-07 18:20 huge font in column view Eraldo Helal 2010-05-10 8:42 ` Sébastien Vauban 2010-05-10 8:49 ` Carsten Dominik 2010-05-10 9:53 ` Sébastien Vauban 2010-05-10 10:15 ` Carsten Dominik 2010-05-10 11:10 ` Sébastien Vauban 2010-05-10 11:20 ` Carsten Dominik 2010-05-11 7:21 ` Sébastien Vauban 2010-05-11 7:23 ` Carsten Dominik 2010-05-10 23:06 ` Eraldo Helal
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).