From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: Calendar-like view of the org-agenda Date: Sun, 17 Jul 2011 20:59:19 +0200 Message-ID: <87tyakybqw.fsf@gmail.com> References: <87pqlu5quz.fsf@gnu.org> <87zkky48ol.wl%markert.michael@googlemail.com> <87tyb2qs39.fsf@isil.kanru.info> <8762nigeuk.wl%markert.michael@googlemail.com> <878vsdw0m8.fsf@gnu.org> <87vcvf3bws.fsf@mean.albasani.net> <20110709132422.1EFCC13C54B@vps1.kiwanami.net> <808vs77bey.fsf@somewhere.org> <8762n6x8f6.fsf@member.fsf.org> <20110717170131.A1BC813C517@vps1.kiwanami.net> <8762n0ep67.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiWXM-0002MH-Ii for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 14:57:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QiWXL-0005h9-3H for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 14:57:56 -0400 Received: from lo.gmane.org ([80.91.229.12]:59692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiWXK-0005gz-Ht for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 14:57:54 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QiWXI-0002TF-JX for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 20:57:52 +0200 Received: from 0x555293e1.adsl.cybercity.dk ([85.82.147.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Jul 2011 20:57:52 +0200 Received: from rasmus by 0x555293e1.adsl.cybercity.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Jul 2011 20:57:52 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rasmus writes: > Is is somehow possible to change the font family used in Calfw windows > only? Hardly perfect, the following let me change the font used in Calfw sessions. It seems rather fragile, though as it only seems to work with `:height 90'. Obviously there is a more fundamental problem that I ought to address. #begin_src emacs-lisp (add-hook 'cfw:calendar-mode-hook '(lambda () ;; (local-set-key (kbd "q") 'kill-this-buffer) (buffer-face-set '(:family "monofur" :height 90)) )) (setq cfw:fchar-junction ?╋ cfw:fchar-vertical-line ?┃ cfw:fchar-horizontal-line ?━ cfw:fchar-left-junction ?┣ cfw:fchar-right-junction ?┫ cfw:fchar-top-junction ?┯ cfw:fchar-top-left-corner ?┏ cfw:fchar-top-right-corner ?┓) #+end_src –Rasmus -- Sent from my Emacs