From: Michael Brand <michael.ch.brand@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Cc: sergio <mailbox@sergio.spb.ru>
Subject: Re: org-column face
Date: Thu, 15 Dec 2011 15:25:28 +0100 [thread overview]
Message-ID: <CALn3zoiwTr+cwQa7SG2Z0d_2wWqdH+Hqr4REWu6yY61atsscxg@mail.gmail.com> (raw)
In-Reply-To: <4EE8BD77.1060801@sergio.spb.ru>
Hi all
On Wed, Dec 14, 2011 at 16:15, sergio <mailbox@sergio.spb.ru> wrote:
> (setq default-frame-alist '(
> ...
> (font . "terminus-10")
> ...
> ))
Thank you for this hint. Changing my setup from set-frame-font to
default-frame-alist now helps me to get the desired font for
org-culumn-face for the case when I open a file /tmp/test.org manually
after
emacs -q -l /tmp/font.el
But when I open the file with
emacs -q -l /tmp/font.el /tmp/test.org
then the original default font is still in effect for org-column-face
unexpectedly. The only difference in "C-u C-x =" is the <size> in the
line
xft:-unknown-DejaVu Sans
Mono-normal-normal-normal-*-<size>-*-*-*-m-0-iso10646-1 (#x03)
The above comparison was GNU Emacs 23.1.1 with both original
org-version 6.21b or both my current Org release_7.7-537-g7e31.dirty
and a minimal /tmp/font.el:
(add-to-list 'default-frame-alist '(font . "DejaVu Sans Mono-12"))
;; optionally comment this out
(add-to-list 'load-path "/f/git/org-mode/lisp/")
(require 'org-install)
What I don't understand too: When I append (require 'org) to (require
'org-install) then also "emacs -q -l /tmp/font.el" does not work any
more again.
What is the right way for the setup to get all this working?
Michael
next prev parent reply other threads:[~2011-12-15 14:25 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 [this message]
2012-01-02 19:08 ` Bastien
2012-01-03 7:21 ` Michael Brand
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=CALn3zoiwTr+cwQa7SG2Z0d_2wWqdH+Hqr4REWu6yY61atsscxg@mail.gmail.com \
--to=michael.ch.brand@gmail.com \
--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).