From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Calendar-like view of the org-agenda Date: Tue, 12 Jul 2011 09:36:55 +0200 Message-ID: <80ipr89ch4.fsf@somewhere.org> 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> <20110708135140.GB19291@x201> <87k4bs774r.fsf@member.fsf.org> <804o2su88s.fsf@somewhere.org> <20110712002605.4454713C51B@vps1.kiwanami.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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 >>=20 >> Now that this has been made configurable, could you share your customiza= tion >> for getting such a (very) nice view? Which characters are you using? > > Here is a sample code. > > https://gist.github.com/1074205 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > ;; 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 ?=E2=95=8B > cfw:fchar-vertical-line ?=E2=94=83 > cfw:fchar-horizontal-line ?=E2=94=81 > cfw:fchar-left-junction ?=E2=94=A3 > cfw:fchar-right-junction ?=E2=94=AB > cfw:fchar-top-junction ?=E2=94=AF > cfw:fchar-top-left-corner ?=E2=94=8F > cfw:fchar-top-right-corner ?=E2=94=93) > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D 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 --=20 Sebastien Vauban