From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton Subject: How to reduce width of section separators in agenda view? Date: Thu, 8 Mar 2012 10:12:34 -0800 Message-ID: <40C7B1BFC291ED4E9D10436D07736A334700FA8B0D@EXMAIL7.haas.uc.berkeley.edu> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_40C7B1BFC291ED4E9D10436D07736A334700FA8B0DEXMAIL7haasuc_" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5hpW-0000k1-QU for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 13:12:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5hpR-0007Ri-I9 for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 13:12:46 -0500 Received: from gateway-a.haas.berkeley.edu ([128.32.222.29]:62548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5hpR-0007Qk-Bt for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 13:12:41 -0500 Content-Language: en-US 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" --_000_40C7B1BFC291ED4E9D10436D07736A334700FA8B0DEXMAIL7haasuc_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I have an agenda view set up as an org-agenda-custom-command, ("H" "Office and Home Lists" ((agenda) (tags-todo "OFFICE") (tags-todo "HOME") (tags-todo "COMPUTER"))) This works fine, but I notice that each section of the agenda view is separ= ated by a line of "=3D" signs 132 characters long, and when I print in port= rait mode, these wrap onto the next line. How can I shorten these lines to = only 80 characters wide? Thanks for any suggestions. Richard Stanton --_000_40C7B1BFC291ED4E9D10436D07736A334700FA8B0DEXMAIL7haasuc_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I have an agenda= view set up as an org-agenda-custom-command,

 

("H" "Office= and Home Lists"

   =   ((agenda)

    = ;      (tags-todo "OFFICE")

        &nbs= p; (tags-todo "HOME")

 &n= bsp;        (tags-todo "COMPUTER&qu= ot;)))

 

This works fine, but I notice that each section of the agenda view= is separated by a line of “=3D” signs 132 characters long, and= when I print in portrait mode, these wrap onto the next line. How can I sh= orten these lines to only 80 characters wide?

 

Thanks for any suggestions.=

 

Richard Stanton

 

=
= --_000_40C7B1BFC291ED4E9D10436D07736A334700FA8B0DEXMAIL7haasuc_-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to reduce width of section separators in agenda view? Date: Thu, 08 Mar 2012 13:30:12 -0500 Message-ID: <5883.1331231412@alphaville> References: <40C7B1BFC291ED4E9D10436D07736A334700FA8B0D@EXMAIL7.haas.uc.berkeley.edu> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5i6Y-0006eQ-MR for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 13:30:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5i6R-0002fj-AN for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 13:30:22 -0500 Received: from g6t0184.atlanta.hp.com ([15.193.32.61]:3904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5i6R-0002eF-5b for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 13:30:15 -0500 In-Reply-To: Message from Richard Stanton of "Thu\, 08 Mar 2012 10\:12\:34 PST." <40C7B1BFC291ED4E9D10436D07736A334700FA8B0D@EXMAIL7.haas.uc.berkeley.edu> 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: Richard Stanton Cc: nicholas.dokos@hp.com, "emacs-orgmode@gnu.org" Richard Stanton wrote: > I have an agenda view set up as an org-agenda-custom-command, >=20 > ("H" "Office and Home Lists" >=20 > ((agenda) >=20 > (tags-todo "OFFICE") >=20 > (tags-todo "HOME") >=20 > (tags-todo "COMPUTER"))) >=20 > This works fine, but I notice that each section of the agenda view is sep= arated by a line of =E2=80=9C=3D=E2=80=9D signs 132 characters long, and wh= en I print in portrait mode, these wrap onto the next line. How can I short= en these lines to only 80 characters wide? >=20 > Thanks for any suggestions. >=20 Check out the variable org-agenda-block-separator. C-h v org-agenda-block-s= eparator RET says: ,---- | org-agenda-block-separator is a variable defined in `org-agenda.el'. | Its value is 61 |=20 | Documentation: | The separator between blocks in the agenda. | If this is a string, it will be used as the separator, with a newline add= ed. | If it is a character, it will be repeated to fill the window width. | If nil the separator is disabled. In `org-agenda-custom-commands' this | addresses the separator between the current and the previous block. |=20 | You can customize this variable. `---- (61 is '=3D') So you can customize it and set it to a string of your choice, or you can display the block agenda in a window of width <=3D 80 chars and then print the window. Both suggestions untested but I hope one or the other or both work. Nick From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: How to reduce width of section separators in agenda view? Date: Thu, 08 Mar 2012 16:57:50 -0500 Message-ID: <87wr6uhi1t.fsf@norang.ca> References: <40C7B1BFC291ED4E9D10436D07736A334700FA8B0D@EXMAIL7.haas.uc.berkeley.edu> <5883.1331231412@alphaville> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5lMA-0004HA-Gt for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 16:59:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5lLP-0000Ol-DC for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 16:58:42 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:46219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5lLP-0000OG-9k for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 16:57:55 -0500 In-Reply-To: <5883.1331231412@alphaville> (Nick Dokos's message of "Thu, 08 Mar 2012 13:30:12 -0500") 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: nicholas.dokos@hp.com Cc: Richard Stanton , "emacs-orgmode@gnu.org" Nick Dokos writes: > Richard Stanton wrote: > >> This works fine, but I notice that each section of the agenda view is se= parated by a line of =E2=80=9C=3D=E2=80=9D signs 132 characters long, and w= hen I print in portrait mode, these wrap onto the next line. How can I shor= ten these lines to only 80 characters wide? >>=20 >> Thanks for any suggestions. >>=20 > > Check out the variable org-agenda-block-separator. C-h v org-agenda-block= -separator RET says: > Or just turn them off with org-agenda-compact-blocks. Regards, Bernt