From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Powell Subject: Printing Multiple Lines For Agenda Export Date: Wed, 4 Aug 2010 13:24:38 -0400 Message-ID: Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=53918 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oghhu-0002GZ-23 for emacs-orgmode@gnu.org; Wed, 04 Aug 2010 13:24:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oghhp-0002YX-Ge for emacs-orgmode@gnu.org; Wed, 04 Aug 2010 13:24:45 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:47105) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oghhp-0002YE-C1 for emacs-orgmode@gnu.org; Wed, 04 Aug 2010 13:24:41 -0400 Received: by gwj16 with SMTP id 16so2807589gwj.0 for ; Wed, 04 Aug 2010 10:24:40 -0700 (PDT) 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 I have some task that have/need more descriptive text, but I am not able = to get the text to show up when I export the view. I have set the = command : Org Agenda Add Entry Text Maxlines to display more than 0, but = then the program hangs and I have to force it to quit. This is the custom command that I would like to add the function to: ("@" "Print for the day" ((agenda "" ((org-agenda-ndays 2) (org-agenda-overriding-header "Today List") (org-agenda-sorting-strategy '(time-up priority-down tag-up)) (org-deadline-warning-days 2) (org-agenda-filter-preset '("-Personal" )))) (todo "DELEGATE") (todo "WAITING" ((org-agenda-filter-preset '("-Personal")))) (tags-todo "REPORTS" ((org-agenda-overriding-header "Report Detail") )) (tags-todo "Order") (tags-todo "Repair") ) nil ("~/Documents/Magic Briefcase/Mobile Folders/notes/@.txt") ) I am using Emacs 23 for Windows and Aquamacs for OSX Any help will be appreciated, Andre=20