emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Calendar-like view of the org-agenda


From: Sebastien Vauban
Subject: Re: [O] Calendar-like view of the org-agenda
Date: Tue, 12 Jul 2011 09:36:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi Masashi,

SAKURAI Masashi wrote:
> Sebastien Vauban wrote:
>> Tassilo Horn wrote:
>> > I've also made the characters used for table rendering customizable, so
>> > that you can use nice unicode glyphs.
>> >
>> >   http://dl.dropbox.com/u/30611246/img/calfw-unicode.png
>> 
>> Now that this has been made configurable, could you share your customization
>> for getting such a (very) nice view?  Which characters are you using?
>
> Here is a sample code.
>
> https://gist.github.com/1074205
> ==================================================
> ;; Default setting
> (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 ?+ )
>
> ;; Nice view (Unicode characters)
> (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 ?┓)
> ==================================================

Thanks for that.

But what a pitty: they don't exist (I mean they have no graphical
representation) in Consolas, my default font for Emacs... Damn!

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]