From mboxrd@z Thu Jan 1 00:00:00 1970 From: SAKURAI Masashi Subject: Re: Calendar-like view of the org-agenda Date: Tue, 12 Jul 2011 09:26:03 +0900 Message-ID: <20110712002605.4454713C51B@vps1.kiwanami.net> 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> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-2022-JP Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgQnl-0004NY-46 for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 20:26:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgQnj-0005An-Gd for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 20:26:12 -0400 Received: from vps1.kiwanami.net ([182.48.41.71]:45723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgQnj-00059s-8l for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 20:26:11 -0400 In-Reply-To: <804o2su88s.fsf@somewhere.org> 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: wxhgmqzgwmuf@spammotel.com Cc: emacs-orgmode@gnu.org Hi, At Mon, 11 Jul 2011 17:50:27 +0200, 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 ?┓) ================================================== Regards, -- SAKURAI, Masashi (family, given) m.sakurai@kiwanami.net