emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Michael Brand <michael.ch.brand@gmail.com>
To: Bastien <bzg@altern.org>
Cc: Org Mode <emacs-orgmode@gnu.org>, sergio <mailbox@sergio.spb.ru>
Subject: Re: org-column face
Date: Tue, 3 Jan 2012 08:21:44 +0100	[thread overview]
Message-ID: <CALn3zoha-GOYYpvkKdcToYS-g0sxsik52L7PWnVe-j51=rtZUw@mail.gmail.com> (raw)
In-Reply-To: <8739bx6hy5.fsf@gnu.org>

Hi Bastien

Setting org-column-face did not solve my issues (and in my opinion
should be avoided if possible) but helped me to find out that the
problem is either set-frame-font too late in my large setup or the use
of default-frame-alist even when at the first place. This minimal
setup works for all use cases mentioned earlier:

(set-frame-font "DejaVu Sans Mono-12")
(add-to-list 'load-path "/f/git/org-mode/lisp/")
(require 'org-install)
(require 'org)

Now I am a bit confused why the above works but not

(add-to-list 'default-frame-alist '(font . "DejaVu Sans Mono-12"))
(add-to-list 'load-path "/f/git/org-mode/lisp/")
(require 'org-install)
(require 'org)

because the Emacs info manual mentions default-frame-alist but not
set-frame-font.

Michael

On Mon, Jan 2, 2012 at 20:08, Bastien <bzg@altern.org> wrote:
> Michael Brand <michael.ch.brand@gmail.com> writes:
>
>> What is the right way for the setup to get all this working?
>
> The default face for the column view is DeJa Sans Mono for me,
> working fine.
>
> Are things okay by just setting the face with
>
>  M-x customize-face RET org-column RET
>
> then picking up the font family of your choice?

  reply	other threads:[~2012-01-03  7:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-14 14:25 org-column face sergio
2011-12-14 15:15 ` sergio
2011-12-15 14:25   ` Michael Brand
2012-01-02 19:08     ` Bastien
2012-01-03  7:21       ` Michael Brand [this message]
2012-01-04 10:32         ` Bastien
2012-01-05 17:14           ` Michael Brand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALn3zoha-GOYYpvkKdcToYS-g0sxsik52L7PWnVe-j51=rtZUw@mail.gmail.com' \
    --to=michael.ch.brand@gmail.com \
    --cc=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=mailbox@sergio.spb.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).