From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Agenda week view Date: Mon, 13 Aug 2007 08:59:27 +0200 Message-ID: <87wsvz9ay8.fsf@baldur.tsdh.de> References: <4916e1b50708110130q60ffcefai634ef52bf128ced@mail.gmail.com> <87bqdddglo.fsf@baldur.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKTu2-00083a-Ax for emacs-orgmode@gnu.org; Mon, 13 Aug 2007 02:59:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKTu1-00081i-CU for emacs-orgmode@gnu.org; Mon, 13 Aug 2007 02:59:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKTu1-00081a-7m for emacs-orgmode@gnu.org; Mon, 13 Aug 2007 02:59:49 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IKTu0-0003nv-KA for emacs-orgmode@gnu.org; Mon, 13 Aug 2007 02:59:48 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKTtz-0006n7-Rr for emacs-orgmode@gnu.org; Mon, 13 Aug 2007 02:59:48 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IKTtv-0003TA-7J for emacs-orgmode@gnu.org; Mon, 13 Aug 2007 08:59:43 +0200 Received: from dslb-084-063-021-197.pools.arcor-ip.net ([84.63.21.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Aug 2007 08:59:43 +0200 Received: from tassilo by dslb-084-063-021-197.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Aug 2007 08:59:43 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Renzo Been writes: He Renzo, > P.S. How did you produce that border around the text in the email > you've send? It looks pretty good... That's ,---- | ;;; boxquote.el --- Quote text with a semi-box. | ;; Copyright 1999,2000,2001,2002,2003 by Dave Pearson | ;; $Revision: 1.18 $ | | ;; boxquote.el is free software distributed under the terms of the GNU | ;; General Public Licence, version 2. For details see the file COPYING. | | ;;; Commentary: | | ;; boxquote provides a set of functions for using a text quoting style that | ;; partially boxes in the left hand side of an area of text, such a marking | ;; style might be used to show externally included text or example code. | ;; | ;; ,---- | ;; | The default style looks like this. | ;; `---- | ;; | ;; A number of functions are provided for quoting a region, a buffer, a | ;; paragraph and a defun. There are also functions for quoting text while | ;; pulling it in, either by inserting the contents of another file or by | ;; yanking text into the current buffer. | ;; | ;; The latest version of boxquote.el can be found at: | ;; | ;; `---- Bye, Tassilo -- Simply by pulling on both ends, Chuck Norris can stretch diamonds back into coal.