From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Printing Multiple Lines For Agenda Export Date: Sat, 21 Aug 2010 07:09:43 +0200 Message-ID: <740C5AE9-424D-4B62-AD60-51A832B20190@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=43347 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmgL3-0006qm-M6 for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 01:09:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmgKx-0001gp-BP for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 01:09:53 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:46401) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmgKx-0001gX-7C for emacs-orgmode@gnu.org; Sat, 21 Aug 2010 01:09:47 -0400 Received: by ewy28 with SMTP id 28so2786123ewy.0 for ; Fri, 20 Aug 2010 22:09:46 -0700 (PDT) In-Reply-To: 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: Andre Powell Cc: emacs-orgmode@gnu.org Hi, this is now fixed. Thanks for the report. - Carsten On Aug 4, 2010, at 7:24 PM, Andre Powell wrote: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten